Skip to content

Commit ab858f9

Browse files
committed
chore: updated ssi-sdk deps
1 parent c1e1b4a commit ab858f9

6 files changed

Lines changed: 2912 additions & 2935 deletions

File tree

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@sphereon/oid4vci-client": "workspace:*",
1919
"@sphereon/oid4vci-common": "workspace:*",
2020
"@sphereon/oid4vci-issuer": "workspace:*",
21-
"@sphereon/ssi-types": "^0.18.1",
21+
"@sphereon/ssi-types": "0.26.1-next.6",
2222
"jose": "^4.10.0"
2323
},
2424
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@sphereon/oid4vci-common": "workspace:*",
19-
"@sphereon/ssi-types": "0.25.1-unstable.87",
19+
"@sphereon/ssi-types": "0.26.1-next.6",
2020
"cross-fetch": "^3.1.8",
2121
"debug": "^4.3.4"
2222
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:clean": "tsc --build --clean && tsc --build"
1111
},
1212
"dependencies": {
13-
"@sphereon/ssi-types": "0.25.1-unstable.87",
13+
"@sphereon/ssi-types": "0.26.1-next.6",
1414
"cross-fetch": "^3.1.8",
1515
"jwt-decode": "^3.1.2",
1616
"sha.js": "^2.4.11",

packages/issuer-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@sphereon/oid4vci-common": "workspace:*",
1515
"@sphereon/oid4vci-issuer": "workspace:*",
16-
"@sphereon/ssi-express-support": "0.25.1-unstable.87",
17-
"@sphereon/ssi-types": "0.25.1-unstable.87",
16+
"@sphereon/ssi-express-support": "0.26.1-next.6",
17+
"@sphereon/ssi-types": "0.26.1-next.6",
1818
"body-parser": "^1.20.2",
1919
"cookie-parser": "^1.4.6",
2020
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sphereon/oid4vci-common": "workspace:*",
14-
"@sphereon/ssi-types": "0.25.1-unstable.87",
14+
"@sphereon/ssi-types": "0.26.1-next.6",
1515
"uuid": "^9.0.0"
1616
},
1717
"peerDependencies": {

0 commit comments

Comments
 (0)