@tscircuit/eval 0.0.458 → 0.0.460

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.
@@ -1259,7 +1259,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1259
1259
  width?: number | undefined;
1260
1260
  height?: number | undefined;
1261
1261
  subcircuit_id?: string | undefined;
1262
- shape?: "rect" | "polygon" | undefined;
1263
1262
  pcb_panel_id?: string | undefined;
1264
1263
  is_subcircuit?: boolean | undefined;
1265
1264
  outline?: {
@@ -3416,7 +3415,6 @@ declare const runTscircuitModule: (module: string, opts?: {
3416
3415
  width?: number | undefined;
3417
3416
  height?: number | undefined;
3418
3417
  subcircuit_id?: string | undefined;
3419
- shape?: "rect" | "polygon" | undefined;
3420
3418
  pcb_panel_id?: string | undefined;
3421
3419
  is_subcircuit?: boolean | undefined;
3422
3420
  outline?: {