@tscircuit/runframe 0.0.2075 → 0.0.2077

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.
@@ -2009,7 +2009,7 @@ var usePostHogActivity = (properties) => {
2009
2009
  };
2010
2010
 
2011
2011
  // package.json
2012
- var version = "0.0.2074";
2012
+ var version = "0.0.2076";
2013
2013
  var package_default = {
2014
2014
  name: "@tscircuit/runframe",
2015
2015
  main: "dist/preview.js",
@@ -2074,9 +2074,9 @@ var package_default = {
2074
2074
  "@vitejs/plugin-react": "^5.0.0",
2075
2075
  autoprefixer: "^10.4.20",
2076
2076
  "chokidar-cli": "^3.0.0",
2077
- "circuit-json-to-bom-csv": "^0.0.8",
2077
+ "circuit-json-to-bom-csv": "^0.0.9",
2078
2078
  "circuit-json-to-gerber": "^0.0.78",
2079
- "circuit-json-to-kicad": "^0.0.150",
2079
+ "circuit-json-to-kicad": "^0.0.151",
2080
2080
  "circuit-json-to-lbrn": "^0.0.74",
2081
2081
  "circuit-json-to-pnp-csv": "^0.0.7",
2082
2082
  "circuit-json-to-step": "^0.0.34",
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-RXT53KP4.js";
10
+ } from "./chunk-ANHDBCT7.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-RXT53KP4.js";
37
+ } from "./chunk-ANHDBCT7.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";