From 23559a3c77b95bc30f62fa89430bec9501edfd68 Mon Sep 17 00:00:00 2001 From: "A.G.J. Cate" Date: Fri, 27 Sep 2024 13:42:07 +0200 Subject: [PATCH] chore: fixes --- packages/oid4vci-issuer/package.json | 3 ++ packages/presentation-exchange/package.json | 2 +- packages/sd-jwt/package.json | 2 +- packages/siopv2-oid4vp-op-auth/package.json | 4 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- packages/vc-status-list/package.json | 1 + packages/w3c-vc-api/package.json | 3 ++ pnpm-lock.yaml | 43 ++++++++++++--------- 8 files changed, 37 insertions(+), 23 deletions(-) diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index 353714ecd..ffc8160e6 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -18,11 +18,14 @@ "@sphereon/oid4vci-issuer": "0.16.1-unstable.68", "@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:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.sd-jwt": "workspace:*", "@sphereon/ssi-sdk.mdl-mdoc": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", + "@sphereon/ssi-sdk.vc-status-list": "workspace:*", + "@sphereon/ssi-sdk.vc-status-list-issuer": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@types/uuid": "^9.0.8", "@veramo/core": "4.2.0", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index 28295ed4c..d0a4b5c1b 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.presentation-exchange", - "version": "0.29.1", + "version": "0.30.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index b031b2896..3dd48a779 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.sd-jwt", - "version": "0.29.1", + "version": "0.30.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index 58acaf576..374b17a05 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth", - "version": "0.29.1", + "version": "0.30.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.16.1-unstable.68", "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.68", - "@sphereon/oid4vc-common": "0.16.1-unstable.34", + "@sphereon/oid4vc-common": "0.16.1-unstable.68", "@sphereon/pex": "5.0.0-unstable.7", "@sphereon/pex-models": "^2.3.1", "@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index a966c08c6..dee200946 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.16.1-unstable.68", "@sphereon/did-auth-siop-adapter": "0.16.1-unstable.68", - "@sphereon/oid4vc-common": "0.16.1-unstable.34", + "@sphereon/oid4vc-common": "0.16.1-unstable.68", "@sphereon/pex": "5.0.0-unstable.7", "@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/vc-status-list/package.json b/packages/vc-status-list/package.json index 58200ffe5..a67c002c9 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -18,6 +18,7 @@ "@veramo/credential-status": "4.2.0", "credential-status": "^2.0.6", "debug": "^4.3.5", + "typeorm": "^0.3.20", "uint8arrays": "^3.1.1" }, "devDependencies": { diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index f56fde3ab..d2f3bbccd 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -13,10 +13,13 @@ "dependencies": { "@sphereon/did-auth-siop": "0.16.1-unstable.68", "@sphereon/ssi-express-support": "workspace:*", + "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.presentation-exchange": "workspace:*", + "@sphereon/ssi-sdk.vc-status-list": "workspace:*", + "@sphereon/ssi-sdk.vc-status-list-issuer": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4075d82db..48c5758a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1145,6 +1145,9 @@ importers: '@sphereon/ssi-sdk-ext.identifier-resolution': 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) + '@sphereon/ssi-sdk.agent-config': + specifier: workspace:* + version: link:../agent-config '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1160,6 +1163,12 @@ importers: '@sphereon/ssi-sdk.sd-jwt': specifier: workspace:* version: link:../sd-jwt + '@sphereon/ssi-sdk.vc-status-list': + specifier: workspace:* + version: link:../vc-status-list + '@sphereon/ssi-sdk.vc-status-list-issuer': + specifier: workspace:* + version: link:../vc-status-list-issuer '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2019,8 +2028,8 @@ importers: specifier: 0.16.1-unstable.68 version: 0.16.1-unstable.68 '@sphereon/oid4vc-common': - specifier: 0.16.1-unstable.34 - version: 0.16.1-unstable.34 + specifier: 0.16.1-unstable.68 + version: 0.16.1-unstable.68 '@sphereon/pex': specifier: 5.0.0-unstable.7 version: 5.0.0-unstable.7 @@ -2149,8 +2158,8 @@ importers: specifier: 0.16.1-unstable.68 version: 0.16.1-unstable.68 '@sphereon/oid4vc-common': - specifier: 0.16.1-unstable.34 - version: 0.16.1-unstable.34 + specifier: 0.16.1-unstable.68 + version: 0.16.1-unstable.68 '@sphereon/pex': specifier: 5.0.0-unstable.7 version: 5.0.0-unstable.7 @@ -2987,6 +2996,9 @@ importers: debug: specifier: ^4.3.5 version: 4.3.6 + typeorm: + specifier: ^0.3.20 + version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) uint8arrays: specifier: ^3.1.1 version: 3.1.1 @@ -3336,6 +3348,9 @@ importers: '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support + '@sphereon/ssi-sdk.agent-config': + specifier: workspace:* + version: link:../agent-config '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -3348,6 +3363,12 @@ importers: '@sphereon/ssi-sdk.presentation-exchange': specifier: workspace:* version: link:../presentation-exchange + '@sphereon/ssi-sdk.vc-status-list': + specifier: workspace:* + version: link:../vc-status-list + '@sphereon/ssi-sdk.vc-status-list-issuer': + specifier: workspace:* + version: link:../vc-status-list-issuer '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -3403,9 +3424,6 @@ importers: '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.24.1-unstable.130 version: 0.24.1-unstable.130(ts-node@10.9.2) - '@sphereon/ssi-sdk.agent-config': - specifier: workspace:* - version: link:../agent-config '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -8824,17 +8842,6 @@ packages: - typescript dev: true - /@sphereon/oid4vc-common@0.16.1-unstable.34: - resolution: {integrity: sha512-MpEjQYX/MO6Mm9DFbyOCQ1wse4a3cEetNW9iLvX3vYMAGLUafPMZL2sC3PcJtNLK1MJ//00Vc/dkUPkLIDULpw==} - engines: {node: '>=18'} - dependencies: - '@sphereon/ssi-types': link:packages/ssi-types - jwt-decode: 4.0.0 - sha.js: 2.4.11 - uint8arrays: 3.1.1 - uuid: 9.0.1 - dev: false - /@sphereon/oid4vc-common@0.16.1-unstable.68: resolution: {integrity: sha512-njQWU12rMoJLpqC249QrhkZDykGA4KdLBvYvIRcfQaEWnIRsOzQFu9knOJ7ETlzE56V5K8JSw0+jSM9hE1A4wg==} engines: {node: '>=18'}