Skip to content

Commit 2dd808c

Browse files
committed
chore: update deps
1 parent 17150bb commit 2dd808c

10 files changed

Lines changed: 624 additions & 446 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pnpm": ">=10"
2727
},
2828
"resolutions": {
29-
"@sphereon/ssi-types": "^0.33",
29+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
3030
"dcql": "0.2.19",
3131
"node-fetch": "2.6.12",
3232
"typescript": "5.8.3"

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@sphereon/oid4vci-client": "workspace:^",
3131
"@sphereon/oid4vci-common": "workspace:^",
3232
"@sphereon/oid4vci-issuer": "workspace:^",
33-
"@sphereon/ssi-types": "^0.33",
33+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
3434
"jose": "^4.10.0"
3535
},
3636
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@sphereon/oid4vc-common": "workspace:^",
3131
"@sphereon/oid4vci-common": "workspace:^",
32-
"@sphereon/ssi-types": "^0.33",
32+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
3333
"cross-fetch": "^4.1.0",
3434
"debug": "^4.4.0"
3535
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "vitest run --config ../../vitest.config.ts --coverage"
2323
},
2424
"dependencies": {
25-
"@sphereon/ssi-types": "^0.33",
25+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
2626
"jwt-decode": "^4.0.0",
2727
"uint8arrays": "^3.1.1",
2828
"uuid": "^9.0.0"

packages/issuer-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@sphereon/oid4vc-common": "workspace:^",
2626
"@sphereon/oid4vci-common": "workspace:^",
2727
"@sphereon/oid4vci-issuer": "workspace:^",
28-
"@sphereon/ssi-express-support": "^0.33",
29-
"@sphereon/ssi-types": "^0.33",
28+
"@sphereon/ssi-express-support": "0.33.1-feature.vcdm2.tsup.18",
29+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
3030
"body-parser": "^1.20.2",
3131
"cookie-parser": "^1.4.6",
3232
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dependencies": {
2424
"@sphereon/oid4vc-common": "workspace:^",
2525
"@sphereon/oid4vci-common": "workspace:^",
26-
"@sphereon/ssi-express-support": "^0.33",
27-
"@sphereon/ssi-types": "^0.33",
26+
"@sphereon/ssi-express-support": "0.33.1-feature.vcdm2.tsup.18",
27+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
2828
"short-uuid": "^4.2.2",
2929
"uuid": "^9.0.0"
3030
},

packages/oid4vci-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@sphereon/oid4vc-common": "workspace:^",
25-
"@sphereon/ssi-types": "^0.33",
25+
"@sphereon/ssi-types": "0.33.1-feature.vcdm2.tsup.18",
2626
"cross-fetch": "^4.1.0",
2727
"debug": "^4.4.0",
2828
"jwt-decode": "^4.0.0",

0 commit comments

Comments
 (0)