@tscircuit/capacity-autorouter 0.0.463 → 0.0.465

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
@@ -4708,6 +4708,7 @@ interface HgPortPointPathingSolverParams {
4708
4708
  inputSolvedRoutes?: SolvedRoutesHg[];
4709
4709
  layerCount: number;
4710
4710
  effort: number;
4711
+ minViaPadDiameter?: number;
4711
4712
  flags: {
4712
4713
  FORCE_CENTER_FIRST: boolean;
4713
4714
  RIPPING_ENABLED: boolean;