@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.
- package/dist/blob-url.js +1 -1
- package/dist/eval/index.d.ts +0 -2
- package/dist/eval/index.js +4 -1
- package/dist/lib/index.d.ts +0 -2
- package/dist/lib/index.js +4 -1
- package/dist/webworker/entrypoint.js +92 -92
- package/package.json +5 -5
package/dist/eval/index.d.ts
CHANGED
|
@@ -1243,7 +1243,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1243
1243
|
width?: number | undefined;
|
|
1244
1244
|
height?: number | undefined;
|
|
1245
1245
|
subcircuit_id?: string | undefined;
|
|
1246
|
-
shape?: "rect" | "polygon" | undefined;
|
|
1247
1246
|
pcb_panel_id?: string | undefined;
|
|
1248
1247
|
is_subcircuit?: boolean | undefined;
|
|
1249
1248
|
outline?: {
|
|
@@ -3400,7 +3399,6 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3400
3399
|
width?: number | undefined;
|
|
3401
3400
|
height?: number | undefined;
|
|
3402
3401
|
subcircuit_id?: string | undefined;
|
|
3403
|
-
shape?: "rect" | "polygon" | undefined;
|
|
3404
3402
|
pcb_panel_id?: string | undefined;
|
|
3405
3403
|
is_subcircuit?: boolean | undefined;
|
|
3406
3404
|
outline?: {
|