We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6a2a2 commit b40cf6dCopy full SHA for b40cf6d
2 files changed
projects/angular-oauth2-oidc-jwks/package.json
@@ -1,11 +1,14 @@
1
{
2
"name": "angular-oauth2-oidc-jwks",
3
- "version": "22.0.0",
+ "version": "22.0.1",
4
"license": "MIT",
5
"author": {
6
"name": "Manfred Steyer"
7
},
8
- "repository": "manfredsteyer/angular-oauth2-oidc",
+ "repository": {
9
+ "type": "github",
10
+ "url": "https://github.com/manfredsteyer/angular-oauth2-oidc"
11
+ },
12
"peerDependencies": {
13
"@angular/common": ">=22.0.0",
14
"@angular/core": ">=22.0.0",
projects/lib/package.json
@@ -1,6 +1,6 @@
"name": "angular-oauth2-oidc",
0 commit comments