Skip to content

Commit

Permalink
# fix url in policy (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Kiryakov <[email protected]>
# jose module version

Co-authored-by: Stepan Kiryakov <[email protected]>
  • Loading branch information
Stepan-Kirjakov and Stepan-Kirjakov authored Jan 28, 2022
1 parent f8cbee1 commit 41ea567
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file modified Demo Artifacts/iRec.zip
Binary file not shown.
15 changes: 8 additions & 7 deletions vc-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"dependencies": {
"@hashgraph/sdk": "2.6.0",
"@hashgraph/did-sdk-js": "^0.1.1",
"@transmute/credentials-context": "^0.7.0-unstable.28",
"@transmute/did-context": "^0.7.0-unstable.28",
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.28",
"@transmute/json-web-signature": "^0.7.0-unstable.28",
"@transmute/jsonld-schema": "^0.7.0-unstable.28",
"@transmute/security-context": "^0.7.0-unstable.28",
"@transmute/vc.js": "^0.7.0-unstable.28"
"jose": "4.3.8",
"@transmute/credentials-context": "0.7.0-unstable.28",
"@transmute/did-context": "0.7.0-unstable.28",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.28",
"@transmute/json-web-signature": "0.7.0-unstable.28",
"@transmute/jsonld-schema": "0.7.0-unstable.28",
"@transmute/security-context": "0.7.0-unstable.28",
"@transmute/vc.js": "0.7.0-unstable.28"
},
"description": "",
"devDependencies": {
Expand Down

0 comments on commit 41ea567

Please sign in to comment.