keycloak-angular 14.3.0 → 14.4.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.
- package/README.md +3 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities]
|
|
7
7
|
[![npm version][npm-version-badge]][npm]
|
|
8
8
|
[![npm][npm-badge]][npm]
|
|
9
|
-
[![Discord][discord-badge]][discord]
|
|
10
9
|
<!-- prettier-ignore-end -->
|
|
11
10
|
|
|
12
11
|
> Easy Keycloak setup for Angular applications.
|
|
@@ -52,7 +51,7 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
|
|
|
52
51
|
|
|
53
52
|
| Angular | keycloak-js | keycloak-angular | Support |
|
|
54
53
|
| :-----: |:-----------:| :--------------: | :-----------------: |
|
|
55
|
-
| 16.x | 18 -
|
|
54
|
+
| 16.x | 18 - 25 | 14.x.x | New Features / Bugs |
|
|
56
55
|
| 15.x | 18 - 21 | 13.x.x | Bugs |
|
|
57
56
|
| 14.x | 18 - 19 | 12.x.x | - |
|
|
58
57
|
| 14.x | 10 - 17 | 11.x.x | - |
|
|
@@ -257,8 +256,8 @@ keycloakService.keycloakEvents$.subscribe({
|
|
|
257
256
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
258
257
|
|
|
259
258
|
<!-- prettier-ignore -->
|
|
260
|
-
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/
|
|
261
|
-
| :---:
|
|
259
|
+
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/jonkoops)<br />|
|
|
260
|
+
| :---: |:--------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
262
261
|
|
|
263
262
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
264
263
|
|
|
@@ -280,6 +279,4 @@ document.
|
|
|
280
279
|
[npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
|
|
281
280
|
[npm]: https://www.npmjs.com/package/keycloak-angular
|
|
282
281
|
[contributors-badge]: https://img.shields.io/badge/all_contributors-5-orange
|
|
283
|
-
[discord-badge]: https://img.shields.io/discord/790617227853692958?color=7389d8&labelColor=6a7ec2&logo=discord&logoColor=fff
|
|
284
|
-
[discord]: https://discord.gg/mmzEhYXXDG
|
|
285
282
|
<!-- prettier-ignore-end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keycloak-angular",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.4.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 || ^22|| ^23 || ^24"
|
|
32
|
+
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22|| ^23 || ^24 || ^25"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1"
|