@digipair/skill-client-mcp 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
@@ -22845,14 +22845,14 @@ function indent(str, spaces) {
22845
22845
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
22846
22846
  // match is required
22847
22847
  if (!match) {
22848
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
22848
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
22849
22849
  v: nextMatch1
22850
22850
  };
22851
22851
  }
22852
22852
  var token = match.token, offset = match.offset;
22853
22853
  i1 += offset;
22854
22854
  if (token === ' ') {
22855
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22855
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
22856
22856
  }
22857
22857
  tokens1 = _to_consumable_array$4(tokens1).concat([
22858
22858
  token
@@ -22871,7 +22871,7 @@ function indent(str, spaces) {
22871
22871
  if (contextKeys.some(function(el) {
22872
22872
  return el.startsWith(name);
22873
22873
  })) {
22874
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22874
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
22875
22875
  }
22876
22876
  if (dateTimeIdentifiers.some(function(el) {
22877
22877
  return el === name;
@@ -22890,9 +22890,9 @@ function indent(str, spaces) {
22890
22890
  if (dateTimeIdentifiers.some(function(el) {
22891
22891
  return el.startsWith(name);
22892
22892
  })) {
22893
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
22893
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
22894
22894
  }
22895
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
22895
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
22896
22896
  v: nextMatch1
22897
22897
  };
22898
22898
  };
@@ -44529,7 +44529,7 @@ const executePins = async (settingsOrigin, context = {})=>{
44529
44529
  if (!pins) {
44530
44530
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
44531
44531
  }
44532
- const result = await pins(settings.properties, settings.pins, context);
44532
+ const result = await pins(settings.noEvalProperties ?? settings.properties, settings.pins, context);
44533
44533
  _config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
44534
44534
  return result;
44535
44535
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-client-mcp",
3
- "version": "0.121.13",
3
+ "version": "0.121.14",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.esm.js",
6
6
  "types": "./dist/index.d.ts",