@digipair/skill-web-chatbot 0.8.11 → 0.8.13

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/index.cjs2.js CHANGED
@@ -51882,14 +51882,14 @@ function indent(str, spaces) {
51882
51882
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
51883
51883
  // match is required
51884
51884
  if (!match) {
51885
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
51885
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
51886
51886
  v: nextMatch1
51887
51887
  };
51888
51888
  }
51889
51889
  var token = match.token, offset = match.offset;
51890
51890
  i1 += offset;
51891
51891
  if (token === " ") {
51892
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
51892
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
51893
51893
  }
51894
51894
  tokens1 = _to_consumable_array$9(tokens1).concat([
51895
51895
  token
@@ -51908,7 +51908,7 @@ function indent(str, spaces) {
51908
51908
  if (contextKeys.some(function(el) {
51909
51909
  return el.startsWith(name);
51910
51910
  })) {
51911
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
51911
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
51912
51912
  }
51913
51913
  if (dateTimeIdentifiers.some(function(el) {
51914
51914
  return el === name;
@@ -51927,9 +51927,9 @@ function indent(str, spaces) {
51927
51927
  if (dateTimeIdentifiers.some(function(el) {
51928
51928
  return el.startsWith(name);
51929
51929
  })) {
51930
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
51930
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
51931
51931
  }
51932
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
51932
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
51933
51933
  v: nextMatch1
51934
51934
  };
51935
51935
  };
@@ -57931,7 +57931,7 @@ class ChatbotElement extends s$3 {
57931
57931
  });
57932
57932
  const detail = await executePinsList([
57933
57933
  pins
57934
- ]);
57934
+ ], {});
57935
57935
  this.pushAssistantMessage(detail.assistant);
57936
57936
  if (detail.command && detail.command.length > 0) {
57937
57937
  executePinsList(detail.command, {});
@@ -58372,7 +58372,7 @@ class DigipairFullElement extends s$3 {
58372
58372
  });
58373
58373
  const detail = await executePinsList([
58374
58374
  pins
58375
- ]);
58375
+ ], {});
58376
58376
  this.pushAssistantMessage(detail.assistant);
58377
58377
  if (detail.command && detail.command.library && detail.command.element) {
58378
58378
  executePinsList([
package/index.esm2.js CHANGED
@@ -51862,14 +51862,14 @@ function indent(str, spaces) {
51862
51862
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
51863
51863
  // match is required
51864
51864
  if (!match) {
51865
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
51865
+ return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
51866
51866
  v: nextMatch1
51867
51867
  };
51868
51868
  }
51869
51869
  var token = match.token, offset = match.offset;
51870
51870
  i1 += offset;
51871
51871
  if (token === " ") {
51872
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
51872
+ return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
51873
51873
  }
51874
51874
  tokens1 = _to_consumable_array$9(tokens1).concat([
51875
51875
  token
@@ -51888,7 +51888,7 @@ function indent(str, spaces) {
51888
51888
  if (contextKeys.some(function(el) {
51889
51889
  return el.startsWith(name);
51890
51890
  })) {
51891
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
51891
+ return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
51892
51892
  }
51893
51893
  if (dateTimeIdentifiers.some(function(el) {
51894
51894
  return el === name;
@@ -51907,9 +51907,9 @@ function indent(str, spaces) {
51907
51907
  if (dateTimeIdentifiers.some(function(el) {
51908
51908
  return el.startsWith(name);
51909
51909
  })) {
51910
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
51910
+ return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
51911
51911
  }
51912
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
51912
+ return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
51913
51913
  v: nextMatch1
51914
51914
  };
51915
51915
  };
@@ -57911,7 +57911,7 @@ class ChatbotElement extends s$3 {
57911
57911
  });
57912
57912
  const detail = await executePinsList([
57913
57913
  pins
57914
- ]);
57914
+ ], {});
57915
57915
  this.pushAssistantMessage(detail.assistant);
57916
57916
  if (detail.command && detail.command.length > 0) {
57917
57917
  executePinsList(detail.command, {});
@@ -58352,7 +58352,7 @@ class DigipairFullElement extends s$3 {
58352
58352
  });
58353
58353
  const detail = await executePinsList([
58354
58354
  pins
58355
- ]);
58355
+ ], {});
58356
58356
  this.pushAssistantMessage(detail.assistant);
58357
58357
  if (detail.command && detail.command.library && detail.command.element) {
58358
58358
  executePinsList([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-chatbot",
3
- "version": "0.8.11",
3
+ "version": "0.8.13",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",