@tscircuit/capacity-autorouter 0.0.347 → 0.0.348

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
@@ -146,6 +146,7 @@ interface SimplifiedPcbTrace {
146
146
  y: number;
147
147
  to_layer: string;
148
148
  from_layer: string;
149
+ via_diameter?: number;
149
150
  } | {
150
151
  route_type: "jumper";
151
152
  /** Starting point of the jumper pad */