@tscircuit/capacity-autorouter 0.0.335 → 0.0.337
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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
|
-
|
|
4623
|
+
getOutput(): {
|
|
4624
4624
|
nodesWithPortPoints: NodeWithPortPoints$1[];
|
|
4625
4625
|
inputNodeWithPortPoints: InputNodeWithPortPoints[];
|
|
4626
4626
|
};
|