@digipair/skill-keycloak 0.41.0 → 0.41.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.esm.js +3 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -27341,6 +27341,9 @@ const isPinsSettings = (value)=>{
27341
27341
  const applyTemplate = (value, context)=>{
27342
27342
  let result = value;
27343
27343
  if (typeof value === 'string') {
27344
+ if (result.startsWith('NOEVAL:')) {
27345
+ result = value.substring(7);
27346
+ }
27344
27347
  const template = handlebars_min.exports.compile(value, {
27345
27348
  noEscape: true
27346
27349
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-keycloak",
3
- "version": "0.41.0",
3
+ "version": "0.41.2",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"