@digipair/skill-web-notification 0.71.4 → 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.cjs.js CHANGED
@@ -23921,14 +23921,14 @@ function indent(str, spaces) {
23921
23921
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23922
23922
  // match is required
23923
23923
  if (!match) {
23924
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
23924
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23925
23925
  v: nextMatch1
23926
23926
  };
23927
23927
  }
23928
23928
  var token = match.token, offset = match.offset;
23929
23929
  i1 += offset;
23930
23930
  if (token === " ") {
23931
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
23931
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23932
23932
  }
23933
23933
  tokens1 = _to_consumable_array$1(tokens1).concat([
23934
23934
  token
@@ -23947,7 +23947,7 @@ function indent(str, spaces) {
23947
23947
  if (contextKeys.some(function(el) {
23948
23948
  return el.startsWith(name);
23949
23949
  })) {
23950
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
23950
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23951
23951
  }
23952
23952
  if (dateTimeIdentifiers.some(function(el) {
23953
23953
  return el === name;
@@ -23966,9 +23966,9 @@ function indent(str, spaces) {
23966
23966
  if (dateTimeIdentifiers.some(function(el) {
23967
23967
  return el.startsWith(name);
23968
23968
  })) {
23969
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
23969
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23970
23970
  }
23971
- return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
23971
+ return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23972
23972
  v: nextMatch1
23973
23973
  };
23974
23974
  };
@@ -27899,8 +27899,8 @@ const applyTemplate = (value, context)=>{
27899
27899
  };
27900
27900
  const executePins = async (settingsOrigin, context = {})=>{
27901
27901
  var _settings_conditions, _settings_conditions1;
27902
- _config.LOGGER('INFO', context.__PATH__, 'execute:start', context);
27903
27902
  let settings = preparePinsSettings(settingsOrigin, context);
27903
+ _config.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:start`, context, settings);
27904
27904
  const alias = _config.ALIAS.find((alias)=>settings.library.split(':')[0] === alias.name);
27905
27905
  const config = context.config || {};
27906
27906
  let version = (config.VERSIONS || {})[settings.library] || 'latest';
@@ -27958,7 +27958,7 @@ const executePins = async (settingsOrigin, context = {})=>{
27958
27958
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
27959
27959
  }
27960
27960
  const result = await pins(settings.properties, settings.pins, context);
27961
- _config.LOGGER('INFO', context.__PATH__, 'execute:end', context, result);
27961
+ _config.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:end`, context, result);
27962
27962
  return result;
27963
27963
  };
27964
27964
  const executePinsList = async (pinsSettingsList, context, path = 'root')=>{
package/index.esm.js CHANGED
@@ -27877,8 +27877,8 @@ const applyTemplate = (value, context)=>{
27877
27877
  };
27878
27878
  const executePins = async (settingsOrigin, context = {})=>{
27879
27879
  var _settings_conditions, _settings_conditions1;
27880
- _config.LOGGER('INFO', context.__PATH__, 'execute:start', context);
27881
27880
  let settings = preparePinsSettings(settingsOrigin, context);
27881
+ _config.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:start`, context, settings);
27882
27882
  const alias = _config.ALIAS.find((alias)=>settings.library.split(':')[0] === alias.name);
27883
27883
  const config = context.config || {};
27884
27884
  let version = (config.VERSIONS || {})[settings.library] || 'latest';
@@ -27936,7 +27936,7 @@ const executePins = async (settingsOrigin, context = {})=>{
27936
27936
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
27937
27937
  }
27938
27938
  const result = await pins(settings.properties, settings.pins, context);
27939
- _config.LOGGER('INFO', context.__PATH__, 'execute:end', context, result);
27939
+ _config.LOGGER('INFO', context.__PATH__, `execute:${settings.element}:${settings.library}:end`, context, result);
27940
27940
  return result;
27941
27941
  };
27942
27942
  const executePinsList = async (pinsSettingsList, context, path = 'root')=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-notification",
3
- "version": "0.71.4",
3
+ "version": "0.71.5",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web"