@tscircuit/runframe 0.0.1080 → 0.0.1081

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.
@@ -1475,7 +1475,7 @@ var package_default = {
1475
1475
  "@tscircuit/assembly-viewer": "^0.0.5",
1476
1476
  "@tscircuit/checks": "^0.0.78",
1477
1477
  "@tscircuit/create-snippet-url": "^0.0.9",
1478
- "@tscircuit/eval": "^0.0.381",
1478
+ "@tscircuit/eval": "^0.0.383",
1479
1479
  "@tscircuit/fake-snippets": "^0.0.87",
1480
1480
  "@tscircuit/file-server": "^0.0.31",
1481
1481
  "@tscircuit/footprinter": "^0.0.236",
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-OZQCWRGY.js";
11
+ } from "./chunk-K7VEIZI6.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  useRunFrameStore,
33
33
  useRunnerStore,
34
34
  useStyles
35
- } from "./chunk-OZQCWRGY.js";
35
+ } from "./chunk-K7VEIZI6.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/runframe",
3
3
  "main": "dist/preview.js",
4
4
  "type": "module",
5
- "version": "0.0.1080",
5
+ "version": "0.0.1081",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -47,7 +47,7 @@
47
47
  "@tscircuit/assembly-viewer": "^0.0.5",
48
48
  "@tscircuit/checks": "^0.0.78",
49
49
  "@tscircuit/create-snippet-url": "^0.0.9",
50
- "@tscircuit/eval": "^0.0.381",
50
+ "@tscircuit/eval": "^0.0.383",
51
51
  "@tscircuit/fake-snippets": "^0.0.87",
52
52
  "@tscircuit/file-server": "^0.0.31",
53
53
  "@tscircuit/footprinter": "^0.0.236",