@digipair/skill-service 0.94.0-4 → 0.94.0-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.
package/dist/index.cjs.js CHANGED
@@ -23888,14 +23888,14 @@ function indent(str, spaces) {
23888
23888
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23889
23889
  // match is required
23890
23890
  if (!match) {
23891
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23891
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23892
23892
  v: nextMatch1
23893
23893
  };
23894
23894
  }
23895
23895
  var token = match.token, offset = match.offset;
23896
23896
  i1 += offset;
23897
23897
  if (token === ' ') {
23898
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23898
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23899
23899
  }
23900
23900
  tokens1 = _to_consumable_array$1(tokens1).concat([
23901
23901
  token
@@ -23914,7 +23914,7 @@ function indent(str, spaces) {
23914
23914
  if (contextKeys.some(function(el) {
23915
23915
  return el.startsWith(name);
23916
23916
  })) {
23917
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23917
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23918
23918
  }
23919
23919
  if (dateTimeIdentifiers.some(function(el) {
23920
23920
  return el === name;
@@ -23933,9 +23933,9 @@ function indent(str, spaces) {
23933
23933
  if (dateTimeIdentifiers.some(function(el) {
23934
23934
  return el.startsWith(name);
23935
23935
  })) {
23936
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23936
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23937
23937
  }
23938
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23938
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23939
23939
  v: nextMatch1
23940
23940
  };
23941
23941
  };
package/dist/index.esm.js CHANGED
@@ -23886,14 +23886,14 @@ function indent(str, spaces) {
23886
23886
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23887
23887
  // match is required
23888
23888
  if (!match) {
23889
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23889
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23890
23890
  v: nextMatch1
23891
23891
  };
23892
23892
  }
23893
23893
  var token = match.token, offset = match.offset;
23894
23894
  i1 += offset;
23895
23895
  if (token === ' ') {
23896
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23896
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23897
23897
  }
23898
23898
  tokens1 = _to_consumable_array$1(tokens1).concat([
23899
23899
  token
@@ -23912,7 +23912,7 @@ function indent(str, spaces) {
23912
23912
  if (contextKeys.some(function(el) {
23913
23913
  return el.startsWith(name);
23914
23914
  })) {
23915
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23915
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23916
23916
  }
23917
23917
  if (dateTimeIdentifiers.some(function(el) {
23918
23918
  return el === name;
@@ -23931,9 +23931,9 @@ function indent(str, spaces) {
23931
23931
  if (dateTimeIdentifiers.some(function(el) {
23932
23932
  return el.startsWith(name);
23933
23933
  })) {
23934
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23934
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23935
23935
  }
23936
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23936
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23937
23937
  v: nextMatch1
23938
23938
  };
23939
23939
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-service",
3
- "version": "0.94.0-4",
3
+ "version": "0.94.0-8",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",