@tscircuit/capacity-autorouter 0.0.661 → 0.0.662

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
@@ -150,8 +150,7 @@ interface Obstacle {
150
150
  }
151
151
  interface SimpleRouteConnection {
152
152
  name: string;
153
- rootConnectionName?: string;
154
- mergedConnectionNames?: string[];
153
+ __rootConnectionNames?: string[];
155
154
  isOffBoard?: boolean;
156
155
  netConnectionName?: string;
157
156
  nominalTraceWidth?: number;