@tscircuit/runframe 0.0.2074 → 0.0.2076

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.2073";
2012
+ var version = "0.0.2075";
2013
2013
  var package_default = {
2014
2014
  name: "@tscircuit/runframe",
2015
2015
  main: "dist/preview.js",
@@ -2074,7 +2074,7 @@ 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
2079
  "circuit-json-to-kicad": "^0.0.150",
2080
2080
  "circuit-json-to-lbrn": "^0.0.74",
@@ -2125,7 +2125,7 @@ var package_default = {
2125
2125
  yargs: "^17.7.2"
2126
2126
  },
2127
2127
  dependencies: {
2128
- "@tscircuit/eval": "^0.0.925",
2128
+ "@tscircuit/eval": "^0.0.926",
2129
2129
  "@tscircuit/solver-utils": "^0.0.7"
2130
2130
  }
2131
2131
  };
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-TNDUZESK.js";
10
+ } from "./chunk-3NGBZ6KS.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-TNDUZESK.js";
37
+ } from "./chunk-3NGBZ6KS.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";