@tscircuit/capacity-autorouter 0.0.41 → 0.0.42

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
@@ -793,9 +793,13 @@ declare class HyperSingleIntraNodeSolver extends HyperParameterSupervisorSolver<
793
793
  }[];
794
794
  } | {
795
795
  name: string;
796
- possibleValues: {
796
+ possibleValues: ({
797
797
  CLOSED_FORM_TWO_TRACE_SAME_LAYER: boolean;
798
- }[];
798
+ CLOSED_FORM_TWO_TRACE_TRANSITION_CROSSING?: undefined;
799
+ } | {
800
+ CLOSED_FORM_TWO_TRACE_TRANSITION_CROSSING: boolean;
801
+ CLOSED_FORM_TWO_TRACE_SAME_LAYER?: undefined;
802
+ })[];
799
803
  })[];
800
804
  computeG(solver: IntraNodeRouteSolver): number;
801
805
  computeH(solver: IntraNodeRouteSolver): number;