@digipair/skill-sse 0.121.13 → 0.121.14

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/dist/index.esm.js CHANGED
@@ -24333,14 +24333,14 @@ function indent(str, spaces) {
24333
24333
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
24334
24334
  // match is required
24335
24335
  if (!match) {
24336
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
24336
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
24337
24337
  v: nextMatch1
24338
24338
  };
24339
24339
  }
24340
24340
  var token = match.token, offset = match.offset;
24341
24341
  i1 += offset;
24342
24342
  if (token === ' ') {
24343
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
24343
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24344
24344
  }
24345
24345
  tokens1 = _to_consumable_array$4(tokens1).concat([
24346
24346
  token
@@ -24359,7 +24359,7 @@ function indent(str, spaces) {
24359
24359
  if (contextKeys.some(function(el) {
24360
24360
  return el.startsWith(name);
24361
24361
  })) {
24362
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
24362
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24363
24363
  }
24364
24364
  if (dateTimeIdentifiers.some(function(el) {
24365
24365
  return el === name;
@@ -24378,9 +24378,9 @@ function indent(str, spaces) {
24378
24378
  if (dateTimeIdentifiers.some(function(el) {
24379
24379
  return el.startsWith(name);
24380
24380
  })) {
24381
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
24381
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24382
24382
  }
24383
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
24383
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
24384
24384
  v: nextMatch1
24385
24385
  };
24386
24386
  };
@@ -46017,7 +46017,7 @@ const executePins = async (settingsOrigin, context = {})=>{
46017
46017
  if (!pins) {
46018
46018
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
46019
46019
  }
46020
- const result = await pins(settings.properties, settings.pins, context);
46020
+ const result = await pins(settings.noEvalProperties ?? settings.properties, settings.pins, context);
46021
46021
  _config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
46022
46022
  return result;
46023
46023
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
3
- "version": "0.121.13",
3
+ "version": "0.121.14",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",