@keycloakify/angular 20.1.5 → 20.1.6
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 +27 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
<a href="https://github.com/keycloakify/keycloakify/blob/main/LICENSE">
|
|
15
15
|
<img src="https://img.shields.io/npm/l/@keycloakify/angular">
|
|
16
16
|
</a>
|
|
17
|
+
<a href="#contributors">
|
|
18
|
+
<img src="https://img.shields.io/github/all-contributors/keycloakify/keycloakify-angular?color=ee8449">
|
|
19
|
+
</a>
|
|
17
20
|
<p align="center">
|
|
18
21
|
Check out our discord server!<br/>
|
|
19
22
|
<a href="https://discord.gg/mJdYJSdcm4">
|
|
@@ -57,3 +60,27 @@ yarn link-in-starter # When prompted select the starter you want to link into
|
|
|
57
60
|
# At this point you can navigate to the starter you've picked.
|
|
58
61
|
# The changes in the library will be reflected live in the starter.
|
|
59
62
|
```
|
|
63
|
+
|
|
64
|
+
## Contributors
|
|
65
|
+
|
|
66
|
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
67
|
+
|
|
68
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
69
|
+
<!-- prettier-ignore-start -->
|
|
70
|
+
<!-- markdownlint-disable -->
|
|
71
|
+
<table>
|
|
72
|
+
<tbody>
|
|
73
|
+
<tr>
|
|
74
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kathari00"><img src="https://avatars.githubusercontent.com/u/42547712?v=4?s=100" width="100px;" alt="Katharina E."/><br /><sub><b>Katharina E.</b></sub></a><br /><a href="https://github.com/keycloakify/keycloakify-angular/commits?author=kathari00" title="Code">💻</a> <a href="https://github.com/keycloakify/keycloakify-angular/commits?author=kathari00" title="Tests">⚠️</a> <a href="https://github.com/keycloakify/keycloakify-angular/commits?author=kathari00" title="Documentation">📖</a></td>
|
|
75
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/luca-peruzzo"><img src="https://avatars.githubusercontent.com/u/69015314?v=4?s=100" width="100px;" alt="Luca Peruzzo"/><br /><sub><b>Luca Peruzzo</b></sub></a><br /><a href="https://github.com/keycloakify/keycloakify-angular/commits?author=luca-peruzzo" title="Code">💻</a> <a href="https://github.com/keycloakify/keycloakify-angular/commits?author=luca-peruzzo" title="Tests">⚠️</a></td>
|
|
76
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/garronej"><img src="https://avatars.githubusercontent.com/u/6702424?v=4?s=100" width="100px;" alt="Joseph Garrone"/><br /><sub><b>Joseph Garrone</b></sub></a><br /><a href="https://github.com/keycloakify/keycloakify-angular/commits?author=garronej" title="Code">💻</a></td>
|
|
77
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lekhmanrus"><img src="https://avatars.githubusercontent.com/u/2744696?v=4?s=100" width="100px;" alt="Ruslan Lekhman"/><br /><sub><b>Ruslan Lekhman</b></sub></a><br /><a href="https://github.com/keycloakify/keycloakify-angular/commits?author=lekhmanrus" title="Code">💻</a></td>
|
|
78
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vikashkumar29"><img src="https://avatars.githubusercontent.com/u/513033?v=4?s=100" width="100px;" alt="Vikash Kumar"/><br /><sub><b>Vikash Kumar</b></sub></a><br /><a href="https://github.com/keycloakify/keycloakify-angular/commits?author=vikashkumar29" title="Code">💻</a></td>
|
|
79
|
+
</tr>
|
|
80
|
+
</tbody>
|
|
81
|
+
</table>
|
|
82
|
+
|
|
83
|
+
<!-- markdownlint-restore -->
|
|
84
|
+
<!-- prettier-ignore-end -->
|
|
85
|
+
|
|
86
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keycloakify/angular",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "20.1.
|
|
4
|
+
"version": "20.1.6",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"keycloakify": "^11.9.
|
|
6
|
+
"keycloakify": "^11.9.3",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
8
|
"@angular/common": "^20.0.0",
|
|
9
9
|
"@angular/platform-browser": "^20.0.0"
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"types": "./login/index.d.ts",
|
|
39
39
|
"default": "./fesm2022/keycloakify-angular-login.mjs"
|
|
40
40
|
},
|
|
41
|
-
"./account/KcContext": {
|
|
42
|
-
"types": "./account/KcContext/index.d.ts",
|
|
43
|
-
"default": "./fesm2022/keycloakify-angular-account-KcContext.mjs"
|
|
44
|
-
},
|
|
45
41
|
"./account/DefaultPage": {
|
|
46
42
|
"types": "./account/DefaultPage/index.d.ts",
|
|
47
43
|
"default": "./fesm2022/keycloakify-angular-account-DefaultPage.mjs"
|
|
48
44
|
},
|
|
45
|
+
"./account/KcContext": {
|
|
46
|
+
"types": "./account/KcContext/index.d.ts",
|
|
47
|
+
"default": "./fesm2022/keycloakify-angular-account-KcContext.mjs"
|
|
48
|
+
},
|
|
49
49
|
"./account/i18n": {
|
|
50
50
|
"types": "./account/i18n/index.d.ts",
|
|
51
51
|
"default": "./fesm2022/keycloakify-angular-account-i18n.mjs"
|