@keycloakify/svelte 0.2.2 → 0.2.4
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 -2
- package/keycloakify-svelte/bin/135.index.js +12411 -0
- package/keycloakify-svelte/bin/200.index.js +19 -39
- package/keycloakify-svelte/bin/266.index.js +27 -50
- package/keycloakify-svelte/bin/709.index.js +24 -27
- package/keycloakify-svelte/bin/818.index.js +28 -51
- package/keycloakify-svelte/bin/index.js +4 -10
- package/package.json +20 -17
- package/keycloakify-svelte/bin/292.index.js +0 -5273
package/README.md
CHANGED
|
@@ -6,14 +6,17 @@
|
|
|
6
6
|
<br>
|
|
7
7
|
<br>
|
|
8
8
|
<a href="https://github.com/keycloakify/keycloakify-svelte/actions">
|
|
9
|
-
<img src="https://github.com/keycloakify/keycloakify/workflows/ci/badge.svg
|
|
9
|
+
<img src="https://github.com/keycloakify/keycloakify-svelte/actions/workflows/ci.yaml/badge.svg">
|
|
10
10
|
</a>
|
|
11
11
|
<a href="https://www.npmjs.com/package/@keycloakify/svelte">
|
|
12
12
|
<img src="https://img.shields.io/npm/dm/@keycloakify/svelte">
|
|
13
13
|
</a>
|
|
14
|
-
<a href="https://github.com/keycloakify/keycloakify/blob/main/LICENSE">
|
|
14
|
+
<a href="https://github.com/keycloakify/keycloakify-svelte/blob/main/LICENSE">
|
|
15
15
|
<img src="https://img.shields.io/npm/l/@keycloakify/svelte">
|
|
16
16
|
</a>
|
|
17
|
+
<a href="#contributors">
|
|
18
|
+
<img src="https://img.shields.io/github/all-contributors/keycloakify/keycloakify-svelte?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">
|
|
@@ -48,3 +51,25 @@ yarn link-in-starter # When prompted select the starter you want to link into
|
|
|
48
51
|
# At this point you can navigate to the starter you've picked.
|
|
49
52
|
# The changes in the library will be reflected live in the starter.
|
|
50
53
|
```
|
|
54
|
+
|
|
55
|
+
## Contributors
|
|
56
|
+
|
|
57
|
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
58
|
+
|
|
59
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
60
|
+
<!-- prettier-ignore-start -->
|
|
61
|
+
<!-- markdownlint-disable -->
|
|
62
|
+
<table>
|
|
63
|
+
<tbody>
|
|
64
|
+
<tr>
|
|
65
|
+
<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-svelte/commits?author=luca-peruzzo" title="Code">💻</a></td>
|
|
66
|
+
<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-svelte/commits?author=garronej" title="Code">💻</a></td>
|
|
67
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hyvong-iclic"><img src="https://avatars.githubusercontent.com/u/99980776?v=4?s=100" width="100px;" alt="Hy-Vong Georges Dit Rap"/><br /><sub><b>Hy-Vong Georges Dit Rap</b></sub></a><br /><a href="https://github.com/keycloakify/keycloakify-svelte/commits?author=hyvong-iclic" title="Code">💻</a></td>
|
|
68
|
+
</tr>
|
|
69
|
+
</tbody>
|
|
70
|
+
</table>
|
|
71
|
+
|
|
72
|
+
<!-- markdownlint-restore -->
|
|
73
|
+
<!-- prettier-ignore-end -->
|
|
74
|
+
|
|
75
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|