wingbot 3.56.0 → 3.56.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.56.0",
3
+ "version": "3.56.1",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -470,7 +470,7 @@ function onInteractionHandler (
470
470
  isGoto: false,
471
471
  withUser,
472
472
  ...langsExtension,
473
- ...(hasExtendedEvents ? {} : actionMeta)
473
+ ...actionMeta
474
474
  });
475
475
 
476
476
  let prevAction = action;