@tscircuit/capacity-autorouter 0.0.334 → 0.0.335

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
@@ -4620,7 +4620,7 @@ declare class HgPortPointPathingSolver extends HyperGraphSolver<RegionHg, Region
4620
4620
  private computeRegionPfWithAdditionalSegment;
4621
4621
  private getRegionRippingPfThreshold;
4622
4622
  private computeRegionPf;
4623
- getOutput(): {
4623
+ getOutputWithPortPoints(): {
4624
4624
  nodesWithPortPoints: NodeWithPortPoints$1[];
4625
4625
  inputNodeWithPortPoints: InputNodeWithPortPoints[];
4626
4626
  };