keycloak-angular 16.0.0 → 16.0.1

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,10 +50,10 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
50
50
  ### Versions
51
51
 
52
52
  | Angular | keycloak-js | keycloak-angular | Support |
53
- | :-----: | :---------: | :--------------: | :-----------------: |
54
- | 18.x | 18 - 24 | 16.x.x | New Features / Bugs |
55
- | 17.x | 18 - 24 | 15.x.x | Bugs |
56
- | 16.x | 18 - 24 | 14.x.x | - |
53
+ | :-----: |:-----------:| :--------------: | :-----------------: |
54
+ | 18.x | 18 - 25 | 16.x.x | New Features / Bugs |
55
+ | 17.x | 18 - 25 | 15.x.x | Bugs |
56
+ | 16.x | 18 - 25 | 14.x.x | - |
57
57
  | 15.x | 18 - 21 | 13.x.x | - |
58
58
  | 14.x | 18 - 19 | 12.x.x | - |
59
59
  | 14.x | 10 - 17 | 11.x.x | - |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloak-angular",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "Easy Keycloak setup for Angular applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "author": {
10
10
  "name": "Mauricio Gemelli Vigolo",
11
- "email": "@mauriciovigolo",
11
+ "email": "@mauriciovigolo@mastodon.social",
12
12
  "url": "https://github.com/mauriciovigolo"
13
13
  },
14
14
  "license": "MIT",