Skip to content

Commit 29436ae

Browse files
fix(deps): Update did-vc-libraries
1 parent f40389e commit 29436ae

5 files changed

Lines changed: 4373 additions & 12053 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"resolutions": {
8484
"@types/eslint": "^9.0.0",
85-
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0",
85+
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0",
8686
"node-gyp": "^10.0.0"
8787
},
8888
"engines": {

packages/credential-ld/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
1313
},
1414
"dependencies": {
15-
"@digitalcredentials/ed25519-signature-2020": "^4.0.0",
16-
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
17-
"@digitalcredentials/jsonld": "^6.0.0",
18-
"@digitalcredentials/jsonld-signatures": "^10.0.0",
19-
"@digitalcredentials/vc": "^7.0.0",
15+
"@digitalcredentials/ed25519-signature-2020": "^7.0.0",
16+
"@digitalcredentials/ed25519-verification-key-2020": "^5.0.0",
17+
"@digitalcredentials/jsonld": "^9.0.0",
18+
"@digitalcredentials/jsonld-signatures": "^12.0.0",
19+
"@digitalcredentials/vc": "^10.0.0",
2020
"@transmute/credentials-context": "^0.7.0-unstable.81",
2121
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.81",
2222
"@transmute/json-web-signature": "^0.7.0-unstable.81",
@@ -30,7 +30,7 @@
3030
},
3131
"resolutions": {
3232
"@types/react": "19.0.8",
33-
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
33+
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
3434
},
3535
"devDependencies": {
3636
"@types/debug": "4.1.8",

packages/did-provider-key/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"typescript": "5.7.3"
2323
},
2424
"resolutions": {
25-
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
25+
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
2626
},
2727
"files": [
2828
"build/**/*",

packages/did-provider-peer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
1111
},
1212
"dependencies": {
13-
"@aviarytech/did-peer": "^0.0.22",
13+
"@aviarytech/did-peer": "^1.0.0",
1414
"@veramo/core-types": "workspace:^",
1515
"@veramo/did-manager": "workspace:^",
1616
"@veramo/utils": "workspace:^",
@@ -22,7 +22,7 @@
2222
"typescript": "5.7.3"
2323
},
2424
"resolutions": {
25-
"jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
25+
"jsonld": "npm:@digitalcredentials/jsonld@^9.0.0"
2626
},
2727
"files": [
2828
"build/**/*",

0 commit comments

Comments
 (0)