@digipair/skill-vespa 0.8.7 → 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.esm.js +5 -5
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -58033,14 +58033,14 @@ function indent(str, spaces) {
58033
58033
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
58034
58034
  // match is required
58035
58035
  if (!match) {
58036
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
58036
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
58037
58037
  v: nextMatch1
58038
58038
  };
58039
58039
  }
58040
58040
  var token = match.token, offset = match.offset;
58041
58041
  i1 += offset;
58042
58042
  if (token === " ") {
58043
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
58043
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
58044
58044
  }
58045
58045
  tokens1 = _to_consumable_array$1(tokens1).concat([
58046
58046
  token
@@ -58059,7 +58059,7 @@ function indent(str, spaces) {
58059
58059
  if (contextKeys.some(function(el) {
58060
58060
  return el.startsWith(name);
58061
58061
  })) {
58062
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
58062
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
58063
58063
  }
58064
58064
  if (dateTimeIdentifiers.some(function(el) {
58065
58065
  return el === name;
@@ -58078,9 +58078,9 @@ function indent(str, spaces) {
58078
58078
  if (dateTimeIdentifiers.some(function(el) {
58079
58079
  return el.startsWith(name);
58080
58080
  })) {
58081
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
58081
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
58082
58082
  }
58083
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
58083
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
58084
58084
  v: nextMatch1
58085
58085
  };
58086
58086
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-vespa",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"