Skip to content

Commit

Permalink
chore: updated ssi-types
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jan 27, 2025
1 parent b24bc4c commit b3c3a11
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=18"
},
"resolutions": {
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"dcql": "0.2.19",
"node-fetch": "2.6.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/callback-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sphereon/oid4vci-client": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/oid4vci-issuer": "workspace:*",
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"jose": "^4.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"jwt-decode": "^4.0.0",
"sha.js": "^2.4.11",
"uint8arrays": "3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/oid4vci-issuer": "workspace:*",
"@sphereon/ssi-express-support": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5",
"jwt-decode": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/siop-oid4vp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sphereon/pex": "5.0.0-unstable.28",
"dcql": "0.2.19",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-types": "0.32.1-feature.VDX.341.53",
"@sphereon/ssi-types": "0.32.1-next.113",
"cross-fetch": "^4.0.0",
"debug": "^4.3.5",
"events": "^3.3.0",
Expand Down

0 comments on commit b3c3a11

Please sign in to comment.