@digipair/skill-logger 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
@@ -23890,14 +23890,14 @@ function indent(str, spaces) {
23890
23890
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23891
23891
  // match is required
23892
23892
  if (!match) {
23893
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23893
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23894
23894
  v: nextMatch1
23895
23895
  };
23896
23896
  }
23897
23897
  var token = match.token, offset = match.offset;
23898
23898
  i1 += offset;
23899
23899
  if (token === ' ') {
23900
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23900
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23901
23901
  }
23902
23902
  tokens1 = _to_consumable_array$1(tokens1).concat([
23903
23903
  token
@@ -23916,7 +23916,7 @@ function indent(str, spaces) {
23916
23916
  if (contextKeys.some(function(el) {
23917
23917
  return el.startsWith(name);
23918
23918
  })) {
23919
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23919
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23920
23920
  }
23921
23921
  if (dateTimeIdentifiers.some(function(el) {
23922
23922
  return el === name;
@@ -23935,9 +23935,9 @@ function indent(str, spaces) {
23935
23935
  if (dateTimeIdentifiers.some(function(el) {
23936
23936
  return el.startsWith(name);
23937
23937
  })) {
23938
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23938
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23939
23939
  }
23940
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23940
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23941
23941
  v: nextMatch1
23942
23942
  };
23943
23943
  };
package/dist/index.esm.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 i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23891
+ return nextMatch = nextMatch1, i = i1, 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 i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23898
+ return nextMatch = nextMatch1, i = i1, 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 i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23917
+ return nextMatch = nextMatch1, i = i1, 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 i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23936
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23937
23937
  }
23938
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23938
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23939
23939
  v: nextMatch1
23940
23940
  };
23941
23941
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-logger",
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",