Skip to content

Commit 078276d

Browse files
committed
chore: update OID4VC deps. Fix tests not working anymore
1 parent 473a2d9 commit 078276d

File tree

14 files changed

+173
-101
lines changed

14 files changed

+173
-101
lines changed

jest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"<rootDir>/packages/siopv2-oid4vp-rp-rest-api/.yalc/"
4141
],
4242
"transformIgnorePatterns": [
43-
"<rootDir>/node_modules/.pnpm/(?!(nist-weierstrauss|multiformatsgggggg|@digitalcredentials\\+vc-status-list)@)"
43+
"<rootDir>/node_modules/.pnpm/(?!(nist-weierstrauss|multiformatsgggggg|@digitalcredentials\\+vc-status-list|valibot)@)"
4444
],
4545
"testMatch": [
4646
"**/__tests__/**/*.test.*",

packages/ebsi-support/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@ethersproject/random": "^5.7.0",
18-
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
19-
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91",
18+
"@sphereon/did-auth-siop": "0.16.1-unstable.105",
19+
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.105",
2020
"@sphereon/pex": "5.0.0-unstable.10",
2121
"@sphereon/pex-models": "^2.3.1",
2222
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.24.1-unstable.134",
@@ -44,8 +44,8 @@
4444
"xstate": "^4.38.3"
4545
},
4646
"devDependencies": {
47-
"@sphereon/oid4vci-client": "0.16.1-unstable.91",
48-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
47+
"@sphereon/oid4vci-client": "0.16.1-unstable.105",
48+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
4949
"@sphereon/ssi-express-support": "workspace:*",
5050
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.134",
5151
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.134",

packages/mdl-mdoc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:clean": "tsc --build --clean && tsc --build"
1515
},
1616
"dependencies": {
17-
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
17+
"@sphereon/did-auth-siop": "0.16.1-unstable.105",
1818
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
1919
"@sphereon/pex": "5.0.0-unstable.10",
2020
"@sphereon/pex-models": "^2.3.1",
@@ -35,8 +35,8 @@
3535
"uuid": "^9.0.1"
3636
},
3737
"devDependencies": {
38-
"@sphereon/oid4vci-client": "0.16.1-unstable.91",
39-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
38+
"@sphereon/oid4vci-client": "0.16.1-unstable.105",
39+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
4040
"@sphereon/ssi-express-support": "workspace:*",
4141
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.134",
4242
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.134",

packages/oid4vci-holder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@sphereon/kmp-mdl-mdoc": "0.2.0-SNAPSHOT.22",
18-
"@sphereon/oid4vci-client": "0.16.1-unstable.91",
19-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
18+
"@sphereon/oid4vci-client": "0.16.1-unstable.105",
19+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
2020
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.134",
2121
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.134",
2222
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.134",

packages/oid4vci-issuer-rest-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"start:dev": "ts-node __tests__/RestAPI.ts"
1212
},
1313
"dependencies": {
14-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
15-
"@sphereon/oid4vci-issuer": "0.16.1-unstable.91",
16-
"@sphereon/oid4vci-issuer-server": "0.16.1-unstable.91",
14+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
15+
"@sphereon/oid4vci-issuer": "0.16.1-unstable.105",
16+
"@sphereon/oid4vci-issuer-server": "0.16.1-unstable.105",
1717
"@sphereon/ssi-express-support": "workspace:*",
1818
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.134",
1919
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",

packages/oid4vci-issuer-rest-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
1717
},
1818
"dependencies": {
19-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
19+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
2020
"@sphereon/ssi-types": "workspace:*",
2121
"@veramo/core": "4.2.0",
2222
"cross-fetch": "^3.1.8"

packages/oid4vci-issuer-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:clean": "tsc --build --clean && tsc --build"
1515
},
1616
"dependencies": {
17-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
17+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
1818
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.134",
1919
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.134",
2020
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",

packages/oid4vci-issuer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"build:clean": "tsc --build --clean && tsc --build"
1515
},
1616
"dependencies": {
17-
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
18-
"@sphereon/oid4vci-issuer": "0.16.1-unstable.91",
17+
"@sphereon/oid4vci-common": "0.16.1-unstable.105",
18+
"@sphereon/oid4vci-issuer": "0.16.1-unstable.105",
1919
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.134",
2020
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.134",
2121
"@sphereon/ssi-sdk.agent-config": "workspace:*",

packages/siopv2-oid4vp-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"access": "public"
1313
},
1414
"dependencies": {
15-
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
15+
"@sphereon/did-auth-siop": "0.16.1-unstable.105",
1616
"@sphereon/ssi-sdk.core": "workspace:*",
1717
"@sphereon/ssi-types": "workspace:*",
1818
"uint8arrays": "3.1.1"

packages/siopv2-oid4vp-op-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"build:clean": "tsc --build --clean && tsc --build"
1515
},
1616
"dependencies": {
17-
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
18-
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91",
19-
"@sphereon/oid4vc-common": "0.16.1-unstable.91",
17+
"@sphereon/did-auth-siop": "0.16.1-unstable.105",
18+
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.105",
19+
"@sphereon/oid4vc-common": "0.16.1-unstable.105",
2020
"@sphereon/pex": "5.0.0-unstable.10",
2121
"@sphereon/pex-models": "^2.3.1",
2222
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.134",

0 commit comments

Comments
 (0)