Skip to content

Commit

Permalink
CWALL-174: update vci lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed May 17, 2024
1 parent dd7c3b3 commit f0cf34b
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 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.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-common": "0.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-client": "0.10.4-unstable.37+b8bb359",
"@sphereon/oid4vci-common": "0.10.4-unstable.37+b8bb359",
"@sphereon/ssi-sdk-ext.did-utils": "0.18.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.18.0",
"@sphereon/ssi-sdk.contact-manager": "workspace:*",
Expand Down
6 changes: 3 additions & 3 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.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-issuer": "0.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-issuer-server": "0.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-common": "0.10.4-unstable.37+b8bb359",
"@sphereon/oid4vci-issuer": "0.10.4-unstable.37+b8bb359",
"@sphereon/oid4vci-issuer-server": "0.10.4-unstable.37+b8bb359",
"@sphereon/ssi-express-support": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@sphereon/ssi-sdk.oid4vci-issuer": "workspace:*",
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.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-common": "0.10.4-unstable.37+b8bb359",
"@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.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-common": "0.10.4-unstable.37+b8bb359",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
"@veramo/core": "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 @@ -14,8 +14,8 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vci-common": "0.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-issuer": "0.10.4-unstable.35+a8ac2e3",
"@sphereon/oid4vci-common": "0.10.4-unstable.37+b8bb359",
"@sphereon/oid4vci-issuer": "0.10.4-unstable.37+b8bb359",
"@sphereon/ssi-sdk-ext.did-utils": "0.19.0",
"@sphereon/ssi-sdk.core": "workspace:*",
"@sphereon/ssi-sdk.kv-store-temp": "workspace:*",
Expand Down
60 changes: 30 additions & 30 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 f0cf34b

Please sign in to comment.