@digipair/skill-web-chatbot 0.71.3 → 0.71.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/index.cjs2.js CHANGED
@@ -37752,14 +37752,14 @@ function indent(str, spaces) {
37752
37752
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
37753
37753
  // match is required
37754
37754
  if (!match) {
37755
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
37755
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
37756
37756
  v: nextMatch1
37757
37757
  };
37758
37758
  }
37759
37759
  var token = match.token, offset = match.offset;
37760
37760
  i1 += offset;
37761
37761
  if (token === " ") {
37762
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
37762
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
37763
37763
  }
37764
37764
  tokens1 = _to_consumable_array$c(tokens1).concat([
37765
37765
  token
@@ -37778,7 +37778,7 @@ function indent(str, spaces) {
37778
37778
  if (contextKeys.some(function(el) {
37779
37779
  return el.startsWith(name);
37780
37780
  })) {
37781
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
37781
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
37782
37782
  }
37783
37783
  if (dateTimeIdentifiers.some(function(el) {
37784
37784
  return el === name;
@@ -37797,9 +37797,9 @@ function indent(str, spaces) {
37797
37797
  if (dateTimeIdentifiers.some(function(el) {
37798
37798
  return el.startsWith(name);
37799
37799
  })) {
37800
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
37800
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
37801
37801
  }
37802
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
37802
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
37803
37803
  v: nextMatch1
37804
37804
  };
37805
37805
  };
@@ -41736,8 +41736,8 @@ const applyTemplate = (value, context)=>{
41736
41736
  };
41737
41737
  const executePins = async (settingsOrigin, context = {})=>{
41738
41738
  var _settings_conditions, _settings_conditions1;
41739
- _config$1.LOGGER('INFO', context.__PATH__, 'execute:start', context);
41740
41739
  let settings = preparePinsSettings(settingsOrigin, context);
41740
+ _config$1.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:start`, context, settings);
41741
41741
  const alias = _config$1.ALIAS.find((alias)=>settings.library.split(':')[0] === alias.name);
41742
41742
  const config = context.config || {};
41743
41743
  let version = (config.VERSIONS || {})[settings.library] || 'latest';
@@ -41795,7 +41795,7 @@ const executePins = async (settingsOrigin, context = {})=>{
41795
41795
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
41796
41796
  }
41797
41797
  const result = await pins(settings.properties, settings.pins, context);
41798
- _config$1.LOGGER('INFO', context.__PATH__, 'execute:end', context, result);
41798
+ _config$1.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:end`, context, result);
41799
41799
  return result;
41800
41800
  };
41801
41801
  const executePinsList = async (pinsSettingsList, context, path = 'root')=>{
package/index.esm2.js CHANGED
@@ -41716,8 +41716,8 @@ const applyTemplate = (value, context)=>{
41716
41716
  };
41717
41717
  const executePins = async (settingsOrigin, context = {})=>{
41718
41718
  var _settings_conditions, _settings_conditions1;
41719
- _config$1.LOGGER('INFO', context.__PATH__, 'execute:start', context);
41720
41719
  let settings = preparePinsSettings(settingsOrigin, context);
41720
+ _config$1.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:start`, context, settings);
41721
41721
  const alias = _config$1.ALIAS.find((alias)=>settings.library.split(':')[0] === alias.name);
41722
41722
  const config = context.config || {};
41723
41723
  let version = (config.VERSIONS || {})[settings.library] || 'latest';
@@ -41775,7 +41775,7 @@ const executePins = async (settingsOrigin, context = {})=>{
41775
41775
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
41776
41776
  }
41777
41777
  const result = await pins(settings.properties, settings.pins, context);
41778
- _config$1.LOGGER('INFO', context.__PATH__, 'execute:end', context, result);
41778
+ _config$1.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:end`, context, result);
41779
41779
  return result;
41780
41780
  };
41781
41781
  const executePinsList = async (pinsSettingsList, context, path = 'root')=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-chatbot",
3
- "version": "0.71.3",
3
+ "version": "0.71.5",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web"