@digipair/skill-sse 0.121.13 → 0.121.15

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/dist/index.esm.js CHANGED
@@ -46017,7 +46017,7 @@ const executePins = async (settingsOrigin, context = {})=>{
46017
46017
  if (!pins) {
46018
46018
  throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
46019
46019
  }
46020
- const result = await pins(settings.properties, settings.pins, context);
46020
+ const result = await pins(settings._properties ?? settings.properties, settings.pins, context);
46021
46021
  _config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
46022
46022
  return result;
46023
46023
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
3
- "version": "0.121.13",
3
+ "version": "0.121.15",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",