@tscircuit/runframe 0.0.1901 → 0.0.1903

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.
@@ -1821,7 +1821,7 @@ var useErrorTelemetry = ({
1821
1821
  };
1822
1822
 
1823
1823
  // package.json
1824
- var version = "0.0.1900";
1824
+ var version = "0.0.1902";
1825
1825
  var package_default = {
1826
1826
  name: "@tscircuit/runframe",
1827
1827
  main: "dist/preview.js",
@@ -1870,7 +1870,7 @@ var package_default = {
1870
1870
  "@radix-ui/react-tooltip": "^1.2.8",
1871
1871
  "@react-hook/resize-observer": "^2.0.2",
1872
1872
  "@resvg/resvg-wasm": "^2.6.2",
1873
- "@tscircuit/3d-viewer": "^0.0.558",
1873
+ "@tscircuit/3d-viewer": "^0.0.559",
1874
1874
  "@tscircuit/assembly-viewer": "^0.0.5",
1875
1875
  "@tscircuit/create-snippet-url": "^0.0.9",
1876
1876
  "@tscircuit/fake-snippets": "^0.0.163",
@@ -1887,7 +1887,7 @@ var package_default = {
1887
1887
  autoprefixer: "^10.4.20",
1888
1888
  "chokidar-cli": "^3.0.0",
1889
1889
  "circuit-json-to-bom-csv": "^0.0.8",
1890
- "circuit-json-to-gerber": "^0.0.49",
1890
+ "circuit-json-to-gerber": "^0.0.50",
1891
1891
  "circuit-json-to-kicad": "^0.0.125",
1892
1892
  "circuit-json-to-lbrn": "^0.0.74",
1893
1893
  "circuit-json-to-pnp-csv": "^0.0.7",
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-L335XGJC.js";
10
+ } from "./chunk-TVAWYY56.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  useRunFrameStore,
34
34
  useRunnerStore,
35
35
  useStyles
36
- } from "./chunk-L335XGJC.js";
36
+ } from "./chunk-TVAWYY56.js";
37
37
 
38
38
  // lib/components/RunFrame/RunFrame.tsx
39
39
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";