@digipair/skill-web-chatbot 0.33.5 → 0.33.7

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
@@ -36822,14 +36822,14 @@ function indent(str, spaces) {
36822
36822
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
36823
36823
  // match is required
36824
36824
  if (!match) {
36825
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
36825
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
36826
36826
  v: nextMatch1
36827
36827
  };
36828
36828
  }
36829
36829
  var token = match.token, offset = match.offset;
36830
36830
  i1 += offset;
36831
36831
  if (token === " ") {
36832
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
36832
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
36833
36833
  }
36834
36834
  tokens1 = _to_consumable_array$c(tokens1).concat([
36835
36835
  token
@@ -36848,7 +36848,7 @@ function indent(str, spaces) {
36848
36848
  if (contextKeys.some(function(el) {
36849
36849
  return el.startsWith(name);
36850
36850
  })) {
36851
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
36851
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
36852
36852
  }
36853
36853
  if (dateTimeIdentifiers.some(function(el) {
36854
36854
  return el === name;
@@ -36867,9 +36867,9 @@ function indent(str, spaces) {
36867
36867
  if (dateTimeIdentifiers.some(function(el) {
36868
36868
  return el.startsWith(name);
36869
36869
  })) {
36870
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
36870
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
36871
36871
  }
36872
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
36872
+ return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
36873
36873
  v: nextMatch1
36874
36874
  };
36875
36875
  };
@@ -40726,7 +40726,7 @@ const executePins = async (settingsOrigin, context = {})=>{
40726
40726
  index,
40727
40727
  parent: {
40728
40728
  item: context.item,
40729
- index: item.index,
40729
+ index: context.index,
40730
40730
  parent: context.parent
40731
40731
  }
40732
40732
  });
@@ -40802,7 +40802,7 @@ const generateElementFromPins = async (pinsSettings, parent, context)=>{
40802
40802
  index,
40803
40803
  parent: {
40804
40804
  item: context.item,
40805
- index: item.index,
40805
+ index: context.index,
40806
40806
  parent: context.parent
40807
40807
  }
40808
40808
  }));
package/index.esm2.js CHANGED
@@ -40706,7 +40706,7 @@ const executePins = async (settingsOrigin, context = {})=>{
40706
40706
  index,
40707
40707
  parent: {
40708
40708
  item: context.item,
40709
- index: item.index,
40709
+ index: context.index,
40710
40710
  parent: context.parent
40711
40711
  }
40712
40712
  });
@@ -40782,7 +40782,7 @@ const generateElementFromPins = async (pinsSettings, parent, context)=>{
40782
40782
  index,
40783
40783
  parent: {
40784
40784
  item: context.item,
40785
- index: item.index,
40785
+ index: context.index,
40786
40786
  parent: context.parent
40787
40787
  }
40788
40788
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-chatbot",
3
- "version": "0.33.5",
3
+ "version": "0.33.7",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",