Skip to content

Commit

Permalink
chore: update native-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzaki committed Aug 25, 2020
1 parent 0be8162 commit f7cdd1b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jolocom-lib",
"version": "5.0.27",
"version": "5.0.28",
"description": "Unified library for interacting with the Jolocom identity solution",
"main": "js/index.js",
"files": [
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -494,23 +494,23 @@
detect-node "^2.0.4"
node-fetch "^2.6.0"

"@jolocom/native-core-node-darwin-x64@^1.0.0-rc7":
"@jolocom/native-core-node-darwin-x64@^1.0.0-rc8":
version "1.0.0-rc7"
resolved "https://registry.yarnpkg.com/@jolocom/native-core-node-darwin-x64/-/native-core-node-darwin-x64-1.0.0-rc7.tgz#0d69f3f75717d8c471872b69c0009130e12a7eb0"
integrity sha512-0Y9JTIBiReRz+3D7PfAQhgm0NxEf78GVZUOz2iKS4TOrgvh6QOMVSZ2HHvaQlwogcnL0Q+uhkE6HyLtKgXVVdg==

"@jolocom/native-core-node-linux-x64@^1.0.0-rc7":
version "1.0.0-rc3"
resolved "https://registry.yarnpkg.com/@jolocom/native-core-node-linux-x64/-/native-core-node-linux-x64-1.0.0-rc3.tgz#b41a3f9662d1525563eea64d874c15050188fcda"
integrity sha512-RJLgRlmRliRLDzNItnCLIHbbp/K7LsysJpFSX6HqTR15KA7Rfk6mKKkHvlWD26bmItrzvatL8KXVigRpctaVqA==
"@jolocom/native-core-node-linux-x64@^1.0.0-rc8":
version "1.0.0-rc8"
resolved "https://registry.yarnpkg.com/@jolocom/native-core-node-linux-x64/-/native-core-node-linux-x64-1.0.0-rc8.tgz#b55632f2afa34930fdf73c3205f78561837497b6"
integrity sha512-Y72VVorKQoFszBMWyYTvyxLX9Sf2oGaKZihbvReUqPi8pBNHgUYnaO23w1AMzg+pmlyXlFtrvAOksCn8FT2Qzg==

"@jolocom/native-core@^0.7.21":
version "0.7.21"
resolved "https://registry.yarnpkg.com/@jolocom/native-core/-/native-core-0.7.21.tgz#8d5068ac682bc3146045d0fce717e62c640020f2"
integrity sha512-09tj712dMp+T/RxmLnENW7WQJfiaqCOyZyVepns/C8Tbx8R3oifGUZ3yClV+PxRXUtftIR+arO1Th19tgG03PA==
"@jolocom/native-core@^0.7.22":
version "0.7.22"
resolved "https://registry.yarnpkg.com/@jolocom/native-core/-/native-core-0.7.22.tgz#3124aaa99056e2493e42d73ec45097bbfaadca40"
integrity sha512-oZ0Qdo0fNGlcWaLMzdoLGNrQlb4RpKUkC/u3YTJl2mk/jKDlPfF4H/VOrgAIG5uoPwqsQAp+OlkGRw2DZDjUgA==
optionalDependencies:
"@jolocom/native-core-node-darwin-x64" "^1.0.0-rc7"
"@jolocom/native-core-node-linux-x64" "^1.0.0-rc7"
"@jolocom/native-core-node-darwin-x64" "^1.0.0-rc8"
"@jolocom/native-core-node-linux-x64" "^1.0.0-rc8"

"@jolocom/protocol-ts@^0.5.1":
version "0.5.1"
Expand Down Expand Up @@ -5730,10 +5730,10 @@ load-json-file@^1.0.0:
pinkie-promise "^2.0.0"
strip-bom "^2.0.0"

local-did-resolver@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/local-did-resolver/-/local-did-resolver-0.3.0.tgz#b7029cfbab4ed5c9144ccd38e183b66b93230173"
integrity sha512-E1pxO4QWxZzKpQHOcRxBhSzJYW3vA4BrV/mRG29SE4PF7JPDPh3Xo7L/KkSvkk0pUWXIApsGSVLxoY0+WxaR0Q==
local-resolver-registrar@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/local-resolver-registrar/-/local-resolver-registrar-0.3.1.tgz#0a06f0269102c55e43ccc80b7004868afd3199ea"
integrity sha512-MG+sdZUTa4XA2uOExWfhq/taoLRHpbeP8rcImc8OlPRz0WSikuCUkLEifSCY0X/p+tsXjw2uPSe3XldswTMocA==

locate-path@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit f7cdd1b

Please sign in to comment.