Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Apr 4, 2024
1 parent 0e764ed commit 4cc567a
Show file tree
Hide file tree
Showing 16 changed files with 193 additions and 184 deletions.
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.10.1-next.3",
"@sphereon/oid4vci-common": "0.10.1-next.3",
"@sphereon/oid4vci-client": "0.10.3-next.3",
"@sphereon/oid4vci-common": "0.10.3-next.3",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down
14 changes: 7 additions & 7 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.10.1-next.3",
"@sphereon/oid4vci-issuer": "0.10.1-next.3",
"@sphereon/oid4vci-issuer-server": "0.10.1-next.3",
"@sphereon/oid4vci-common": "0.10.3-next.3",
"@sphereon/oid4vci-issuer": "0.10.3-next.3",
"@sphereon/oid4vci-issuer-server": "0.10.3-next.3",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer": "workspace:*",
Expand All @@ -35,10 +35,10 @@
"@sphereon/did-uni-client": "^0.6.1",
"@sphereon/pex": "3.3.1",
"@sphereon/pex-models": "^2.2.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.1",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.1",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.1",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.10.1-next.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/oid4vci-common": "0.10.3-next.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^3.1.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.2",
"@types/uuid": "^9.0.1",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.10.1-next.3",
"@sphereon/oid4vci-issuer": "0.10.1-next.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/oid4vci-common": "0.10.3-next.3",
"@sphereon/oid4vci-issuer": "0.10.3-next.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"dependencies": {
"@sphereon/pex": "^3.3.1",
"@sphereon/pex-models": "^2.2.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/json-buffer": "^3.0.0",
"@veramo/did-provider-key": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sphereon/did-auth-siop": "0.6.3",
"@sphereon/pex": "^3.3.1",
"@sphereon/pex-models": "2.2.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/siopv2-oid4vp-rp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@sphereon/did-auth-siop": "0.6.3",
"@sphereon/pex": "^3.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
Expand All @@ -29,7 +29,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.2",
"@types/uuid": "^9.0.4",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
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 @@ -32,10 +32,10 @@
},
"devDependencies": {
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/pex": "^3.3.1",
"@sphereon/pex-models": "^2.2.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.1",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/uni-resolver-registrar-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.1",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.1",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
Expand All @@ -30,9 +30,9 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.0",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.1",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.1-next.3",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0",
"@noble/hashes": "^1.2.0",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.1",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down Expand Up @@ -56,11 +56,11 @@
"jsonld-signatures": "^7.0.0"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.18.0",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.18.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.0",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.18.1",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.18.1",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.1",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.1",
"@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7",
"@types/nock": "^11.1.0",
"@types/node": "18.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-status-list-issuer-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "^0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "^0.18.1",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/vc-status-list-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
Expand All @@ -30,9 +30,9 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.0",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.1",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.1-next.3",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-status-list/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-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.1",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/vc-status-list": "7.0.0-next.0",
"@veramo/core": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.1",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.0",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.1",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.1-next.3",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.1",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.1",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-provider-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"web3-validator": "^2.0.0"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.key-manager": "^0.18.0",
"@sphereon/ssi-sdk-ext.kms-local": "^0.18.0",
"@sphereon/ssi-sdk-ext.key-manager": "^0.18.1",
"@sphereon/ssi-sdk-ext.kms-local": "^0.18.1",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/dotenv-flow": "^3.2.0",
Expand Down
Loading

0 comments on commit 4cc567a

Please sign in to comment.