Skip to content

Commit

Permalink
Revert "fix: make sure to explicitly depend on @digitalcredentials VC…
Browse files Browse the repository at this point in the history
… packages"

This reverts commit 37ddb78.
  • Loading branch information
nklomp committed Feb 26, 2023
1 parent 5b0df98 commit e2be77a
Show file tree
Hide file tree
Showing 3 changed files with 1,223 additions and 1,013 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@veramo/credential-ld": "4.2.0",
"@veramo/utils": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1"
"@veramo/kms-local": "4.2.0"
},
"devDependencies": {
"@digitalcredentials/jsonld": "^5.2.1",
"@microsoft/api-documenter": "^7.14.1",
"@microsoft/api-extractor": "^7.19.4",
"@microsoft/api-extractor-model": "^7.15.3",
Expand Down
20 changes: 17 additions & 3 deletions packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"react-native-securerandom": "^1.0.0",
"ts-node": "^8.10.2"
},
"resolutions": {
"@types/react": "18.0.12",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.5.0",
"@sphereon/ssi-sdk-bls-did-provider-key": "^0.9.1",
Expand Down Expand Up @@ -98,10 +103,19 @@
"Verifiable Presentations",
"JsonLd"
],
"react-native": {
"vc-js": "@digitalcredentials/vc",
"jsonld": "@digitalcredentials/jsonld",
"jsonld-signatures": "@digitalcredentials/jsonld-signatures"
},
"browser": {
"vc-js": "@digitalcredentials/vc",
"jsonld": "@digitalcredentials/jsonld",
"jsonld-signatures": "@digitalcredentials/jsonld-signatures"
},
"resolutions": {
"@types/react": "18.0.12",
"vc-js": "npm:@digitalcredentials/vc@^5.0.0",
"jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
"@digitalcredentials/ed25519-signature-2020": "~3.0.2",
"@digitalcredentials/ed25519-verification-key-2020": "3.2.2"
"jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1"
}
}
Loading

0 comments on commit e2be77a

Please sign in to comment.