@tscircuit/runframe 0.0.1564 → 0.0.1565

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.
@@ -1782,7 +1782,7 @@ var package_default = {
1782
1782
  "@tscircuit/3d-viewer": "^0.0.505",
1783
1783
  "@tscircuit/assembly-viewer": "^0.0.5",
1784
1784
  "@tscircuit/create-snippet-url": "^0.0.9",
1785
- "@tscircuit/eval": "^0.0.618",
1785
+ "@tscircuit/eval": "^0.0.619",
1786
1786
  "@tscircuit/circuit-json-util": "^0.0.75",
1787
1787
  "@tscircuit/fake-snippets": "^0.0.163",
1788
1788
  "@tscircuit/file-server": "^0.0.32",
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-F72J3EOT.js";
11
+ } from "./chunk-ALD43CUV.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-F72J3EOT.js";
37
+ } from "./chunk-ALD43CUV.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  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.1564",
5
+ "version": "0.0.1565",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -49,7 +49,7 @@
49
49
  "@tscircuit/3d-viewer": "^0.0.505",
50
50
  "@tscircuit/assembly-viewer": "^0.0.5",
51
51
  "@tscircuit/create-snippet-url": "^0.0.9",
52
- "@tscircuit/eval": "^0.0.618",
52
+ "@tscircuit/eval": "^0.0.619",
53
53
  "@tscircuit/circuit-json-util": "^0.0.75",
54
54
  "@tscircuit/fake-snippets": "^0.0.163",
55
55
  "@tscircuit/file-server": "^0.0.32",