@tscircuit/capacity-autorouter 0.0.387 → 0.0.388
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 +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2183,6 +2183,8 @@ declare class MultipleHighDensityRouteStitchSolver extends BaseSolver {
|
|
|
2183
2183
|
colorMap: Record<string, string>;
|
|
2184
2184
|
defaultTraceThickness: number;
|
|
2185
2185
|
defaultViaDiameter: number;
|
|
2186
|
+
private getClosestEndpointHash;
|
|
2187
|
+
private selectRoutesAlongEndpointPath;
|
|
2186
2188
|
constructor(params: {
|
|
2187
2189
|
connections: SimpleRouteConnection[];
|
|
2188
2190
|
hdRoutes: HighDensityIntraNodeRoute$1[];
|