@next-core/brick-utils 2.47.4 → 2.47.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.
@@ -17979,6 +17979,8 @@
17979
17979
  break;
17980
17980
  case "EventHandler":
17981
17981
  traverseNodes(node.callback, callback, childPath);
17982
+ traverseNodes(node.then, callback, childPath);
17983
+ traverseNodes(node.else, callback, childPath);
17982
17984
  break;
17983
17985
  case "ConditionalLifeCycle":
17984
17986
  traverseNodes(node.events, callback, childPath);