@digipair/skill-canvas 0.94.0-0 → 0.94.0-1

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
@@ -23899,14 +23899,14 @@ function indent(str, spaces) {
23899
23899
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23900
23900
  // match is required
23901
23901
  if (!match) {
23902
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23902
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23903
23903
  v: nextMatch1
23904
23904
  };
23905
23905
  }
23906
23906
  var token = match.token, offset = match.offset;
23907
23907
  i1 += offset;
23908
23908
  if (token === ' ') {
23909
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23909
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23910
23910
  }
23911
23911
  tokens1 = _to_consumable_array$1(tokens1).concat([
23912
23912
  token
@@ -23925,7 +23925,7 @@ function indent(str, spaces) {
23925
23925
  if (contextKeys.some(function(el) {
23926
23926
  return el.startsWith(name);
23927
23927
  })) {
23928
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23928
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23929
23929
  }
23930
23930
  if (dateTimeIdentifiers.some(function(el) {
23931
23931
  return el === name;
@@ -23944,9 +23944,9 @@ function indent(str, spaces) {
23944
23944
  if (dateTimeIdentifiers.some(function(el) {
23945
23945
  return el.startsWith(name);
23946
23946
  })) {
23947
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23947
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23948
23948
  }
23949
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23949
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23950
23950
  v: nextMatch1
23951
23951
  };
23952
23952
  };
package/dist/index.esm.js CHANGED
@@ -23897,14 +23897,14 @@ function indent(str, spaces) {
23897
23897
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23898
23898
  // match is required
23899
23899
  if (!match) {
23900
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23900
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23901
23901
  v: nextMatch1
23902
23902
  };
23903
23903
  }
23904
23904
  var token = match.token, offset = match.offset;
23905
23905
  i1 += offset;
23906
23906
  if (token === ' ') {
23907
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23907
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23908
23908
  }
23909
23909
  tokens1 = _to_consumable_array$1(tokens1).concat([
23910
23910
  token
@@ -23923,7 +23923,7 @@ function indent(str, spaces) {
23923
23923
  if (contextKeys.some(function(el) {
23924
23924
  return el.startsWith(name);
23925
23925
  })) {
23926
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23926
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23927
23927
  }
23928
23928
  if (dateTimeIdentifiers.some(function(el) {
23929
23929
  return el === name;
@@ -23942,9 +23942,9 @@ function indent(str, spaces) {
23942
23942
  if (dateTimeIdentifiers.some(function(el) {
23943
23943
  return el.startsWith(name);
23944
23944
  })) {
23945
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23945
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23946
23946
  }
23947
- return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23947
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23948
23948
  v: nextMatch1
23949
23949
  };
23950
23950
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-canvas",
3
- "version": "0.94.0-0",
3
+ "version": "0.94.0-1",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",