@digipair/skill-imap 0.93.0-0 → 0.94.0-0

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
@@ -23927,14 +23927,14 @@ function indent(str, spaces) {
23927
23927
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23928
23928
  // match is required
23929
23929
  if (!match) {
23930
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23930
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23931
23931
  v: nextMatch1
23932
23932
  };
23933
23933
  }
23934
23934
  var token = match.token, offset = match.offset;
23935
23935
  i1 += offset;
23936
23936
  if (token === ' ') {
23937
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23937
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23938
23938
  }
23939
23939
  tokens1 = _to_consumable_array$1$1(tokens1).concat([
23940
23940
  token
@@ -23953,7 +23953,7 @@ function indent(str, spaces) {
23953
23953
  if (contextKeys.some(function(el) {
23954
23954
  return el.startsWith(name);
23955
23955
  })) {
23956
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23956
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23957
23957
  }
23958
23958
  if (dateTimeIdentifiers.some(function(el) {
23959
23959
  return el === name;
@@ -23972,9 +23972,9 @@ function indent(str, spaces) {
23972
23972
  if (dateTimeIdentifiers.some(function(el) {
23973
23973
  return el.startsWith(name);
23974
23974
  })) {
23975
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23975
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23976
23976
  }
23977
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23977
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23978
23978
  v: nextMatch1
23979
23979
  };
23980
23980
  };
package/dist/index.esm.js CHANGED
@@ -23925,14 +23925,14 @@ function indent(str, spaces) {
23925
23925
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23926
23926
  // match is required
23927
23927
  if (!match) {
23928
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23928
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23929
23929
  v: nextMatch1
23930
23930
  };
23931
23931
  }
23932
23932
  var token = match.token, offset = match.offset;
23933
23933
  i1 += offset;
23934
23934
  if (token === ' ') {
23935
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23935
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23936
23936
  }
23937
23937
  tokens1 = _to_consumable_array$1$1(tokens1).concat([
23938
23938
  token
@@ -23951,7 +23951,7 @@ function indent(str, spaces) {
23951
23951
  if (contextKeys.some(function(el) {
23952
23952
  return el.startsWith(name);
23953
23953
  })) {
23954
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23954
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23955
23955
  }
23956
23956
  if (dateTimeIdentifiers.some(function(el) {
23957
23957
  return el === name;
@@ -23970,9 +23970,9 @@ function indent(str, spaces) {
23970
23970
  if (dateTimeIdentifiers.some(function(el) {
23971
23971
  return el.startsWith(name);
23972
23972
  })) {
23973
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23973
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23974
23974
  }
23975
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23975
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23976
23976
  v: nextMatch1
23977
23977
  };
23978
23978
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-imap",
3
- "version": "0.93.0-0",
3
+ "version": "0.94.0-0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",