From b9f0e6f7e4cb710732031095b662fef51ae8b723 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 1 Oct 2024 12:23:56 +0200 Subject: [PATCH] chore: pex update --- package.json | 2 +- packages/credential-store/package.json | 2 +- packages/data-store/package.json | 2 +- packages/ebsi-support/package.json | 10 +- packages/mdl-mdoc/package.json | 8 +- packages/oid4vci-holder/package.json | 4 +- packages/oid4vci-issuer-rest-api/package.json | 8 +- .../oid4vci-issuer-rest-client/package.json | 2 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 4 +- packages/pd-manager/package.json | 2 +- packages/presentation-exchange/package.json | 2 +- packages/sd-jwt/package.json | 10 +- packages/siopv2-oid4vp-common/package.json | 2 +- packages/siopv2-oid4vp-op-auth/package.json | 8 +- packages/siopv2-oid4vp-rp-auth/package.json | 8 +- .../siopv2-oid4vp-rp-rest-api/package.json | 4 +- packages/ssi-types/package.json | 2 +- packages/w3c-vc-api/package.json | 2 +- pnpm-lock.yaml | 282 ++++++++++-------- 20 files changed, 202 insertions(+), 164 deletions(-) diff --git a/package.json b/package.json index c30aa029f..656115179 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@veramo/url-handler": "4.2.0", "@sphereon/ssi-types": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@noble/hashes": "1.2.0", "debug": "^4.3.5", diff --git a/packages/credential-store/package.json b/packages/credential-store/package.json index 660030449..d8899e274 100644 --- a/packages/credential-store/package.json +++ b/packages/credential-store/package.json @@ -15,7 +15,7 @@ "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk.data-store": "workspace:*", "cross-fetch": "^3.1.8", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 09cd963ca..74afb6adf 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -14,7 +14,7 @@ "typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres" }, "dependencies": { - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", "@sphereon/ssi-sdk.agent-config": "workspace:*", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index f156d1a97..03148dd0a 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -15,9 +15,9 @@ }, "dependencies": { "@ethersproject/random": "^5.7.0", - "@sphereon/did-auth-siop": "0.16.1-unstable.86", - "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.86", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", + "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", @@ -44,8 +44,8 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/oid4vci-client": "0.16.1-unstable.86", - "@sphereon/oid4vci-common": "0.16.1-unstable.86", + "@sphereon/oid4vci-client": "0.16.1-unstable.91", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", "@sphereon/ssi-express-support": "workspace:*", "@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.130", diff --git a/packages/mdl-mdoc/package.json b/packages/mdl-mdoc/package.json index a5f2284a9..053b277b0 100644 --- a/packages/mdl-mdoc/package.json +++ b/packages/mdl-mdoc/package.json @@ -14,8 +14,8 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/did-auth-siop": "0.16.1-unstable.86", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.130", @@ -35,8 +35,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/oid4vci-client": "0.16.1-unstable.86", - "@sphereon/oid4vci-common": "0.16.1-unstable.86", + "@sphereon/oid4vci-client": "0.16.1-unstable.91", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", "@sphereon/ssi-express-support": "workspace:*", "@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.130", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index 460ac0c6f..6b6314320 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -14,8 +14,8 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/oid4vci-client": "0.16.1-unstable.86", - "@sphereon/oid4vci-common": "0.16.1-unstable.86", + "@sphereon/oid4vci-client": "0.16.1-unstable.91", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index 804e7bc25..fb25d81ce 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -11,9 +11,9 @@ "start:dev": "ts-node __tests__/RestAPI.ts" }, "dependencies": { - "@sphereon/oid4vci-common": "0.16.1-unstable.86", - "@sphereon/oid4vci-issuer": "0.16.1-unstable.86", - "@sphereon/oid4vci-issuer-server": "0.16.1-unstable.86", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", + "@sphereon/oid4vci-issuer": "0.16.1-unstable.91", + "@sphereon/oid4vci-issuer-server": "0.16.1-unstable.91", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", "@sphereon/ssi-express-support": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", @@ -35,7 +35,7 @@ "devDependencies": { "@decentralized-identity/ion-sdk": "^0.6.0", "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.130", diff --git a/packages/oid4vci-issuer-rest-client/package.json b/packages/oid4vci-issuer-rest-client/package.json index 49dee351d..54d42625a 100644 --- a/packages/oid4vci-issuer-rest-client/package.json +++ b/packages/oid4vci-issuer-rest-client/package.json @@ -16,7 +16,7 @@ "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { - "@sphereon/oid4vci-common": "0.16.1-unstable.86", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", "cross-fetch": "^3.1.8" diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index f49fc7f8d..a13799c8d 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -14,7 +14,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/oid4vci-common": "0.16.1-unstable.86", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index 0054f8555..4462cd77a 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -14,8 +14,8 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/oid4vci-common": "0.16.1-unstable.86", - "@sphereon/oid4vci-issuer": "0.16.1-unstable.86", + "@sphereon/oid4vci-common": "0.16.1-unstable.91", + "@sphereon/oid4vci-issuer": "0.16.1-unstable.91", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", "@sphereon/ssi-sdk.agent-config": "workspace:*", diff --git a/packages/pd-manager/package.json b/packages/pd-manager/package.json index 762bc61f4..4fd283734 100644 --- a/packages/pd-manager/package.json +++ b/packages/pd-manager/package.json @@ -15,7 +15,7 @@ "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk.data-store": "workspace:*", "cross-fetch": "^3.1.8", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index ccb6fb631..6a1e37203 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -14,7 +14,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index 3dd48a779..ef2b587a2 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -14,8 +14,8 @@ } }, "dependencies": { - "@sd-jwt/core": "^0.6.1", - "@sd-jwt/sd-jwt-vc": "^0.6.1", + "@sd-jwt/core": "^0.7.2", + "@sd-jwt/sd-jwt-vc": "^0.7.2", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@sphereon/ssi-sdk.mdl-mdoc": "workspace:*", @@ -29,9 +29,9 @@ "debug": "^4.3.5" }, "devDependencies": { - "@sd-jwt/decode": "^0.6.1", - "@sd-jwt/types": "^0.6.1", - "@sd-jwt/utils": "^0.6.1", + "@sd-jwt/decode": "^0.7.2", + "@sd-jwt/types": "^0.7.2", + "@sd-jwt/utils": "^0.7.2", "@types/uuid": "^9.0.8", "@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112", "@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112", diff --git a/packages/siopv2-oid4vp-common/package.json b/packages/siopv2-oid4vp-common/package.json index 723a062ab..8b551fc08 100644 --- a/packages/siopv2-oid4vp-common/package.json +++ b/packages/siopv2-oid4vp-common/package.json @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@sphereon/did-auth-siop": "0.16.1-unstable.86", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "uint8arrays": "3.1.1" diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index 188069d54..4985e605d 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -14,10 +14,10 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/did-auth-siop": "0.16.1-unstable.86", - "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.86", - "@sphereon/oid4vc-common": "0.16.1-unstable.86", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", + "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91", + "@sphereon/oid4vc-common": "0.16.1-unstable.91", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 9a0b06a60..c5c89a026 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -14,10 +14,10 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/did-auth-siop": "0.16.1-unstable.86", - "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.86", - "@sphereon/oid4vc-common": "0.16.1-unstable.86", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", + "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91", + "@sphereon/oid4vc-common": "0.16.1-unstable.91", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130", "@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.130", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index 203863a70..bce5ec5c9 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -11,7 +11,7 @@ "start:dev": "ts-node __tests__/RestAPI.ts" }, "dependencies": { - "@sphereon/did-auth-siop": "0.16.1-unstable.86", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", "@sphereon/ssi-express-support": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", @@ -34,7 +34,7 @@ "devDependencies": { "@decentralized-identity/ion-sdk": "^0.6.0", "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/pex": "5.0.0-unstable.8", + "@sphereon/pex": "5.0.0-unstable.9", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.130", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/ssi-types/package.json b/packages/ssi-types/package.json index 1e785d7e8..33c2ae1ba 100644 --- a/packages/ssi-types/package.json +++ b/packages/ssi-types/package.json @@ -9,7 +9,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sd-jwt/decode": "^0.6.1", + "@sd-jwt/decode": "^0.7.2", "debug": "^4.3.5", "events": "^3.3.0", "jwt-decode": "^3.1.2", diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 81b4e3a7c..f2be16fe5 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -11,7 +11,7 @@ "start:dev": "ts-node __tests__/agent.ts" }, "dependencies": { - "@sphereon/did-auth-siop": "0.16.1-unstable.86", + "@sphereon/did-auth-siop": "0.16.1-unstable.91", "@sphereon/ssi-express-support": "workspace:*", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index abfe7c976..e91d31a7d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,7 +29,7 @@ overrides: '@veramo/url-handler': 4.2.0 '@sphereon/ssi-types': workspace:* '@sphereon/ssi-sdk.core': workspace:* - '@sphereon/pex': 5.0.0-unstable.8 + '@sphereon/pex': 5.0.0-unstable.9 '@sphereon/pex-models': ^2.3.1 '@noble/hashes': 1.2.0 debug: ^4.3.5 @@ -370,8 +370,8 @@ importers: packages/credential-store: dependencies: '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -413,8 +413,8 @@ importers: specifier: 0.2.0-SNAPSHOT.22 version: 0.2.0-SNAPSHOT.22 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -526,14 +526,14 @@ importers: specifier: ^5.7.0 version: 5.7.0 '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/did-auth-siop-adapter': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -608,11 +608,11 @@ importers: version: 4.38.3 devDependencies: '@sphereon/oid4vci-client': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -803,14 +803,14 @@ importers: packages/mdl-mdoc: dependencies: '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/kmp-mdl-mdoc': specifier: 0.2.0-SNAPSHOT.22 version: 0.2.0-SNAPSHOT.22 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -861,11 +861,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/oid4vci-client': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -1037,11 +1037,11 @@ importers: specifier: 0.2.0-SNAPSHOT.22 version: 0.2.0-SNAPSHOT.22 '@sphereon/oid4vci-client': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -1134,11 +1134,11 @@ importers: packages/oid4vci-issuer: dependencies: '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vci-issuer': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86(awesome-qr@2.1.5-rc.0) + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -1210,14 +1210,14 @@ importers: packages/oid4vci-issuer-rest-api: dependencies: '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vci-issuer': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86(awesome-qr@2.1.5-rc.0) + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91(awesome-qr@2.1.5-rc.0) '@sphereon/oid4vci-issuer-server': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86(awesome-qr@2.1.5-rc.0) + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -1277,8 +1277,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -1376,8 +1376,8 @@ importers: packages/oid4vci-issuer-rest-client: dependencies: '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -1413,8 +1413,8 @@ importers: packages/oid4vci-issuer-store: dependencies: '@sphereon/oid4vci-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -1462,8 +1462,8 @@ importers: packages/pd-manager: dependencies: '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -1629,8 +1629,8 @@ importers: packages/presentation-exchange: dependencies: '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -1909,11 +1909,11 @@ importers: packages/sd-jwt: dependencies: '@sd-jwt/core': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.2 + version: 0.7.2 '@sd-jwt/sd-jwt-vc': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.2 + version: 0.7.2 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -1949,14 +1949,14 @@ importers: version: 9.0.1 devDependencies: '@sd-jwt/decode': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.2 + version: 0.7.2 '@sd-jwt/types': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.2 + version: 0.7.2 '@sd-jwt/utils': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.2 + version: 0.7.2 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: ' 0.24.1-next.112' version: 0.24.1-next.112(ts-node@10.9.2) @@ -2000,8 +2000,8 @@ importers: packages/siopv2-oid4vp-common: dependencies: '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2022,17 +2022,17 @@ importers: packages/siopv2-oid4vp-op-auth: dependencies: '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/did-auth-siop-adapter': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vc-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -2152,17 +2152,17 @@ importers: packages/siopv2-oid4vp-rp-auth: dependencies: '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/did-auth-siop-adapter': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/oid4vc-common': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -2237,8 +2237,8 @@ importers: packages/siopv2-oid4vp-rp-rest-api: dependencies: '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -2301,8 +2301,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/pex': - specifier: 5.0.0-unstable.8 - version: 5.0.0-unstable.8 + specifier: 5.0.0-unstable.9 + version: 5.0.0-unstable.9 '@sphereon/pex-models': specifier: ^2.3.1 version: 2.3.1 @@ -2562,8 +2562,8 @@ importers: packages/ssi-types: dependencies: '@sd-jwt/decode': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.7.2 + version: 0.7.2 '@sphereon/kmp-mdl-mdoc': specifier: 0.2.0-SNAPSHOT.22 version: 0.2.0-SNAPSHOT.22 @@ -3340,8 +3340,8 @@ importers: packages/w3c-vc-api: dependencies: '@sphereon/did-auth-siop': - specifier: 0.16.1-unstable.86 - version: 0.16.1-unstable.86 + specifier: 0.16.1-unstable.91 + version: 0.16.1-unstable.91 '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -8499,14 +8499,14 @@ packages: '@noble/hashes': 1.2.0 '@scure/base': 1.1.7 - /@sd-jwt/core@0.6.1: - resolution: {integrity: sha512-egFTb23o6BGWF93vnjopN02rSiC1HOOnkk9BI8Kao3jz9ipZAHdO6wF7gwfZm5Nlol/Kd1/KSLhbOUPYt++FjA==} - engines: {node: '>=16'} + /@sd-jwt/core@0.7.2: + resolution: {integrity: sha512-vix1GplUFc1A9H42r/yXkg7cKYthggyqZEwlFdsBbn4xdZNE+AHVF4N7kPa1pPxipwN3UIHd4XnQ5MJV15mhsQ==} + engines: {node: '>=18'} dependencies: - '@sd-jwt/decode': 0.6.1 - '@sd-jwt/present': 0.6.1 - '@sd-jwt/types': 0.6.1 - '@sd-jwt/utils': 0.6.1 + '@sd-jwt/decode': 0.7.2 + '@sd-jwt/present': 0.7.2 + '@sd-jwt/types': 0.7.2 + '@sd-jwt/utils': 0.7.2 dev: false /@sd-jwt/decode@0.6.1: @@ -8516,6 +8516,22 @@ packages: '@sd-jwt/types': 0.6.1 '@sd-jwt/utils': 0.6.1 + /@sd-jwt/decode@0.7.2: + resolution: {integrity: sha512-dan2LSvK63SKwb62031G4r7TE4TaiI0EK1KbPXqS+LCXNkNDUHqhtYp9uOpj+grXceCsMtMa2f8VnUfsjmwHHg==} + engines: {node: '>=18'} + dependencies: + '@sd-jwt/types': 0.7.2 + '@sd-jwt/utils': 0.7.2 + + /@sd-jwt/jwt-status-list@0.7.2: + resolution: {integrity: sha512-o/Mg/Zg21poFsPXuxtPD9sdXq2b/0L+rb9gxU2k1rp1aT+DWmqD0k8v0Ttr2tlMc8l1xXQNA8FLXbL1AdLRmbQ==} + engines: {node: '>=18'} + dependencies: + '@sd-jwt/types': 0.7.2 + base64url: 3.0.1 + pako: 2.1.0 + dev: false + /@sd-jwt/present@0.6.1: resolution: {integrity: sha512-QRD3TUDLj4PqQNZ70bBxh8FLLrOE9mY8V9qiZrJSsaDOLFs2p1CtZG+v9ig62fxFYJZMf4bWKwYjz+qqGAtxCg==} engines: {node: '>=16'} @@ -8524,17 +8540,32 @@ packages: '@sd-jwt/types': 0.6.1 '@sd-jwt/utils': 0.6.1 - /@sd-jwt/sd-jwt-vc@0.6.1: - resolution: {integrity: sha512-eF7NAFvedBCx+vrw4TVY3evUz5rAG8/FtB/CUudYEigKcpanLgfuNGhk93D45k+lLDG0b24w+qorqbpLZzHA2g==} - engines: {node: '>=16'} + /@sd-jwt/present@0.7.2: + resolution: {integrity: sha512-mQV85u2+mLLy2VZ9Wx2zpaB6yTDnbhCfWkP7eeCrzJQHBKAAHko8GrylEFmLKewFIcajS/r4lT/zHOsCkp5pZw==} + engines: {node: '>=18'} + dependencies: + '@sd-jwt/decode': 0.7.2 + '@sd-jwt/types': 0.7.2 + '@sd-jwt/utils': 0.7.2 + dev: false + + /@sd-jwt/sd-jwt-vc@0.7.2: + resolution: {integrity: sha512-rryYmnoJHRSNqHcrs0Atta+bfJzU2yT7mYumR2D4lTfxJKWZd0OHHFq57uZSEm/wXPI6uytUJXYbEboCqLUAtw==} + engines: {node: '>=18'} dependencies: - '@sd-jwt/core': 0.6.1 + '@sd-jwt/core': 0.7.2 + '@sd-jwt/jwt-status-list': 0.7.2 + '@sd-jwt/utils': 0.7.2 dev: false /@sd-jwt/types@0.6.1: resolution: {integrity: sha512-LKpABZJGT77jNhOLvAHIkNNmGqXzyfwBT+6r+DN9zNzMx1CzuNR0qXk1GMUbast9iCfPkGbnEpUv/jHTBvlIvg==} engines: {node: '>=16'} + /@sd-jwt/types@0.7.2: + resolution: {integrity: sha512-1NRKowiW0ZiB9SGLApLPBH4Xk8gDQJ+nA9NdZ+uy6MmJKLEwjuJxO7yTvRIv/jX/0/Ebh339S7Kq4RD2AiFuRg==} + engines: {node: '>=18'} + /@sd-jwt/utils@0.6.1: resolution: {integrity: sha512-1NHZ//+GecGQJb+gSdDicnrHG0DvACUk9jTnXA5yLZhlRjgkjyfJLNsCZesYeCyVp/SiyvIC9B+JwoY4kI0TwQ==} engines: {node: '>=16'} @@ -8542,6 +8573,13 @@ packages: '@sd-jwt/types': 0.6.1 js-base64: 3.7.7 + /@sd-jwt/utils@0.7.2: + resolution: {integrity: sha512-aMPY7uHRMgyI5PlDvEiIc+eBFGC1EM8OCQRiEjJ8HGN0pajWMYj0qwSw7pS90A49/DsYU1a5Zpvb7nyjgGH0Yg==} + engines: {node: '>=18'} + dependencies: + '@sd-jwt/types': 0.7.2 + js-base64: 3.7.7 + /@segment/loosely-validate-event@2.0.0: resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} dependencies: @@ -8730,13 +8768,13 @@ packages: '@sinonjs/commons': 1.8.6 dev: true - /@sphereon/did-auth-siop-adapter@0.16.1-unstable.86: - resolution: {integrity: sha512-exutkrxjvDcbN5u+bitCVm3o1Kw949ef36pzI5ehHDglf1EigvWovVnzNK9cmktx20Wo/GiuAW6prsVAl5IjYA==} + /@sphereon/did-auth-siop-adapter@0.16.1-unstable.91: + resolution: {integrity: sha512-LeO4HUbCQq60auAjJIKZrdtpgCjKCvWX/79BVczw3I8kEsXhIILf2GuT72lNjNPSAVvkjk7ApItwLlZY4OehQw==} engines: {node: '>=18'} dependencies: - '@sphereon/did-auth-siop': 0.16.1-unstable.86 + '@sphereon/did-auth-siop': 0.16.1-unstable.91 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/oid4vc-common': 0.16.1-unstable.86 + '@sphereon/oid4vc-common': 0.16.1-unstable.91 '@sphereon/wellknown-dids-client': 0.1.3 did-jwt: 6.11.6(patch_hash=afqywxnnjnsy6hwgax66dyyiey) did-resolver: 4.1.0 @@ -8745,15 +8783,15 @@ packages: - supports-color dev: false - /@sphereon/did-auth-siop@0.16.1-unstable.86: - resolution: {integrity: sha512-tjkwKdW0AHEV4aafhCtNnJXrpOWJ+RgNZsJ4LG3QQ5iZRnj0CTVsuvA4wO/KYcw03BPbzurov1mnpTIGcRgLmg==} + /@sphereon/did-auth-siop@0.16.1-unstable.91: + resolution: {integrity: sha512-Qyc3FfNORG0AGdSRa7B5Lp7SVJEuPIdY11MQuUY4TOixfFKrGhG++jeAP4BOcKKV3nMqwvZK1HqBQb2JgFfWsQ==} engines: {node: '>=18'} dependencies: '@astronautlabs/jsonpath': 1.1.2 '@sphereon/did-uni-client': 0.6.3 '@sphereon/kmp-mdl-mdoc': 0.2.0-SNAPSHOT.22 - '@sphereon/oid4vc-common': 0.16.1-unstable.86 - '@sphereon/pex': 5.0.0-unstable.8 + '@sphereon/oid4vc-common': 0.16.1-unstable.91 + '@sphereon/pex': 5.0.0-unstable.9 '@sphereon/pex-models': 2.3.1 '@sphereon/ssi-types': link:packages/ssi-types '@sphereon/wellknown-dids-client': 0.1.3 @@ -8839,8 +8877,8 @@ packages: - typescript dev: true - /@sphereon/oid4vc-common@0.16.1-unstable.86: - resolution: {integrity: sha512-UjdnucaYQHdc0HcRuWkqKixHeDi2vLO1E6bQIynxhkwohdOHdbGyaZvbcc3ruz2DQ3fPf/E+C7qQIFczop3LNA==} + /@sphereon/oid4vc-common@0.16.1-unstable.91: + resolution: {integrity: sha512-F8gLIT7l0FmpfBrJAjcrSOgNsdd7IsGZWWH5PGwVMMSYksg367oxeDjrtzCnfgArlJ61+SpRcb/Meq3VRSPqTQ==} engines: {node: '>=18'} dependencies: '@sphereon/ssi-types': link:packages/ssi-types @@ -8849,12 +8887,12 @@ packages: uint8arrays: 3.1.1 uuid: 9.0.1 - /@sphereon/oid4vci-client@0.16.1-unstable.86: - resolution: {integrity: sha512-Jpx7pJBSwNBADrXLa4YEfHsjFC2hSSaIyTucHTuNNuPzvTE6mfTyssN2IjDw2+kkTb1KVGmgXvUQzQgbQ6gjVg==} + /@sphereon/oid4vci-client@0.16.1-unstable.91: + resolution: {integrity: sha512-8fvr4WadoFKDKE8Q/SYus+nKst34/zYmQkaRtNEywN80aZ00YZLIuHeif6ChZJ751Cwin+e6oEvMbBD5ETBGxA==} engines: {node: '>=18'} dependencies: - '@sphereon/oid4vc-common': 0.16.1-unstable.86 - '@sphereon/oid4vci-common': 0.16.1-unstable.86 + '@sphereon/oid4vc-common': 0.16.1-unstable.91 + '@sphereon/oid4vci-common': 0.16.1-unstable.91 '@sphereon/ssi-types': link:packages/ssi-types cross-fetch: 3.1.8 debug: 4.3.6 @@ -8862,11 +8900,11 @@ packages: - encoding - supports-color - /@sphereon/oid4vci-common@0.16.1-unstable.86: - resolution: {integrity: sha512-4/FvxHu/khNGfgvU8tp6Q7tpfYKVTlzCjQrl35l01LMBOKL/K7nAUlXQyKKK072rUW3VkK47oXfrzsHDGeEWng==} + /@sphereon/oid4vci-common@0.16.1-unstable.91: + resolution: {integrity: sha512-Q+4zezFlgvhnj7d3gNuTGUz09sLSEFOng4d71vMKCsflqBg5UBIkNVM7SSJLzX98DrYMOwc+KE3TG/hY3PNESw==} engines: {node: '>=18'} dependencies: - '@sphereon/oid4vc-common': 0.16.1-unstable.86 + '@sphereon/oid4vc-common': 0.16.1-unstable.91 '@sphereon/ssi-types': link:packages/ssi-types cross-fetch: 3.1.8 debug: 4.3.6 @@ -8877,8 +8915,8 @@ packages: - encoding - supports-color - /@sphereon/oid4vci-issuer-server@0.16.1-unstable.86(awesome-qr@2.1.5-rc.0): - resolution: {integrity: sha512-ypYwtJVPbJcdWqgg1faGPZQF/Wdkm9bhW0WgYu2ZyOi6gZ06XSXhkbr+DW75O7xs0zN74iiexNHmdfDnpqg2Ag==} + /@sphereon/oid4vci-issuer-server@0.16.1-unstable.91(awesome-qr@2.1.5-rc.0): + resolution: {integrity: sha512-GXS8UGr4fhfgi0SFNeIrKf6Ep6vj0E0N0hjegqjS2XpFCpMpsunnVDYDR38/iT/7/a3S8Qcmzmdvgqg6WuWQfA==} engines: {node: '>=18'} peerDependencies: awesome-qr: ^2.1.5-rc.0 @@ -8886,9 +8924,9 @@ packages: awesome-qr: optional: true dependencies: - '@sphereon/oid4vc-common': 0.16.1-unstable.86 - '@sphereon/oid4vci-common': 0.16.1-unstable.86 - '@sphereon/oid4vci-issuer': 0.16.1-unstable.86(awesome-qr@2.1.5-rc.0) + '@sphereon/oid4vc-common': 0.16.1-unstable.91 + '@sphereon/oid4vci-common': 0.16.1-unstable.91 + '@sphereon/oid4vci-issuer': 0.16.1-unstable.91(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-express-support': 0.29.1-unstable.121 '@sphereon/ssi-types': link:packages/ssi-types awesome-qr: 2.1.5-rc.0 @@ -8907,8 +8945,8 @@ packages: - supports-color dev: false - /@sphereon/oid4vci-issuer@0.16.1-unstable.86(awesome-qr@2.1.5-rc.0): - resolution: {integrity: sha512-43Krv01bXjdly7VLCYnkH8seuny2X3VUVlstF4qHb3MpsBAbvE+Ic0zObzEVZKIhATJs4vKg+QRQJm3FWnsSIw==} + /@sphereon/oid4vci-issuer@0.16.1-unstable.91(awesome-qr@2.1.5-rc.0): + resolution: {integrity: sha512-HY6p1xGhufy3G6QdAdm7QJ9JnGZbG7n/PEqQKSVH4J1m4WsSfgHxq7HpnSTWrbXKwm4IFnJR8XUogDjXB+6itg==} engines: {node: '>=18'} peerDependencies: awesome-qr: ^2.1.5-rc.0 @@ -8916,8 +8954,8 @@ packages: awesome-qr: optional: true dependencies: - '@sphereon/oid4vc-common': 0.16.1-unstable.86 - '@sphereon/oid4vci-common': 0.16.1-unstable.86 + '@sphereon/oid4vc-common': 0.16.1-unstable.91 + '@sphereon/oid4vci-common': 0.16.1-unstable.91 '@sphereon/ssi-types': link:packages/ssi-types awesome-qr: 2.1.5-rc.0 uuid: 9.0.1 @@ -8929,8 +8967,8 @@ packages: /@sphereon/pex-models@2.3.1: resolution: {integrity: sha512-SByU4cJ0XYA6VZQ/L6lsSiRcFtBPHbFioCeQ4GP7/W/jQ+PSBD7uK2oTnKQ9/0iEiMK/6JYqhKgLs4a9UX3UTQ==} - /@sphereon/pex@5.0.0-unstable.8: - resolution: {integrity: sha512-DD85XvyK2F+7VH4lRmfalqSiET8SJysY3ryIPuTVfYrZ3KssYCFfxTcip0+mgjAgbTUldjZYIXuhJO42TDjA/A==} + /@sphereon/pex@5.0.0-unstable.9: + resolution: {integrity: sha512-4Exw5Uh165izJf9B5FPN0s07liXlfhZUacAWluigniTCdsOw/FxHN7aDPNE7Tfn/h80vkRQFkAMhPmQN37h31A==} engines: {node: '>=18'} requiresBuild: true dependencies: