Skip to content

Commit

Permalink
Merge pull request #189 from Sphereon-Opensource/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
nklomp authored Apr 25, 2024
2 parents 7b7695f + 7aecc7f commit fec4fd4
Show file tree
Hide file tree
Showing 19 changed files with 3,746 additions and 3,745 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'pnpm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-next-with-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: everlytic/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions packages/contact-manager-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.2",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.key-manager": "0.19.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.19.0",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"devDependencies": {
"@decentralized-identity/ion-sdk": "^0.6.0",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/pex": "3.3.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "3.3.3",
"@sphereon/pex-models": "^2.2.4",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.2",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.2",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.19.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.19.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.19.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.19.0",
"@sphereon/ssi-sdk.data-store": "workspace:*",
"@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*",
"@types/body-parser": "^1.19.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"dependencies": {
"@sphereon/oid4vci-common": "0.10.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@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.2",
"@sphereon/did-uni-client": "^0.6.3",
"@types/uuid": "^9.0.1",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
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 @@ -16,7 +16,7 @@
"dependencies": {
"@sphereon/oid4vci-common": "0.10.3",
"@sphereon/oid4vci-issuer": "0.10.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
Expand All @@ -28,7 +28,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/did-uni-client": "^0.6.3",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/utils": "4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/pex": "^3.3.2",
"@sphereon/pex": "^3.3.3",
"@sphereon/pex-models": "^2.2.4",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/json-buffer": "^3.0.0",
"@veramo/did-provider-key": "4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@sphereon/did-auth-siop": "0.6.4",
"@sphereon/pex": "^3.3.2",
"@sphereon/pex": "^3.3.3",
"@sphereon/pex-models": "2.2.4",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
Expand All @@ -29,7 +29,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@types/uuid": "^9.0.1",
"@veramo/did-provider-key": "4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/siopv2-oid4vp-rp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@sphereon/did-auth-siop": "0.6.4",
"@sphereon/pex": "^3.3.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.2",
"@sphereon/pex": "^3.3.3",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@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.2",
"@sphereon/did-uni-client": "^0.6.3",
"@types/uuid": "^9.0.4",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
Expand Down
6 changes: 3 additions & 3 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.2",
"@sphereon/pex": "^3.3.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/pex": "^3.3.3",
"@sphereon/pex-models": "^2.2.4",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.2",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.19.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.2",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.19.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.19.0",
"@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.1-unstable.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.key-utils": "0.18.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.18.2",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.18.2-unstable.12",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.2",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.19.0",
"@sphereon/ssi-sdk-ext.did-provider-lto": "0.19.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.19.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.2",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.19.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-types": "workspace:*",
"@sphereon/vc-status-list": "7.0.0-next.0",
"@veramo/core": "4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.18.2",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.2",
"@sphereon/ssi-sdk-ext.key-manager": "0.18.2",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.2",
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.19.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.19.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.19.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.19.0",
"@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.2",
"@sphereon/ssi-sdk-ext.kms-local": "0.18.2",
"@sphereon/ssi-sdk-ext.key-manager": "0.19.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.19.0",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/dotenv-flow": "^3.2.0",
Expand Down
Loading

0 comments on commit fec4fd4

Please sign in to comment.