@digipair/skill-mongodb 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
@@ -22858,14 +22858,14 @@ function indent(str, spaces) {
22858
22858
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
22859
22859
  // match is required
22860
22860
  if (!match) {
22861
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
22861
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
22862
22862
  v: nextMatch1
22863
22863
  };
22864
22864
  }
22865
22865
  var token = match.token, offset = match.offset;
22866
22866
  i1 += offset;
22867
22867
  if (token === ' ') {
22868
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22868
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
22869
22869
  }
22870
22870
  tokens1 = _to_consumable_array$4(tokens1).concat([
22871
22871
  token
@@ -22884,7 +22884,7 @@ function indent(str, spaces) {
22884
22884
  if (contextKeys.some(function(el) {
22885
22885
  return el.startsWith(name);
22886
22886
  })) {
22887
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22887
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
22888
22888
  }
22889
22889
  if (dateTimeIdentifiers.some(function(el) {
22890
22890
  return el === name;
@@ -22903,9 +22903,9 @@ function indent(str, spaces) {
22903
22903
  if (dateTimeIdentifiers.some(function(el) {
22904
22904
  return el.startsWith(name);
22905
22905
  })) {
22906
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22906
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
22907
22907
  }
22908
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
22908
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
22909
22909
  v: nextMatch1
22910
22910
  };
22911
22911
  };
@@ -44542,7 +44542,7 @@ const executePins = async (settingsOrigin, context = {})=>{
44542
44542
  if (!pins) {
44543
44543
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
44544
44544
  }
44545
- const result = await pins(settings.properties, settings.pins, context);
44545
+ const result = await pins(settings.noEvalProperties ?? settings.properties, settings.pins, context);
44546
44546
  _config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
44547
44547
  return result;
44548
44548
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-mongodb",
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",