@digipair/skill-sse 0.114.7 → 0.114.8

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
@@ -24065,14 +24065,14 @@ function indent(str, spaces) {
24065
24065
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
24066
24066
  // match is required
24067
24067
  if (!match) {
24068
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
24068
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
24069
24069
  v: nextMatch1
24070
24070
  };
24071
24071
  }
24072
24072
  var token = match.token, offset = match.offset;
24073
24073
  i1 += offset;
24074
24074
  if (token === ' ') {
24075
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
24075
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24076
24076
  }
24077
24077
  tokens1 = _to_consumable_array$4(tokens1).concat([
24078
24078
  token
@@ -24091,7 +24091,7 @@ function indent(str, spaces) {
24091
24091
  if (contextKeys.some(function(el) {
24092
24092
  return el.startsWith(name);
24093
24093
  })) {
24094
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
24094
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24095
24095
  }
24096
24096
  if (dateTimeIdentifiers.some(function(el) {
24097
24097
  return el === name;
@@ -24110,9 +24110,9 @@ function indent(str, spaces) {
24110
24110
  if (dateTimeIdentifiers.some(function(el) {
24111
24111
  return el.startsWith(name);
24112
24112
  })) {
24113
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
24113
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
24114
24114
  }
24115
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
24115
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
24116
24116
  v: nextMatch1
24117
24117
  };
24118
24118
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
3
- "version": "0.114.7",
3
+ "version": "0.114.8",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",