keycloakify 7.6.5 → 7.6.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
@@ -31,8 +31,6 @@
31
31
  </p>
32
32
  </p>
33
33
 
34
- > 🗣️🔈 Sorry the latest release is broken, fixing ASAP
35
-
36
34
  <p align="center">
37
35
  <i>Ultimately this build tool generates a Keycloak theme <a href="https://www.keycloakify.dev">Learn more</a></i>
38
36
  <img src="https://user-images.githubusercontent.com/6702424/110260457-a1c3d380-7fac-11eb-853a-80459b65626b.png">
@@ -1,4 +1,5 @@
1
1
  <script>const _=
2
+ <#assign pageId="PAGE_ID_xIgLsPgGId9D8e">
2
3
  (()=>{
3
4
 
4
5
  const out = ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
@@ -120,7 +121,7 @@
120
121
 
121
122
  out["keycloakifyVersion"] = "KEYCLOAKIFY_VERSION_xEdKd3xEdr";
122
123
  out["themeVersion"] = "KEYCLOAKIFY_THEME_VERSION_sIgKd3xEdr3dx";
123
- out["pageId"] = "PAGE_ID_xIgLsPgGId9D8e";
124
+ out["pageId"] = "${pageId}";
124
125
 
125
126
  return out;
126
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "7.6.5",
3
+ "version": "7.6.6",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,4 +1,5 @@
1
1
  <script>const _=
2
+ <#assign pageId="PAGE_ID_xIgLsPgGId9D8e">
2
3
  (()=>{
3
4
 
4
5
  const out = ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
@@ -120,7 +121,7 @@
120
121
 
121
122
  out["keycloakifyVersion"] = "KEYCLOAKIFY_VERSION_xEdKd3xEdr";
122
123
  out["themeVersion"] = "KEYCLOAKIFY_THEME_VERSION_sIgKd3xEdr3dx";
123
- out["pageId"] = "PAGE_ID_xIgLsPgGId9D8e";
124
+ out["pageId"] = "${pageId}";
124
125
 
125
126
  return out;
126
127