@tscircuit/capacity-autorouter 0.0.43 → 0.0.45

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
@@ -496,6 +496,7 @@ declare class SingleRouteCandidatePriorityQueue {
496
496
  private parent;
497
497
  private swap;
498
498
  dequeue(): Node | null;
499
+ peek(): Node | null;
499
500
  enqueue(item: Node): void;
500
501
  heapifyUp(): void;
501
502
  heapifyDown(): void;