wingbot 3.70.4 → 3.70.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.70.4",
3
+ "version": "3.70.5",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
@@ -625,7 +625,7 @@ class BuildRouter extends Router {
625
625
 
626
626
  /** @type {LinksMap} */
627
627
  const linksMap = nestedLinksMapFactory
628
- ? nestedLinksMapFactory()
628
+ ? new Map(nestedLinksMapFactory())
629
629
  : new Map();
630
630
 
631
631
  if (prevLinksMap && !nestedLinksMapFactory) {