From 40c2908cd1ed2f1099d918faba72be2a3fefbe96 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Sat, 23 Dec 2023 13:32:52 +0700 Subject: [PATCH] update to released ssi-types Signed-off-by: Timo Glastra --- packages/callback-example/package.json | 2 +- packages/client/package.json | 2 +- packages/common/lib/types/QRCode.types.ts | 4 +-- packages/common/package.json | 2 +- packages/issuer-rest/package.json | 4 +-- packages/issuer/package.json | 2 +- pnpm-lock.yaml | 43 +++++++++++++---------- 7 files changed, 33 insertions(+), 26 deletions(-) diff --git a/packages/callback-example/package.json b/packages/callback-example/package.json index 7373224e..8c814fb8 100644 --- a/packages/callback-example/package.json +++ b/packages/callback-example/package.json @@ -18,7 +18,7 @@ "@sphereon/oid4vci-client": "workspace:*", "@sphereon/oid4vci-common": "workspace:*", "@sphereon/oid4vci-issuer": "workspace:*", - "@sphereon/ssi-types": "0.17.2", + "@sphereon/ssi-types": "0.17.6-unstable.69", "jose": "^4.10.0" }, "devDependencies": { diff --git a/packages/client/package.json b/packages/client/package.json index 1d1c5a01..8b339c6b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "workspace:*", - "@sphereon/ssi-types": "0.17.2", + "@sphereon/ssi-types": "0.17.6-unstable.69", "cross-fetch": "^3.1.8", "debug": "^4.3.4" }, diff --git a/packages/common/lib/types/QRCode.types.ts b/packages/common/lib/types/QRCode.types.ts index 99deb63b..16280dcb 100644 --- a/packages/common/lib/types/QRCode.types.ts +++ b/packages/common/lib/types/QRCode.types.ts @@ -60,7 +60,7 @@ export interface ComponentOptions { */ protectors?: boolean; }; -}; +} export interface QRCodeOpts { /** @@ -224,4 +224,4 @@ export interface QRCodeOpts { * @deafultValue 0.4 */ dotScale?: number; -}; +} diff --git a/packages/common/package.json b/packages/common/package.json index ff5ff6bd..a08104fd 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-types": "0.17.2", + "@sphereon/ssi-types": "0.17.6-unstable.69", "cross-fetch": "^3.1.8", "jwt-decode": "^3.1.2" }, diff --git a/packages/issuer-rest/package.json b/packages/issuer-rest/package.json index 3f1e5ede..02270a8a 100644 --- a/packages/issuer-rest/package.json +++ b/packages/issuer-rest/package.json @@ -13,8 +13,8 @@ "dependencies": { "@sphereon/oid4vci-common": "workspace:*", "@sphereon/oid4vci-issuer": "workspace:*", - "@sphereon/ssi-express-support": "0.17.2", - "@sphereon/ssi-types": "0.17.2", + "@sphereon/ssi-express-support": "0.17.6-unstable.69", + "@sphereon/ssi-types": "0.17.6-unstable.69", "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", diff --git a/packages/issuer/package.json b/packages/issuer/package.json index 5a68335c..61fae484 100644 --- a/packages/issuer/package.json +++ b/packages/issuer/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "workspace:*", - "@sphereon/ssi-types": "0.17.2", + "@sphereon/ssi-types": "0.17.6-unstable.69", "uuid": "^9.0.0" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbe61181..ffc1e70b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,8 +75,8 @@ importers: specifier: workspace:* version: link:../issuer '@sphereon/ssi-types': - specifier: 0.17.2 - version: 0.17.2 + specifier: 0.17.6-unstable.69 + version: 0.17.6-unstable.69 jose: specifier: ^4.10.0 version: 4.14.6 @@ -118,8 +118,8 @@ importers: specifier: workspace:* version: link:../common '@sphereon/ssi-types': - specifier: 0.17.2 - version: 0.17.2 + specifier: 0.17.6-unstable.69 + version: 0.17.6-unstable.69 cross-fetch: specifier: ^3.1.8 version: 3.1.8 @@ -200,8 +200,8 @@ importers: packages/common: dependencies: '@sphereon/ssi-types': - specifier: 0.17.2 - version: 0.17.2 + specifier: 0.17.6-unstable.69 + version: 0.17.6-unstable.69 cross-fetch: specifier: ^3.1.8 version: 3.1.8 @@ -222,8 +222,8 @@ importers: specifier: workspace:* version: link:../common '@sphereon/ssi-types': - specifier: 0.17.2 - version: 0.17.2 + specifier: 0.17.6-unstable.69 + version: 0.17.6-unstable.69 awesome-qr: specifier: ^2.1.5-rc.0 version: 2.1.5-rc.0 @@ -256,11 +256,11 @@ importers: specifier: workspace:* version: link:../issuer '@sphereon/ssi-express-support': - specifier: 0.17.2 - version: 0.17.2 + specifier: 0.17.6-unstable.69 + version: 0.17.6-unstable.69 '@sphereon/ssi-types': - specifier: 0.17.2 - version: 0.17.2 + specifier: 0.17.6-unstable.69 + version: 0.17.6-unstable.69 body-parser: specifier: ^1.20.2 version: 1.20.2 @@ -3349,6 +3349,12 @@ packages: /@react-native/polyfills@2.0.0: resolution: {integrity: sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==} + /@sd-jwt/core@0.1.2-alpha.0: + resolution: {integrity: sha512-x4MVXar6WmPauZDRJ3aHwaY8o/bHzN77Ts7o43JKuuqIBFjPgAcSlRtd/Xk1rWhazFai4MCIwJDSQ1OQRJtNug==} + dependencies: + buffer: 6.0.3 + dev: false + /@segment/loosely-validate-event@2.0.0: resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} dependencies: @@ -3412,8 +3418,8 @@ packages: dependencies: '@sinonjs/commons': 3.0.0 - /@sphereon/ssi-express-support@0.17.2: - resolution: {integrity: sha512-OrLC7YAelpUmCIzPRgHM97HBNFqDoSdJNNssstS6Ho0ZXswq4fsPDm+h49+//ogp1ERbuOl9Ywqhp+3DdLZCPA==} + /@sphereon/ssi-express-support@0.17.6-unstable.69: + resolution: {integrity: sha512-IpiiW6KPv5zjvlCCxyw4S093WL4na6zvJjoWI26te04Y4T1yYF3FfaGdcA+BAQl4URvvcp09mzay2Z8RwmDLSA==} peerDependencies: '@noble/hashes': 1.2.0 passport-azure-ad: ^4.3.5 @@ -3443,9 +3449,10 @@ packages: - supports-color dev: false - /@sphereon/ssi-types@0.17.2: - resolution: {integrity: sha512-Qo1dkISavtPIe1WKZXZGyHvquoUvdUlDI0GLzb21clKFPuxbawXdlxpCqOh6NCNRfX7ohEeCUQdEA1PNBlnKYA==} + /@sphereon/ssi-types@0.17.6-unstable.69: + resolution: {integrity: sha512-VwjVd6XhoV5QecWcRh0RpBf5N324tfhYcQrVk9se3brqMNMauZTBbhUhk+QLdwFd+u/1+IfEWnS28HyIU7lXHQ==} dependencies: + '@sd-jwt/core': 0.1.2-alpha.0 jwt-decode: 3.1.2 dev: false @@ -4964,7 +4971,7 @@ packages: minipass-pipeline: 1.2.4 p-map: 4.0.0 ssri: 10.0.5 - tar: 6.2.0 + tar: 6.1.11 unique-filename: 3.0.0 dev: true @@ -10044,7 +10051,7 @@ packages: npmlog: 6.0.2 rimraf: 3.0.2 semver: 7.5.4 - tar: 6.2.0 + tar: 6.1.11 which: 2.0.2 transitivePeerDependencies: - supports-color