Skip to content

Commit 7195ea2

Browse files
authored
v0.25.1
Fix/rfc9207 iss
2 parents 0e9ec48 + 3b88d60 commit 7195ea2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid/oidc-auth-manager",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "An OpenID Connect (OIDC) authentication manager (OP, RP and RS) for decentralized peer-to-peer authentication",
55
"main": "./src/index.js",
66
"scripts": {
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://github.com/solid/oidc-auth-manager",
4343
"dependencies": {
44-
"@solid/oidc-op": "^0.12.0",
44+
"@solid/oidc-op": "^0.12.1",
4545
"@solid/oidc-rp": "^0.12.0",
4646
"@solid/oidc-rs": "^0.7.0",
4747
"@solid/solid-multi-rp-client": "0.7.0",

0 commit comments

Comments
 (0)