@digipair/skill-web-chatbot 0.20.2 → 0.21.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.
Files changed (2) hide show
  1. package/index.esm2.js +5 -5
  2. package/package.json +1 -1
package/index.esm2.js CHANGED
@@ -52638,14 +52638,14 @@ function indent(str, spaces) {
52638
52638
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
52639
52639
  // match is required
52640
52640
  if (!match) {
52641
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
52641
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
52642
52642
  v: nextMatch1
52643
52643
  };
52644
52644
  }
52645
52645
  var token = match.token, offset = match.offset;
52646
52646
  i1 += offset;
52647
52647
  if (token === " ") {
52648
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
52648
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
52649
52649
  }
52650
52650
  tokens1 = _to_consumable_array$9(tokens1).concat([
52651
52651
  token
@@ -52664,7 +52664,7 @@ function indent(str, spaces) {
52664
52664
  if (contextKeys.some(function(el) {
52665
52665
  return el.startsWith(name);
52666
52666
  })) {
52667
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
52667
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
52668
52668
  }
52669
52669
  if (dateTimeIdentifiers.some(function(el) {
52670
52670
  return el === name;
@@ -52683,9 +52683,9 @@ function indent(str, spaces) {
52683
52683
  if (dateTimeIdentifiers.some(function(el) {
52684
52684
  return el.startsWith(name);
52685
52685
  })) {
52686
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
52686
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
52687
52687
  }
52688
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
52688
+ return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
52689
52689
  v: nextMatch1
52690
52690
  };
52691
52691
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-chatbot",
3
- "version": "0.20.2",
3
+ "version": "0.21.0",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",