keycloakify 3.0.1 → 3.0.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### **3.0.2** (2021-10-18)
2
+
3
+ - Scan deeper to retreive user attribute
4
+
1
5
  ### **3.0.1** (2021-10-17)
2
6
 
3
7
  - Add client.description in type kcContext type def
@@ -40,7 +40,7 @@
40
40
  <#continue>
41
41
  </#attempt>
42
42
 
43
- <#if depth gt 4>
43
+ <#if depth gt 7>
44
44
  /* Avoid calling recustively too many times depth: ${depth}, key: ${key} */
45
45
  <#continue>
46
46
  </#if>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,7 +40,7 @@
40
40
  <#continue>
41
41
  </#attempt>
42
42
 
43
- <#if depth gt 4>
43
+ <#if depth gt 7>
44
44
  /* Avoid calling recustively too many times depth: ${depth}, key: ${key} */
45
45
  <#continue>
46
46
  </#if>