@digipair/skill-keycloak 0.8.16 → 0.8.18

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 CHANGED
@@ -23522,14 +23522,14 @@ function indent(str, spaces) {
23522
23522
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23523
23523
  // match is required
23524
23524
  if (!match) {
23525
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
23525
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23526
23526
  v: nextMatch1
23527
23527
  };
23528
23528
  }
23529
23529
  var token = match.token, offset = match.offset;
23530
23530
  i1 += offset;
23531
23531
  if (token === " ") {
23532
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23532
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23533
23533
  }
23534
23534
  tokens1 = _to_consumable_array$3(tokens1).concat([
23535
23535
  token
@@ -23548,7 +23548,7 @@ function indent(str, spaces) {
23548
23548
  if (contextKeys.some(function(el) {
23549
23549
  return el.startsWith(name);
23550
23550
  })) {
23551
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23551
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23552
23552
  }
23553
23553
  if (dateTimeIdentifiers.some(function(el) {
23554
23554
  return el === name;
@@ -23567,9 +23567,9 @@ function indent(str, spaces) {
23567
23567
  if (dateTimeIdentifiers.some(function(el) {
23568
23568
  return el.startsWith(name);
23569
23569
  })) {
23570
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23570
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23571
23571
  }
23572
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
23572
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23573
23573
  v: nextMatch1
23574
23574
  };
23575
23575
  };
@@ -33923,7 +33923,7 @@ let KeycloakService = class KeycloakService {
33923
33923
  if ((typeof ((_pinsSettings_properties1 = pinsSettings.properties) == null ? void 0 : _pinsSettings_properties1['secured']) === 'undefined' || ((_pinsSettings_properties2 = pinsSettings.properties) == null ? void 0 : _pinsSettings_properties2['secured'])) && !context.keycloak.decodedToken) {
33924
33924
  throw new Error('Unauthorized');
33925
33925
  }
33926
- return await executePinsList(pinsSettingsList, this.mergeConttext(context.request.body.context, context));
33926
+ return JSON.stringify(await executePinsList(pinsSettingsList, this.mergeConttext(context.request.body.context, context)));
33927
33927
  }
33928
33928
  await executePinsList(factoryInitialize, context);
33929
33929
  const html = `
package/index.esm.js CHANGED
@@ -23493,14 +23493,14 @@ function indent(str, spaces) {
23493
23493
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23494
23494
  // match is required
23495
23495
  if (!match) {
23496
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23496
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
23497
23497
  v: nextMatch1
23498
23498
  };
23499
23499
  }
23500
23500
  var token = match.token, offset = match.offset;
23501
23501
  i1 += offset;
23502
23502
  if (token === " ") {
23503
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23503
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23504
23504
  }
23505
23505
  tokens1 = _to_consumable_array$3(tokens1).concat([
23506
23506
  token
@@ -23519,7 +23519,7 @@ function indent(str, spaces) {
23519
23519
  if (contextKeys.some(function(el) {
23520
23520
  return el.startsWith(name);
23521
23521
  })) {
23522
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23522
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23523
23523
  }
23524
23524
  if (dateTimeIdentifiers.some(function(el) {
23525
23525
  return el === name;
@@ -23538,9 +23538,9 @@ function indent(str, spaces) {
23538
23538
  if (dateTimeIdentifiers.some(function(el) {
23539
23539
  return el.startsWith(name);
23540
23540
  })) {
23541
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23541
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23542
23542
  }
23543
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23543
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
23544
23544
  v: nextMatch1
23545
23545
  };
23546
23546
  };
@@ -33894,7 +33894,7 @@ let KeycloakService = class KeycloakService {
33894
33894
  if ((typeof ((_pinsSettings_properties1 = pinsSettings.properties) == null ? void 0 : _pinsSettings_properties1['secured']) === 'undefined' || ((_pinsSettings_properties2 = pinsSettings.properties) == null ? void 0 : _pinsSettings_properties2['secured'])) && !context.keycloak.decodedToken) {
33895
33895
  throw new Error('Unauthorized');
33896
33896
  }
33897
- return await executePinsList(pinsSettingsList, this.mergeConttext(context.request.body.context, context));
33897
+ return JSON.stringify(await executePinsList(pinsSettingsList, this.mergeConttext(context.request.body.context, context)));
33898
33898
  }
33899
33899
  await executePinsList(factoryInitialize, context);
33900
33900
  const html = `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-keycloak",
3
- "version": "0.8.16",
3
+ "version": "0.8.18",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"