@elyx-code/project-logic-tree 0.0.6596 → 0.0.6597

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
@@ -17646,6 +17646,12 @@ export declare class ProjectState extends UserManagedVersionedState implements I
17646
17646
  get off(): Events['off'];
17647
17647
  get on(): Events['on'];
17648
17648
  get emit(): Events['emit'];
17649
+ get emitAsync(): Events['emitAsync'];
17650
+ get emitAsyncAll(): Events['emitAsyncAll'];
17651
+ get emitAsyncAllSettled(): Events['emitAsyncAllSettled'];
17652
+ get emitAsyncSequentially(): Events['emitAsyncSequentially'];
17653
+ get emitAsyncSequentiallyAll(): Events['emitAsyncSequentiallyAll'];
17654
+ get emitAsyncSequentiallyAllSettled(): Events['emitAsyncSequentiallyAllSettled'];
17649
17655
  closePendingChangeSets(): Promise<void>;
17650
17656
  onCloseChangeSet(callback: (changeSet: ChangeSet) => Promise<{
17651
17657
  success: boolean;