Skip to content

Commit 2ca56e8

Browse files
committed
chore: bump versions
1 parent 6d4781b commit 2ca56e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/issuer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
21-
"@blockchain-lab-um/oidc-rp-plugin": "0.0.12",
21+
"@blockchain-lab-um/oidc-rp-plugin": "0.0.13",
2222
"@blockchain-lab-um/oidc-types": "0.1.0",
2323
"@blockchain-lab-um/utils": "1.3.7",
2424
"@fastify/formbody": "^7.4.0",

apps/verifier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "pnpm vitest"
1818
},
1919
"dependencies": {
20-
"@blockchain-lab-um/oidc-rp-plugin": "0.0.12",
20+
"@blockchain-lab-um/oidc-rp-plugin": "0.0.13",
2121
"@blockchain-lab-um/oidc-types": "0.1.0",
2222
"@fastify/formbody": "^7.4.0",
2323
"@nestjs/common": "^10.1.3",

libs/rp-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockchain-lab-um/oidc-rp-plugin",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"license": "(Apache-2.0 AND MIT)",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)