@digipair/skill-client-mcp 0.111.1 → 0.112.0

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.esm.js CHANGED
@@ -23906,14 +23906,14 @@ function indent(str, spaces) {
23906
23906
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23907
23907
  // match is required
23908
23908
  if (!match) {
23909
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
23909
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23910
23910
  v: nextMatch1
23911
23911
  };
23912
23912
  }
23913
23913
  var token = match.token, offset = match.offset;
23914
23914
  i1 += offset;
23915
23915
  if (token === " ") {
23916
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
23916
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23917
23917
  }
23918
23918
  tokens1 = _to_consumable_array$6(tokens1).concat([
23919
23919
  token
@@ -23932,7 +23932,7 @@ function indent(str, spaces) {
23932
23932
  if (contextKeys.some(function(el) {
23933
23933
  return el.startsWith(name);
23934
23934
  })) {
23935
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
23935
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23936
23936
  }
23937
23937
  if (dateTimeIdentifiers.some(function(el) {
23938
23938
  return el === name;
@@ -23951,9 +23951,9 @@ function indent(str, spaces) {
23951
23951
  if (dateTimeIdentifiers.some(function(el) {
23952
23952
  return el.startsWith(name);
23953
23953
  })) {
23954
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
23954
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23955
23955
  }
23956
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
23956
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23957
23957
  v: nextMatch1
23958
23958
  };
23959
23959
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@digipair/skill-client-mcp",
3
- "version": "0.111.1",
3
+ "version": "0.112.0",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",
7
7
  "tool"
8
8
  ],
9
9
  "dependencies": {
10
- "@digipair/engine": "0.111.1",
10
+ "@digipair/engine": "0.112.0",
11
11
  "@modelcontextprotocol/sdk": "^1.18.2"
12
12
  },
13
13
  "main": "./index.cjs.js",
File without changes