@digipair/skill-basic 0.71.1 → 0.71.3

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.esm.js +3 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -27925,7 +27925,6 @@ const executePins = async (settingsOrigin, context = {})=>{
27925
27925
  }
27926
27926
  results.push(itemResult);
27927
27927
  }
27928
- _config.LOGGER('INFO', context.__PATH__, 'execute:end', context, results);
27929
27928
  return results;
27930
27929
  }
27931
27930
  if (typeof ((_settings_conditions1 = settings.conditions) == null ? void 0 : _settings_conditions1.if) !== 'undefined' && !settings.conditions.if) {
@@ -27936,7 +27935,9 @@ const executePins = async (settingsOrigin, context = {})=>{
27936
27935
  if (!pins) {
27937
27936
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
27938
27937
  }
27939
- return await pins(settings.properties, settings.pins, context);
27938
+ const result = await pins(settings.properties, settings.pins, context);
27939
+ _config.LOGGER('INFO', context.__PATH__, 'execute:end', context, result);
27940
+ return result;
27940
27941
  };
27941
27942
  const executePinsList = async (pinsSettingsList, context, path = 'root')=>{
27942
27943
  let previous = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-basic",
3
- "version": "0.71.1",
3
+ "version": "0.71.3",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web"