Skip to content

Commit de3c46d

Browse files
committed
chore: update @sphereon/ssi-types dependency to 0.36.1-next.159 across packages
1 parent 2109d9a commit de3c46d

10 files changed

Lines changed: 33 additions & 34 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.36.1-next.156",
29+
"@sphereon/ssi-types": "0.36.1-next.159",
3030
"dcql": "1.0.1",
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.36.1-next.156",
33+
"@sphereon/ssi-types": "0.36.1-next.159",
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.36.1-next.156",
32+
"@sphereon/ssi-types": "0.36.1-next.159",
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.mts --coverage"
2323
},
2424
"dependencies": {
25-
"@sphereon/ssi-types": "0.36.1-next.156",
25+
"@sphereon/ssi-types": "0.36.1-next.159",
2626
"jwt-decode": "^4.0.0",
2727
"uint8arrays": "^3.1.1",
2828
"uuid": "^9.0.0"

packages/issuer-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@sphereon/oid4vci-common": "workspace:^",
2727
"@sphereon/oid4vci-issuer": "workspace:^",
2828
"@sphereon/ssi-express-support": "0.34.1-next.3",
29-
"@sphereon/ssi-types": "0.36.1-next.156",
29+
"@sphereon/ssi-types": "0.36.1-next.159",
3030
"body-parser": "^1.20.2",
3131
"cookie-parser": "^1.4.6",
3232
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sphereon/oid4vc-common": "workspace:^",
2525
"@sphereon/oid4vci-common": "workspace:^",
2626
"@sphereon/ssi-express-support": "0.34.1-next.3",
27-
"@sphereon/ssi-types": "0.36.1-next.156",
27+
"@sphereon/ssi-types": "0.36.1-next.159",
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.36.1-next.156",
25+
"@sphereon/ssi-types": "0.36.1-next.159",
2626
"cross-fetch": "^4.1.0",
2727
"debug": "^4.4.0",
2828
"jwt-decode": "^4.0.0",

packages/siop-oid4vp/lib/__tests__/AuthenticationResponse.response.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ describe('create JWT from Request JWT should', () => {
426426
const requestObject = await RequestObject.fromOpts(requestOpts)
427427
const jwt = await requestObject.toJwt()
428428
if (!jwt) throw new Error('JWT is undefined')
429-
const authorizationRequest = await AuthorizationResponse.fromRequestObject(jwt, responseOpts, verifyOpts)
430-
expect(authorizationRequest).toBeDefined()
429+
const authorizationResponse = await AuthorizationResponse.fromRequestObject(jwt, responseOpts, verifyOpts)
430+
expect(authorizationResponse).toBeDefined()
431431
} catch (e) {
432432
if (e.message.includes('Service Unavailable')) {
433433
console.warn('Temporarily skipped due to Service Unavailable')

packages/siop-oid4vp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@sphereon/jarm": "workspace:^",
3131
"@sphereon/oid4vc-common": "workspace:^",
3232
"@sphereon/pex": "5.0.0-unstable.28",
33-
"@sphereon/ssi-types": "0.36.1-next.156",
33+
"@sphereon/ssi-types": "0.36.1-next.159",
3434
"cross-fetch": "^4.0.0",
3535
"dcql": "1.0.1",
3636
"debug": "^4.4.0",

pnpm-lock.yaml

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)