Skip to content

Commit

Permalink
chore: add oyd DID to VCI Holder prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 22, 2024
1 parent e387a81 commit 7d10b97
Show file tree
Hide file tree
Showing 25 changed files with 316 additions and 314 deletions.
4 changes: 2 additions & 2 deletions packages/contact-manager-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/ebsi-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@sphereon/did-auth-siop-adapter": "0.16.1-next.224",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-holder": "workspace:*",
Expand All @@ -47,8 +47,8 @@
"@sphereon/oid4vci-client": "0.16.1-next.224",
"@sphereon/oid4vci-common": "0.16.1-next.224",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.public-key-hosting": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/mdl-mdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.x509-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.x509-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
Expand All @@ -38,8 +38,8 @@
"@sphereon/oid4vci-client": "0.16.1-next.224",
"@sphereon/oid4vci-common": "0.16.1-next.224",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.public-key-hosting": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/oid4vci-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
"@sphereon/oid4vci-client": "0.16.1-next.224",
"@sphereon/oid4vci-common": "0.16.1-next.224",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.credential-store": "workspace:*",
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@sphereon/oid4vc-common": "0.16.1-next.187",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@types/i18n-js": "^3.8.9",
"@types/lodash.memoize": "^4.1.9",
"@types/uuid": "^9.0.8",
Expand Down
1 change: 1 addition & 0 deletions packages/oid4vci-holder/src/agent/OID4VCIHolder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export class OID4VCIHolder implements IAgentPlugin {
private readonly didMethodPreferences: Array<SupportedDidMethodEnum> = [
SupportedDidMethodEnum.DID_JWK, // FIXME prefer JWK until we devise a method to detect when to use EBSI/jcs for did:key and when not
SupportedDidMethodEnum.DID_KEY,
SupportedDidMethodEnum.DID_OYD,
SupportedDidMethodEnum.DID_EBSI,
SupportedDidMethodEnum.DID_ION,
]
Expand Down
10 changes: 5 additions & 5 deletions packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sphereon/oid4vci-issuer": "0.16.1-next.224",
"@sphereon/oid4vci-issuer-server": "0.16.1-next.224",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
Expand All @@ -37,10 +37,10 @@
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.22",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-next.224",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-next.224",
"@sphereon/oid4vci-issuer": "0.16.1-next.224",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidf-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sphereon/openid-federation-open-api": "0.1.1-unstable.0647eb6",
"@sphereon/openid-federation-client": "0.1.1-unstable.0647eb6",
"@sphereon/openid-federation-common": "0.1.1-unstable.0647eb6",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.21"
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.22"
},
"devDependencies": {
"@sphereon/ssi-sdk.agent-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.credential-store": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.sd-jwt": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/public-key-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
Expand All @@ -33,8 +33,8 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/sd-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"dependencies": {
"@sd-jwt/core": "^0.7.2",
"@sd-jwt/sd-jwt-vc": "^0.7.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.mdl-mdoc": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
Expand All @@ -32,10 +32,10 @@
"@sd-jwt/decode": "^0.7.2",
"@sd-jwt/types": "^0.7.2",
"@sd-jwt/utils": "^0.7.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.22",
"@types/node": "^20.17.1",
"@types/uuid": "^9.0.8",
"@veramo/core": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@sphereon/oid4vc-common": "0.16.1-next.224",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.22",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.credential-store": "workspace:*",
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/i18n-js": "^3.8.9",
"@types/lodash.memoize": "^4.1.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/siopv2-oid4vp-rp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@sphereon/did-auth-siop-adapter": "0.16.1-next.224",
"@sphereon/oid4vc-common": "0.16.1-next.224",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.jwt-service": "0.25.1-next.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.credential-validation": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-rp-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "5.0.0-unstable.27",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/uni-resolver-registrar-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@digitalcredentials/vc": "^6.0.1",
"@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0",
"@noble/hashes": "1.2.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down Expand Up @@ -55,11 +55,11 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.key-manager": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.kms-local": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
"@types/nock": "^11.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vc-status-list-issuer-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/vc-status-list-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/vc-status-list-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list-issuer-drivers": "workspace:*",
Expand All @@ -32,9 +32,9 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vc-status-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.21",
"@sphereon/ssi-sdk-ext.did-utils": "0.25.1-next.22",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.25.1-next.22",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/vc-status-list": "7.0.0-next.0",
"@veramo/core": "4.2.0",
Expand Down
Loading

0 comments on commit 7d10b97

Please sign in to comment.