@tscircuit/capacity-autorouter 0.0.619 → 0.0.621

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
@@ -158,6 +158,7 @@ interface SimplifiedPcbTrace {
158
158
  type: "pcb_trace";
159
159
  pcb_trace_id: TraceId;
160
160
  connection_name: string;
161
+ connectsTo?: Array<TraceId | NetId | PointId>;
161
162
  route: Array<{
162
163
  route_type: "wire";
163
164
  x: number;