@tscircuit/capacity-autorouter 0.0.780 → 0.0.781

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
@@ -6594,6 +6594,7 @@ declare class SingleRouteUselessViaRemovalSolver extends BaseSolver {
6594
6594
  ENABLE_OBSTACLE_DETOUR_SHORTCUTS: boolean;
6595
6595
  geometryShortcutsApplied: number;
6596
6596
  multilayerSectionsCollapsed: number;
6597
+ obstacleDetourCandidatesValidated: number;
6597
6598
  constructor(params: {
6598
6599
  obstacleSHI: ObstacleSpatialHashIndex;
6599
6600
  hdRouteSHI: HighDensityRouteSpatialIndex;