@tscircuit/capacity-autorouter 0.0.387 → 0.0.389

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
@@ -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[];