@tscircuit/capacity-autorouter 0.0.584 → 0.0.585

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
@@ -4912,12 +4912,10 @@ declare class TinyHypergraphPortPointPathingSolver extends BaseSolver {
4912
4912
  private duplicateCongestedPortReport?;
4913
4913
  private duplicateCongestedPortError?;
4914
4914
  private duplicatedPortCount;
4915
- private inputNodeWithPortPoints?;
4916
- private readonly graphForInputNodes;
4915
+ private inputNodeWithPortPoints;
4917
4916
  private originalRegionById;
4918
4917
  private originalRegionIds;
4919
4918
  constructor(params: HgPortPointPathingSolverParams);
4920
- private getInputNodesWithPortPoints;
4921
4919
  getSolverName(): string;
4922
4920
  _step(): void;
4923
4921
  preview(): GraphicsObject;