@digipair/skill-sse 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
@@ -25126,14 +25126,14 @@ function indent(str, spaces) {
25126
25126
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
25127
25127
  // match is required
25128
25128
  if (!match) {
25129
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
25129
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
25130
25130
  v: nextMatch1
25131
25131
  };
25132
25132
  }
25133
25133
  var token = match.token, offset = match.offset;
25134
25134
  i1 += offset;
25135
25135
  if (token === ' ') {
25136
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
25136
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
25137
25137
  }
25138
25138
  tokens1 = _to_consumable_array$1(tokens1).concat([
25139
25139
  token
@@ -25152,7 +25152,7 @@ function indent(str, spaces) {
25152
25152
  if (contextKeys.some(function(el) {
25153
25153
  return el.startsWith(name);
25154
25154
  })) {
25155
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
25155
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
25156
25156
  }
25157
25157
  if (dateTimeIdentifiers.some(function(el) {
25158
25158
  return el === name;
@@ -25171,9 +25171,9 @@ function indent(str, spaces) {
25171
25171
  if (dateTimeIdentifiers.some(function(el) {
25172
25172
  return el.startsWith(name);
25173
25173
  })) {
25174
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
25174
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
25175
25175
  }
25176
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
25176
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
25177
25177
  v: nextMatch1
25178
25178
  };
25179
25179
  };
package/dist/index.esm.js CHANGED
@@ -25124,14 +25124,14 @@ function indent(str, spaces) {
25124
25124
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
25125
25125
  // match is required
25126
25126
  if (!match) {
25127
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
25127
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
25128
25128
  v: nextMatch1
25129
25129
  };
25130
25130
  }
25131
25131
  var token = match.token, offset = match.offset;
25132
25132
  i1 += offset;
25133
25133
  if (token === ' ') {
25134
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
25134
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
25135
25135
  }
25136
25136
  tokens1 = _to_consumable_array$1(tokens1).concat([
25137
25137
  token
@@ -25150,7 +25150,7 @@ function indent(str, spaces) {
25150
25150
  if (contextKeys.some(function(el) {
25151
25151
  return el.startsWith(name);
25152
25152
  })) {
25153
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
25153
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
25154
25154
  }
25155
25155
  if (dateTimeIdentifiers.some(function(el) {
25156
25156
  return el === name;
@@ -25169,9 +25169,9 @@ function indent(str, spaces) {
25169
25169
  if (dateTimeIdentifiers.some(function(el) {
25170
25170
  return el.startsWith(name);
25171
25171
  })) {
25172
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
25172
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
25173
25173
  }
25174
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
25174
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
25175
25175
  v: nextMatch1
25176
25176
  };
25177
25177
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
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",