@tscircuit/runframe 0.0.2031 → 0.0.2032

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.
@@ -2004,7 +2004,7 @@ var usePostHogActivity = (properties) => {
2004
2004
  };
2005
2005
 
2006
2006
  // package.json
2007
- var version = "0.0.2030";
2007
+ var version = "0.0.2031";
2008
2008
  var package_default = {
2009
2009
  name: "@tscircuit/runframe",
2010
2010
  main: "dist/preview.js",
@@ -2059,7 +2059,7 @@ var package_default = {
2059
2059
  "@tscircuit/fake-snippets": "^0.0.163",
2060
2060
  "@tscircuit/file-server": "^0.0.32",
2061
2061
  "@tscircuit/internal-dynamic-import": "^0.0.7",
2062
- "@tscircuit/pcb-viewer": "1.11.370",
2062
+ "@tscircuit/pcb-viewer": "1.11.371",
2063
2063
  "@tscircuit/schematic-viewer": "^2.0.61",
2064
2064
  "@types/bun": "latest",
2065
2065
  "@types/debug": "^4.1.12",
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-5FDMNHHU.js";
10
+ } from "./chunk-DHIIRU7X.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-5FDMNHHU.js";
37
+ } from "./chunk-DHIIRU7X.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";