@tscircuit/runframe 0.0.1431 → 0.0.1433

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.
@@ -1716,7 +1716,7 @@ var useErrorTelemetry = ({
1716
1716
  };
1717
1717
 
1718
1718
  // package.json
1719
- var version = "0.0.1430";
1719
+ var version = "0.0.1432";
1720
1720
  var package_default = {
1721
1721
  name: "@tscircuit/runframe",
1722
1722
  main: "dist/preview.js",
@@ -1771,10 +1771,10 @@ var package_default = {
1771
1771
  "@tscircuit/fake-snippets": "^0.0.163",
1772
1772
  "@tscircuit/file-server": "^0.0.32",
1773
1773
  "@tscircuit/footprinter": "^0.0.236",
1774
- "@tscircuit/pcb-viewer": "1.11.291",
1774
+ "@tscircuit/pcb-viewer": "1.11.292",
1775
1775
  "@tscircuit/props": "^0.0.429",
1776
1776
  "@tscircuit/schematic-trace-solver": "^0.0.40",
1777
- "@tscircuit/schematic-viewer": "^2.0.50",
1777
+ "@tscircuit/schematic-viewer": "^2.0.51",
1778
1778
  "@types/bun": "latest",
1779
1779
  "@types/debug": "^4.1.12",
1780
1780
  "@types/react": "^19.1.10",
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-JUWFPX5H.js";
11
+ } from "./chunk-C7MVJJO7.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-JUWFPX5H.js";
37
+ } from "./chunk-C7MVJJO7.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";