@digipair/skill-llm 0.8.6 → 0.8.8

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.
Files changed (2) hide show
  1. package/index.cjs2.js +5 -5
  2. package/package.json +1 -1
package/index.cjs2.js CHANGED
@@ -23508,14 +23508,14 @@ function indent(str, spaces) {
23508
23508
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23509
23509
  // match is required
23510
23510
  if (!match) {
23511
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
23511
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23512
23512
  v: nextMatch1
23513
23513
  };
23514
23514
  }
23515
23515
  var token = match.token, offset = match.offset;
23516
23516
  i1 += offset;
23517
23517
  if (token === " ") {
23518
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23518
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23519
23519
  }
23520
23520
  tokens1 = _to_consumable_array$w(tokens1).concat([
23521
23521
  token
@@ -23534,7 +23534,7 @@ function indent(str, spaces) {
23534
23534
  if (contextKeys.some(function(el) {
23535
23535
  return el.startsWith(name);
23536
23536
  })) {
23537
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23537
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23538
23538
  }
23539
23539
  if (dateTimeIdentifiers.some(function(el) {
23540
23540
  return el === name;
@@ -23553,9 +23553,9 @@ function indent(str, spaces) {
23553
23553
  if (dateTimeIdentifiers.some(function(el) {
23554
23554
  return el.startsWith(name);
23555
23555
  })) {
23556
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
23556
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23557
23557
  }
23558
- return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
23558
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23559
23559
  v: nextMatch1
23560
23560
  };
23561
23561
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-llm",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"