@tscircuit/capacity-autorouter 0.0.359 → 0.0.361

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
@@ -1196,6 +1196,8 @@ declare class IntraNodeRouteSolver extends BaseSolver {
1196
1196
  traceWidth?: number;
1197
1197
  });
1198
1198
  computeProgress(): number;
1199
+ private getSingleRouteSolverOpts;
1200
+ private trySolveSamePointLayerChange;
1199
1201
  _step(): void;
1200
1202
  visualize(): GraphicsObject;
1201
1203
  }