@digipair/skill-vespa 0.94.0-1 → 0.94.0-4

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.cjs.js CHANGED
@@ -74312,14 +74312,14 @@ function indent(str, spaces) {
74312
74312
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
74313
74313
  // match is required
74314
74314
  if (!match) {
74315
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
74315
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
74316
74316
  v: nextMatch1
74317
74317
  };
74318
74318
  }
74319
74319
  var token = match.token, offset = match.offset;
74320
74320
  i1 += offset;
74321
74321
  if (token === ' ') {
74322
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
74322
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
74323
74323
  }
74324
74324
  tokens1 = _to_consumable_array$1(tokens1).concat([
74325
74325
  token
@@ -74338,7 +74338,7 @@ function indent(str, spaces) {
74338
74338
  if (contextKeys.some(function(el) {
74339
74339
  return el.startsWith(name);
74340
74340
  })) {
74341
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
74341
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
74342
74342
  }
74343
74343
  if (dateTimeIdentifiers.some(function(el) {
74344
74344
  return el === name;
@@ -74357,9 +74357,9 @@ function indent(str, spaces) {
74357
74357
  if (dateTimeIdentifiers.some(function(el) {
74358
74358
  return el.startsWith(name);
74359
74359
  })) {
74360
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
74360
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
74361
74361
  }
74362
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
74362
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
74363
74363
  v: nextMatch1
74364
74364
  };
74365
74365
  };
package/dist/index.esm.js CHANGED
@@ -74310,14 +74310,14 @@ function indent(str, spaces) {
74310
74310
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
74311
74311
  // match is required
74312
74312
  if (!match) {
74313
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
74313
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
74314
74314
  v: nextMatch1
74315
74315
  };
74316
74316
  }
74317
74317
  var token = match.token, offset = match.offset;
74318
74318
  i1 += offset;
74319
74319
  if (token === ' ') {
74320
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
74320
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
74321
74321
  }
74322
74322
  tokens1 = _to_consumable_array$1(tokens1).concat([
74323
74323
  token
@@ -74336,7 +74336,7 @@ function indent(str, spaces) {
74336
74336
  if (contextKeys.some(function(el) {
74337
74337
  return el.startsWith(name);
74338
74338
  })) {
74339
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
74339
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
74340
74340
  }
74341
74341
  if (dateTimeIdentifiers.some(function(el) {
74342
74342
  return el === name;
@@ -74355,9 +74355,9 @@ function indent(str, spaces) {
74355
74355
  if (dateTimeIdentifiers.some(function(el) {
74356
74356
  return el.startsWith(name);
74357
74357
  })) {
74358
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
74358
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
74359
74359
  }
74360
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
74360
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
74361
74361
  v: nextMatch1
74362
74362
  };
74363
74363
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-vespa",
3
- "version": "0.94.0-1",
3
+ "version": "0.94.0-4",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",