Skip to content

Commit

Permalink
v1.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzaki committed Aug 23, 2020
1 parent cecb32e commit 8c36ba0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/jolo-did-registrar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jolocom/jolo-did-registrar",
"version": "1.0.0-rc3",
"version": "1.0.0-rc4",
"main": "js",
"types": "js",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"js"
],
"dependencies": {
"@jolocom/registry-contract": "^1.0.0-rc3",
"@jolocom/registry-contract": "1.0.0-rc4",
"detect-node": "^2.0.4",
"form-data": "^3.0.0",
"node-fetch": "^2.6.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/jolo-did-registrar/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -682,10 +682,10 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^13.0.0"

"@jolocom/registry-contract@^1.0.0-rc3":
version "1.0.0-rc3"
resolved "https://registry.yarnpkg.com/@jolocom/registry-contract/-/registry-contract-1.0.0-rc3.tgz#381a1a8985b053969484ee8e4c7a6de48620f07e"
integrity sha512-81YPKGYwNkDpx/tWmrwc+XGKuXV6wyVKg1XImlbz5N2raPW8vB9vVTtoHS3Bays1gG4TubLGjLm0ifAvD4GNhg==
"@jolocom/registry-contract@1.0.0-rc4":
version "1.0.0-rc4"
resolved "https://registry.yarnpkg.com/@jolocom/registry-contract/-/registry-contract-1.0.0-rc4.tgz#ac1ae9543cb3d1a99872340f0fcfce7a33bc27c0"
integrity sha512-miNhdIQN8iOt03G9xuLm+BHCZJ1fYNYpUm1pNN3BK4B8fk3YMWRTO/LVcUwieWQ9v0w0iFKNJaI0En75le6B8g==
dependencies:
ethers "^5.0.8"

Expand Down
4 changes: 2 additions & 2 deletions packages/jolo-did-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jolocom/jolo-did-resolver",
"version": "1.0.0-rc3",
"version": "1.0.0-rc4",
"main": "js",
"types": "js",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@jolocom/registry-contract": "^1.0.0-rc3",
"@jolocom/registry-contract": "1.0.0-rc4",
"detect-node": "^2.0.4",
"node-fetch": "^2.6.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/jolo-did-resolver/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,10 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^13.0.0"

"@jolocom/registry-contract@^1.0.0-rc3":
version "1.0.0-rc3"
resolved "https://registry.yarnpkg.com/@jolocom/registry-contract/-/registry-contract-1.0.0-rc3.tgz#381a1a8985b053969484ee8e4c7a6de48620f07e"
integrity sha512-81YPKGYwNkDpx/tWmrwc+XGKuXV6wyVKg1XImlbz5N2raPW8vB9vVTtoHS3Bays1gG4TubLGjLm0ifAvD4GNhg==
"@jolocom/registry-contract@1.0.0-rc4":
version "1.0.0-rc4"
resolved "https://registry.yarnpkg.com/@jolocom/registry-contract/-/registry-contract-1.0.0-rc4.tgz#ac1ae9543cb3d1a99872340f0fcfce7a33bc27c0"
integrity sha512-miNhdIQN8iOt03G9xuLm+BHCZJ1fYNYpUm1pNN3BK4B8fk3YMWRTO/LVcUwieWQ9v0w0iFKNJaI0En75le6B8g==
dependencies:
ethers "^5.0.8"

Expand Down
2 changes: 1 addition & 1 deletion packages/registry-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jolocom/registry-contract",
"version": "1.0.0-rc3",
"version": "1.0.0-rc4",
"description": "Basic contract for registering DID / DID Document mappings",
"license": "MIT",
"main": "js",
Expand Down

0 comments on commit 8c36ba0

Please sign in to comment.