@elyx-code/project-logic-tree 0.0.6462 → 0.0.6463

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.d.ts CHANGED
@@ -6598,7 +6598,7 @@ export declare function getDraggablePlayableEntityTypeSchema(): z_2.ZodUnion<[z_
6598
6598
  type: import("../../..").EntityType.GlobalEvent;
6599
6599
  }>, z_2.ZodRecord<z_2.ZodString, z_2.ZodAny>]>]>]>;
6600
6600
 
6601
- export declare function getEarliestCommonAncestorOfAllCallers(entity: CallableEntityState): {
6601
+ export declare function getEarliestCommonAncestorOfAllCallers(entity: CallableEntityState, ignoreEarlierChainedCallers?: boolean): {
6602
6602
  ancestor: CallerEntityState;
6603
6603
  callType: 'success' | 'error' | 'entry' | 'loop-body';
6604
6604
  } | {