keycloak-angular 15.2.0 → 15.3.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 +2 -5
- 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.
|
|
@@ -258,8 +257,8 @@ keycloakService.keycloakEvents$.subscribe({
|
|
|
258
257
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
259
258
|
|
|
260
259
|
<!-- prettier-ignore -->
|
|
261
|
-
|[<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/
|
|
262
|
-
| :---:
|
|
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/jonkoops)<br /> |
|
|
261
|
+
| :---: |:----------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
263
262
|
|
|
264
263
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
265
264
|
|
|
@@ -281,6 +280,4 @@ document.
|
|
|
281
280
|
[npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
|
|
282
281
|
[npm]: https://www.npmjs.com/package/keycloak-angular
|
|
283
282
|
[contributors-badge]: https://img.shields.io/badge/all_contributors-5-orange
|
|
284
|
-
[discord-badge]: https://img.shields.io/discord/790617227853692958?color=7389d8&labelColor=6a7ec2&logo=discord&logoColor=fff
|
|
285
|
-
[discord]: https://discord.gg/mmzEhYXXDG
|
|
286
283
|
<!-- prettier-ignore-end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keycloak-angular",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.3.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": "^17",
|
|
30
30
|
"@angular/core": "^17",
|
|
31
31
|
"@angular/router": "^17",
|
|
32
|
-
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22 || ^23 ||
|
|
32
|
+
"keycloak-js": "^18 || ^19 || ^20 || ^21 || ^22 || ^23 || ^24 || ^25"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1"
|