@digipair/skill-keycloak 0.65.3 → 0.65.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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -16690,7 +16690,7 @@ let KeycloakService = class KeycloakService {
|
|
|
16690
16690
|
VERSIONS: ${JSON.stringify(context.config.VERSIONS || {})},
|
|
16691
16691
|
},
|
|
16692
16692
|
variables: ${JSON.stringify(context.variables || {})},
|
|
16693
|
-
request: ${JSON.stringify(context.request || {})}
|
|
16693
|
+
request: ${JSON.stringify(context.request || {})},
|
|
16694
16694
|
keycloak: { isLogged: keycloakService.isLogged },
|
|
16695
16695
|
};
|
|
16696
16696
|
|
package/index.esm.js
CHANGED
|
@@ -44718,7 +44718,7 @@ let KeycloakService = class KeycloakService {
|
|
|
44718
44718
|
VERSIONS: ${JSON.stringify(context.config.VERSIONS || {})},
|
|
44719
44719
|
},
|
|
44720
44720
|
variables: ${JSON.stringify(context.variables || {})},
|
|
44721
|
-
request: ${JSON.stringify(context.request || {})}
|
|
44721
|
+
request: ${JSON.stringify(context.request || {})},
|
|
44722
44722
|
keycloak: { isLogged: keycloakService.isLogged },
|
|
44723
44723
|
};
|
|
44724
44724
|
|