Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Oct 24, 2024
1 parent 6d4781b commit 2ca56e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.12",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.13",
"@blockchain-lab-um/oidc-types": "0.1.0",
"@blockchain-lab-um/utils": "1.3.7",
"@fastify/formbody": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "pnpm vitest"
},
"dependencies": {
"@blockchain-lab-um/oidc-rp-plugin": "0.0.12",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.13",
"@blockchain-lab-um/oidc-types": "0.1.0",
"@fastify/formbody": "^7.4.0",
"@nestjs/common": "^10.1.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/rp-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-rp-plugin",
"version": "0.0.12",
"version": "0.0.13",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 2ca56e8

Please sign in to comment.