@tscircuit/eval 0.0.609 → 0.0.611
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/lib/index.d.ts +0 -2
- package/dist/webworker/entrypoint.js +188 -188
- package/package.json +5 -5
package/dist/eval/index.d.ts
CHANGED
|
@@ -2344,7 +2344,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
2344
2344
|
is_filled?: boolean | undefined;
|
|
2345
2345
|
fill_color?: "red" | "blue" | undefined;
|
|
2346
2346
|
stroke_color?: string | undefined;
|
|
2347
|
-
svg_path?: string | undefined;
|
|
2348
2347
|
} | {
|
|
2349
2348
|
message: string;
|
|
2350
2349
|
type: "schematic_error";
|
|
@@ -4832,7 +4831,6 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4832
4831
|
is_filled?: boolean | undefined;
|
|
4833
4832
|
fill_color?: "red" | "blue" | undefined;
|
|
4834
4833
|
stroke_color?: string | undefined;
|
|
4835
|
-
svg_path?: string | undefined;
|
|
4836
4834
|
} | {
|
|
4837
4835
|
message: string;
|
|
4838
4836
|
type: "schematic_error";
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -2360,7 +2360,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
2360
2360
|
is_filled?: boolean | undefined;
|
|
2361
2361
|
fill_color?: "red" | "blue" | undefined;
|
|
2362
2362
|
stroke_color?: string | undefined;
|
|
2363
|
-
svg_path?: string | undefined;
|
|
2364
2363
|
} | {
|
|
2365
2364
|
message: string;
|
|
2366
2365
|
type: "schematic_error";
|
|
@@ -4848,7 +4847,6 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4848
4847
|
is_filled?: boolean | undefined;
|
|
4849
4848
|
fill_color?: "red" | "blue" | undefined;
|
|
4850
4849
|
stroke_color?: string | undefined;
|
|
4851
|
-
svg_path?: string | undefined;
|
|
4852
4850
|
} | {
|
|
4853
4851
|
message: string;
|
|
4854
4852
|
type: "schematic_error";
|