Skip to content

Commit

Permalink
chore: fixes after using latest vci draft13 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jun 14, 2024
1 parent 3980474 commit 6611097
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/contact-manager-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.20.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.20.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand All @@ -34,6 +33,7 @@
},
"devDependencies": {
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-holder/src/types/IOID4VCIHolder.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {OpenID4VCIClient, OpenID4VCIClientState} from '@sphereon/oid4vci-client'
import { OpenID4VCIClient, OpenID4VCIClientState } from '@sphereon/oid4vci-client'
import {
AuthorizationRequestOpts,
AuthorizationResponse,
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@sphereon/isomorphic-webcrypto": "^2.4.1-unstable.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.20.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.20.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
Expand Down Expand Up @@ -61,6 +60,7 @@
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.20.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.20.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.20.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
"@types/nock": "^11.1.0",
"@types/node": "18.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-status-list-issuer-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.20.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
Expand All @@ -25,6 +24,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/node": "^18.15.0",
"typescript": "5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-status-list-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.20.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
Expand All @@ -31,6 +30,7 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.20.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.20.0",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6611097

Please sign in to comment.