@digipair/skill-chatbot 0.71.3 → 0.71.4

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
@@ -54,7 +54,7 @@ let ChatbotService = class ChatbotService {
54
54
  boost: {
55
55
  steps
56
56
  }
57
- }), `${context.__PATH__}.execute`);
57
+ }), `${context.__PATH__}.steps[${step}].execute`);
58
58
  return result;
59
59
  }
60
60
  };
package/index.esm.js CHANGED
@@ -50,7 +50,7 @@ let ChatbotService = class ChatbotService {
50
50
  boost: {
51
51
  steps
52
52
  }
53
- }), `${context.__PATH__}.execute`);
53
+ }), `${context.__PATH__}.steps[${step}].execute`);
54
54
  return result;
55
55
  }
56
56
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.71.3",
3
+ "version": "0.71.4",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",