@tscircuit/eval 0.0.308 → 0.0.309
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 +2 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/webworker/entrypoint.js +320 -320
- package/package.json +6 -6
package/dist/eval/index.d.ts
CHANGED
|
@@ -1753,6 +1753,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1753
1753
|
model_gltf_url?: string | undefined;
|
|
1754
1754
|
model_glb_url?: string | undefined;
|
|
1755
1755
|
model_step_url?: string | undefined;
|
|
1756
|
+
model_wrl_url?: string | undefined;
|
|
1756
1757
|
model_jscad?: any;
|
|
1757
1758
|
} | {
|
|
1758
1759
|
type: "simulation_voltage_source";
|
|
@@ -3443,6 +3444,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3443
3444
|
model_gltf_url?: string | undefined;
|
|
3444
3445
|
model_glb_url?: string | undefined;
|
|
3445
3446
|
model_step_url?: string | undefined;
|
|
3447
|
+
model_wrl_url?: string | undefined;
|
|
3446
3448
|
model_jscad?: any;
|
|
3447
3449
|
} | {
|
|
3448
3450
|
type: "simulation_voltage_source";
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1769,6 +1769,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1769
1769
|
model_gltf_url?: string | undefined;
|
|
1770
1770
|
model_glb_url?: string | undefined;
|
|
1771
1771
|
model_step_url?: string | undefined;
|
|
1772
|
+
model_wrl_url?: string | undefined;
|
|
1772
1773
|
model_jscad?: any;
|
|
1773
1774
|
} | {
|
|
1774
1775
|
type: "simulation_voltage_source";
|
|
@@ -3459,6 +3460,7 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
3459
3460
|
model_gltf_url?: string | undefined;
|
|
3460
3461
|
model_glb_url?: string | undefined;
|
|
3461
3462
|
model_step_url?: string | undefined;
|
|
3463
|
+
model_wrl_url?: string | undefined;
|
|
3462
3464
|
model_jscad?: any;
|
|
3463
3465
|
} | {
|
|
3464
3466
|
type: "simulation_voltage_source";
|