@tscircuit/capacity-autorouter 0.0.860 → 0.0.862
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 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1600,6 +1600,7 @@ declare class SingleTransitionCrossingRouteSolver extends BaseSolver {
|
|
|
1600
1600
|
* Uses epsilon to tolerate floating-point noise on boundary coordinates.
|
|
1601
1601
|
*/
|
|
1602
1602
|
private getPortPointBoundsPosition;
|
|
1603
|
+
private snapPortPointToBounds;
|
|
1603
1604
|
/**
|
|
1604
1605
|
* Check if two routes are crossing
|
|
1605
1606
|
*/
|