Skip to content

Commit

Permalink
chore: pex update
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma authored and nklomp committed Oct 1, 2024
1 parent 789d4d5 commit b9f0e6f
Show file tree
Hide file tree
Showing 20 changed files with 202 additions and 164 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@veramo/url-handler": "4.2.0",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@noble/hashes": "1.2.0",
"debug": "^4.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"cross-fetch": "^3.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres"
},
"dependencies": {
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/ebsi-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@ethersproject/random": "^5.7.0",
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.86",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
Expand All @@ -44,8 +44,8 @@
"xstate": "^4.38.3"
},
"devDependencies": {
"@sphereon/oid4vci-client": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-client": "0.16.1-unstable.91",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.130",
Expand Down
8 changes: 4 additions & 4 deletions packages/mdl-mdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.130",
Expand All @@ -35,8 +35,8 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/oid4vci-client": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-client": "0.16.1-unstable.91",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.kms-local": "0.24.1-unstable.130",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-client": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-client": "0.16.1-unstable.91",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.key-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
Expand Down
8 changes: 4 additions & 4 deletions packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"start:dev": "ts-node __tests__/RestAPI.ts"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-issuer": "0.16.1-unstable.86",
"@sphereon/oid4vci-issuer-server": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/oid4vci-issuer": "0.16.1-unstable.91",
"@sphereon/oid4vci-issuer-server": "0.16.1-unstable.91",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.key-manager": "0.24.1-unstable.130",
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
"cross-fetch": "^3.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.16.1-unstable.86",
"@sphereon/oid4vci-issuer": "0.16.1-unstable.86",
"@sphereon/oid4vci-common": "0.16.1-unstable.91",
"@sphereon/oid4vci-issuer": "0.16.1-unstable.91",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/pd-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"cross-fetch": "^3.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
Expand Down
10 changes: 5 additions & 5 deletions packages/sd-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
},
"dependencies": {
"@sd-jwt/core": "^0.6.1",
"@sd-jwt/sd-jwt-vc": "^0.6.1",
"@sd-jwt/core": "^0.7.2",
"@sd-jwt/sd-jwt-vc": "^0.7.2",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/ssi-sdk.mdl-mdoc": "workspace:*",
Expand All @@ -29,9 +29,9 @@
"debug": "^4.3.5"
},
"devDependencies": {
"@sd-jwt/decode": "^0.6.1",
"@sd-jwt/types": "^0.6.1",
"@sd-jwt/utils": "^0.6.1",
"@sd-jwt/decode": "^0.7.2",
"@sd-jwt/types": "^0.7.2",
"@sd-jwt/utils": "^0.7.2",
"@types/uuid": "^9.0.8",
"@sphereon/ssi-sdk-ext.did-provider-jwk": " 0.24.1-next.112",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": " 0.24.1-next.112",
Expand Down
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"uint8arrays": "3.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.86",
"@sphereon/oid4vc-common": "0.16.1-unstable.86",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91",
"@sphereon/oid4vc-common": "0.16.1-unstable.91",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
Expand Down
8 changes: 4 additions & 4 deletions packages/siopv2-oid4vp-rp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.86",
"@sphereon/oid4vc-common": "0.16.1-unstable.86",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.91",
"@sphereon/oid4vc-common": "0.16.1-unstable.91",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.jwt-service": "0.24.1-unstable.130",
Expand Down
4 changes: 2 additions & 2 deletions packages/siopv2-oid4vp-rp-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start:dev": "ts-node __tests__/RestAPI.ts"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "5.0.0-unstable.8",
"@sphereon/pex": "5.0.0-unstable.9",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.1-unstable.130",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sd-jwt/decode": "^0.6.1",
"@sd-jwt/decode": "^0.7.2",
"debug": "^4.3.5",
"events": "^3.3.0",
"jwt-decode": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start:dev": "ts-node __tests__/agent.ts"
},
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.86",
"@sphereon/did-auth-siop": "0.16.1-unstable.91",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
Expand Down
Loading

0 comments on commit b9f0e6f

Please sign in to comment.