keycloak-angular 14.0.0 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,8 +52,8 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
52
52
 
53
53
  | Angular | keycloak-js | keycloak-angular | Support |
54
54
  | :-----: | :---------: | :--------------: | :-----------------: |
55
- | 16.x | 18 - 21 | 14.x.x | New Features / Bugs |
56
- | 15.x | 18 - 21 | 13.x.x | Bugs |
55
+ | 16.x | 18 - 22 | 14.x.x | New Features / Bugs |
56
+ | 15.x | 18 - 22 | 13.x.x | Bugs |
57
57
  | 14.x | 18 - 19 | 12.x.x | - |
58
58
  | 14.x | 10 - 17 | 11.x.x | - |
59
59
 
@@ -274,7 +274,7 @@ document.
274
274
  [license-mit]: https://opensource.org/licenses/MIT
275
275
  [build-badge]: https://img.shields.io/github/actions/workflow/status/mauriciovigolo/keycloak-angular/main.yml?branch=main&label=CI&logo=github
276
276
  [build]: https://github.com/mauriciovigolo/keycloak-angular/actions/workflows/main.yml?query=branch%3Amain
277
- [vulnerabilities-badge]: https://img.shields.io/snyk/vulnerabilities/github/mauriciovigolo/keycloak-angular?logo=snyk
277
+ [vulnerabilities-badge]: https://snyk.io/test/github/mauriciovigolo/keycloak-angular/badge.svg
278
278
  [vulnerabilities]: https://snyk.io/test/github/mauriciovigolo/keycloak-angular
279
279
  [npm-version-badge]: https://img.shields.io/npm/v/keycloak-angular?logo=npm&logoColor=fff
280
280
  [npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloak-angular",
3
- "version": "14.0.0",
3
+ "version": "14.1.0",
4
4
  "description": "Easy Keycloak setup for Angular applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "@angular/common": "^16",
30
30
  "@angular/core": "^16",
31
31
  "@angular/router": "^16",
32
- "keycloak-js": "^18 || ^19 || ^20 || ^21"
32
+ "keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1"