Skip to content

Commit

Permalink
chore: identifierManagedGet instead of identifierManagedLazyResult
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Sep 10, 2024
1 parent 12bd44a commit 17cb6ba
Show file tree
Hide file tree
Showing 23 changed files with 282 additions and 282 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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@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 @@ -15,8 +15,8 @@
},
"dependencies": {
"@sphereon/pex": "^4.1.1-unstable.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
"@sphereon/ssi-sdk.core": "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-unstable.34",
"@sphereon/pex": "^4.1.1-unstable.0",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.jwt-service": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@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-unstable.34",
"@sphereon/oid4vci-common": "0.16.1-unstable.34",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@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 @@ -17,9 +17,9 @@
"@sphereon/did-auth-siop": "0.16.1-unstable.34",
"@sphereon/pex": "^4.1.1-unstable.0",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.x509-utils": " 0.24.1-next.112",
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
Expand All @@ -38,8 +38,8 @@
"@sphereon/oid4vci-client": "0.16.1-unstable.34",
"@sphereon/oid4vci-common": "0.16.1-unstable.34",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@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 @@ -16,10 +16,10 @@
"dependencies": {
"@sphereon/oid4vci-client": "0.16.1-unstable.34",
"@sphereon/oid4vci-common": "0.16.1-unstable.34",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.jwt-service": " 0.24.1-next.112",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.credential-store": "workspace:*",
Expand All @@ -39,7 +39,7 @@
"xstate": "^4.38.3"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@types/i18n-js": "^3.8.9",
"@types/lodash.memoize": "^4.1.9",
"@types/uuid": "^9.0.8",
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 @@ -14,7 +14,7 @@
"@sphereon/oid4vci-common": "0.16.1-unstable.34",
"@sphereon/oid4vci-issuer": "0.16.1-unstable.34",
"@sphereon/oid4vci-issuer-server": "0.16.1-unstable.34",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer": "workspace:*",
Expand All @@ -37,10 +37,10 @@
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "^4.1.1-unstable.0",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@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-unstable.34",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@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-unstable.34",
"@sphereon/oid4vci-issuer": "0.16.1-unstable.34",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-issuer/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function getAccessTokenKeyRef(
context: IRequiredContext,
) {
let identifier = legacyKeyRefsToIdentifierOpts(opts)
return await context.agent.identifierManagedLazyResult(identifier)
return await context.agent.identifierManagedGet(identifier)
}

export async function getAccessTokenSignerCallback(
Expand Down Expand Up @@ -139,7 +139,7 @@ export async function getCredentialSignerCallback(
const credential = args.credential as ICredential // TODO: SDJWT
let proofFormat: ProofFormat

const resolution = await context.agent.identifierManagedLazyResult(idOpts)
const resolution = await context.agent.identifierManagedGet(idOpts)
proofFormat = format?.includes('ld') ? 'lds' : 'jwt'
if (!credential.issuer) {
credential.issuer = { id: resolution.issuer ?? resolution.kmsKeyRef }
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": "^4.1.1-unstable.0",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@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 @@ -18,11 +18,11 @@
"@sd-jwt/sd-jwt-vc": "^0.6.1",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.jwt-service": " 0.24.1-next.112",
"@sphereon/ssi-sdk.mdl-mdoc": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"uint8arrays": "3.1.1",
"uuid": "^9.0.1",
"@veramo/utils": "4.2.0",
Expand All @@ -33,10 +33,10 @@
"@sd-jwt/types": "^0.6.1",
"@sd-jwt/utils": "^0.6.1",
"@types/uuid": "^9.0.8",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@types/node": "18.15.3",
"@veramo/core": "4.2.0",
"@veramo/data-store": "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-unstable.34",
"@sphereon/pex": "^4.1.1-unstable.0",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.jwt-service": " 0.24.1-next.112",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.credential-store": "workspace:*",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@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-unstable.34",
"@sphereon/oid4vc-common": "0.16.1-unstable.34",
"@sphereon/pex": "^4.1.1-unstable.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.jwt-service": " 0.24.1-next.112",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.pd-manager": "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": "^4.1.1-unstable.0",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-key": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@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.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-utils": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.identifier-resolution": " 0.24.1-next.112",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/vc-status-list": "7.0.0-next.0",
"@veramo/core": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@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/web3-provider-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"web3-validator": "^2.0.6"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.112",
"@sphereon/ssi-sdk-ext.key-manager": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.kms-local": " 0.24.1-next.112",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/dotenv-flow": "^3.3.3",
Expand Down
Loading

0 comments on commit 17cb6ba

Please sign in to comment.