@tscircuit/runframe 0.0.1229 → 0.0.1231

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.
@@ -1501,7 +1501,7 @@ var useErrorTelemetry = ({
1501
1501
  };
1502
1502
 
1503
1503
  // package.json
1504
- var version = "0.0.1228";
1504
+ var version = "0.0.1230";
1505
1505
  var package_default = {
1506
1506
  name: "@tscircuit/runframe",
1507
1507
  main: "dist/preview.js",
@@ -1548,11 +1548,11 @@ var package_default = {
1548
1548
  "@radix-ui/react-slot": "^1.1.1",
1549
1549
  "@radix-ui/react-tabs": "^1.1.2",
1550
1550
  "@resvg/resvg-wasm": "^2.6.2",
1551
- "@tscircuit/3d-viewer": "^0.0.430",
1551
+ "@tscircuit/3d-viewer": "^0.0.431",
1552
1552
  "@tscircuit/assembly-viewer": "^0.0.5",
1553
1553
  "@tscircuit/checks": "^0.0.78",
1554
1554
  "@tscircuit/create-snippet-url": "^0.0.9",
1555
- "@tscircuit/eval": "^0.0.458",
1555
+ "@tscircuit/eval": "^0.0.460",
1556
1556
  "@tscircuit/fake-snippets": "^0.0.122",
1557
1557
  "@tscircuit/file-server": "^0.0.32",
1558
1558
  "@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-6T2MCCXP.js";
11
+ } from "./chunk-Z65GKLMR.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-6T2MCCXP.js";
35
+ } from "./chunk-Z65GKLMR.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";