keycloakify 6.12.4 → 6.12.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
CHANGED
@@ -8,9 +8,6 @@
|
|
8
8
|
<a href="https://github.com/garronej/keycloakify/actions">
|
9
9
|
<img src="https://github.com/garronej/keycloakify/workflows/ci/badge.svg?branch=main">
|
10
10
|
</a>
|
11
|
-
<a href="https://bundlephobia.com/package/keycloakify">
|
12
|
-
<img src="https://img.shields.io/bundlephobia/minzip/keycloakify">
|
13
|
-
</a>
|
14
11
|
<a href="https://www.npmjs.com/package/keycloakify">
|
15
12
|
<img src="https://img.shields.io/npm/dm/keycloakify">
|
16
13
|
</a>
|
@@ -174,6 +174,10 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|
174
174
|
) || (
|
175
175
|
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
176
176
|
are_same_path(path, ["realm"])
|
177
|
+
) || (
|
178
|
+
"error.ftl" == pageId &&
|
179
|
+
are_same_path(path, ["realm"]) &&
|
180
|
+
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
|
177
181
|
)
|
178
182
|
>
|
179
183
|
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "keycloakify",
|
3
|
-
"version": "6.12.
|
3
|
+
"version": "6.12.6",
|
4
4
|
"description": "Keycloak theme generator for Reacts app",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -1322,7 +1322,7 @@
|
|
1322
1322
|
"@octokit/rest": "^18.12.0",
|
1323
1323
|
"cheerio": "^1.0.0-rc.5",
|
1324
1324
|
"cli-select": "^1.1.2",
|
1325
|
-
"evt": "^2.4.
|
1325
|
+
"evt": "^2.4.15",
|
1326
1326
|
"minimal-polyfills": "^2.2.2",
|
1327
1327
|
"minimist": "^1.2.6",
|
1328
1328
|
"path-browserify": "^1.0.1",
|
@@ -174,6 +174,10 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|
174
174
|
) || (
|
175
175
|
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
176
176
|
are_same_path(path, ["realm"])
|
177
|
+
) || (
|
178
|
+
"error.ftl" == pageId &&
|
179
|
+
are_same_path(path, ["realm"]) &&
|
180
|
+
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
|
177
181
|
)
|
178
182
|
>
|
179
183
|
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|