@tscircuit/runframe 0.0.1244 → 0.0.1245

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.
@@ -1545,7 +1545,7 @@ var useErrorTelemetry = ({
1545
1545
  };
1546
1546
 
1547
1547
  // package.json
1548
- var version = "0.0.1242";
1548
+ var version = "0.0.1244";
1549
1549
  var package_default = {
1550
1550
  name: "@tscircuit/runframe",
1551
1551
  main: "dist/preview.js",
@@ -1604,7 +1604,7 @@ var package_default = {
1604
1604
  "@tscircuit/pcb-viewer": "1.11.256",
1605
1605
  "@tscircuit/props": "^0.0.397",
1606
1606
  "@tscircuit/schematic-trace-solver": "^0.0.40",
1607
- "@tscircuit/schematic-viewer": "2.0.48",
1607
+ "@tscircuit/schematic-viewer": "2.0.49",
1608
1608
  "@types/bun": "latest",
1609
1609
  "@types/debug": "^4.1.12",
1610
1610
  "@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-LZNGHYV2.js";
11
+ } from "./chunk-FUZMKCLV.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-LZNGHYV2.js";
35
+ } from "./chunk-FUZMKCLV.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";