@tscircuit/runframe 0.0.1366 → 0.0.1368

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.
@@ -1554,7 +1554,7 @@ var useErrorTelemetry = ({
1554
1554
  };
1555
1555
 
1556
1556
  // package.json
1557
- var version = "0.0.1365";
1557
+ var version = "0.0.1367";
1558
1558
  var package_default = {
1559
1559
  name: "@tscircuit/runframe",
1560
1560
  main: "dist/preview.js",
@@ -1601,7 +1601,7 @@ var package_default = {
1601
1601
  "@radix-ui/react-slot": "^1.1.1",
1602
1602
  "@radix-ui/react-tabs": "^1.1.2",
1603
1603
  "@resvg/resvg-wasm": "^2.6.2",
1604
- "@tscircuit/3d-viewer": "^0.0.468",
1604
+ "@tscircuit/3d-viewer": "^0.0.469",
1605
1605
  "@tscircuit/assembly-viewer": "^0.0.5",
1606
1606
  "@tscircuit/checks": "^0.0.78",
1607
1607
  "@tscircuit/create-snippet-url": "^0.0.9",
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-U4MWRK2T.js";
11
+ } from "./chunk-WIB7NPDC.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-U4MWRK2T.js";
37
+ } from "./chunk-WIB7NPDC.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";