@tscircuit/capacity-autorouter 0.0.258 → 0.0.259

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
@@ -1345,6 +1345,8 @@ interface PortPointPathingHyperParameters {
1345
1345
  FORCE_OFF_BOARD_SEED?: number;
1346
1346
  RIPPING_ENABLED?: boolean;
1347
1347
  RIPPING_PF_THRESHOLD?: number;
1348
+ START_RIPPING_PF_THRESHOLD?: number;
1349
+ END_RIPPING_PF_THRESHOLD?: number;
1348
1350
  MAX_RIPS?: number;
1349
1351
  RANDOM_RIP_FRACTION?: number;
1350
1352
  /** When enabled, use jumper-based pf calculation for same-layer crossings on single layer nodes */