@digipair/skill-sse 0.119.3 → 0.119.5

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.esm.js CHANGED
@@ -24333,14 +24333,14 @@ function indent(str, spaces) {
24333
24333
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
24334
24334
  // match is required
24335
24335
  if (!match) {
24336
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
24336
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
24337
24337
  v: nextMatch1
24338
24338
  };
24339
24339
  }
24340
24340
  var token = match.token, offset = match.offset;
24341
24341
  i1 += offset;
24342
24342
  if (token === ' ') {
24343
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
24343
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24344
24344
  }
24345
24345
  tokens1 = _to_consumable_array$4(tokens1).concat([
24346
24346
  token
@@ -24359,7 +24359,7 @@ function indent(str, spaces) {
24359
24359
  if (contextKeys.some(function(el) {
24360
24360
  return el.startsWith(name);
24361
24361
  })) {
24362
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
24362
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24363
24363
  }
24364
24364
  if (dateTimeIdentifiers.some(function(el) {
24365
24365
  return el === name;
@@ -24378,9 +24378,9 @@ function indent(str, spaces) {
24378
24378
  if (dateTimeIdentifiers.some(function(el) {
24379
24379
  return el.startsWith(name);
24380
24380
  })) {
24381
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
24381
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24382
24382
  }
24383
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
24383
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
24384
24384
  v: nextMatch1
24385
24385
  };
24386
24386
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
3
- "version": "0.119.3",
3
+ "version": "0.119.5",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",