Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Sep 27, 2024
1 parent fdd05c0 commit 23559a3
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 23 deletions.
3 changes: 3 additions & 0 deletions packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
"@sphereon/oid4vci-issuer": "0.16.1-unstable.68",
"@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:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.sd-jwt": "workspace:*",
"@sphereon/ssi-sdk.mdl-mdoc": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list-issuer": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@types/uuid": "^9.0.8",
"@veramo/core": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.presentation-exchange",
"version": "0.29.1",
"version": "0.30.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sd-jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.sd-jwt",
"version": "0.29.1",
"version": "0.30.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth",
"version": "0.29.1",
"version": "0.30.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.68",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.68",
"@sphereon/oid4vc-common": "0.16.1-unstable.34",
"@sphereon/oid4vc-common": "0.16.1-unstable.68",
"@sphereon/pex": "5.0.0-unstable.7",
"@sphereon/pex-models": "^2.3.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
Expand Down
2 changes: 1 addition & 1 deletion 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.16.1-unstable.68",
"@sphereon/did-auth-siop-adapter": "0.16.1-unstable.68",
"@sphereon/oid4vc-common": "0.16.1-unstable.34",
"@sphereon/oid4vc-common": "0.16.1-unstable.68",
"@sphereon/pex": "5.0.0-unstable.7",
"@sphereon/ssi-sdk-ext.did-utils": "0.24.1-unstable.130",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.24.1-unstable.130",
Expand Down
1 change: 1 addition & 0 deletions packages/vc-status-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@veramo/credential-status": "4.2.0",
"credential-status": "^2.0.6",
"debug": "^4.3.5",
"typeorm": "^0.3.20",
"uint8arrays": "^3.1.1"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
"dependencies": {
"@sphereon/did-auth-siop": "0.16.1-unstable.68",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.agent-config": "workspace:*",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.credential-store": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.presentation-exchange": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list": "workspace:*",
"@sphereon/ssi-sdk.vc-status-list-issuer": "workspace:*",
"@sphereon/ssi-types": "workspace:*",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
Expand Down
43 changes: 25 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23559a3

Please sign in to comment.