@tscircuit/runframe 0.0.2229 → 0.0.2231

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.
@@ -2177,7 +2177,7 @@ var usePostHogActivity = (properties) => {
2177
2177
  };
2178
2178
 
2179
2179
  // package.json
2180
- var version = "0.0.2228";
2180
+ var version = "0.0.2230";
2181
2181
  var package_default = {
2182
2182
  name: "@tscircuit/runframe",
2183
2183
  main: "dist/preview.js",
@@ -2233,7 +2233,7 @@ var package_default = {
2233
2233
  "@tscircuit/file-server": "^0.0.32",
2234
2234
  "@tscircuit/internal-dynamic-import": "^0.0.8",
2235
2235
  "@tscircuit/pcb-viewer": "1.11.374",
2236
- "@tscircuit/schematic-viewer": "^2.0.73",
2236
+ "@tscircuit/schematic-viewer": "^2.0.74",
2237
2237
  "@types/bun": "latest",
2238
2238
  "@types/debug": "^4.1.12",
2239
2239
  "@types/react": "^19.1.10",
@@ -2293,7 +2293,7 @@ var package_default = {
2293
2293
  yargs: "^17.7.2"
2294
2294
  },
2295
2295
  dependencies: {
2296
- "@tscircuit/eval": "^0.0.1024",
2296
+ "@tscircuit/eval": "^0.0.1025",
2297
2297
  "@tscircuit/solver-utils": "^0.0.7"
2298
2298
  }
2299
2299
  };
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-AW632KSG.js";
10
+ } from "./chunk-ZNRCMQNW.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  useRunFrameStore,
40
40
  useRunnerStore,
41
41
  useStyles
42
- } from "./chunk-AW632KSG.js";
42
+ } from "./chunk-ZNRCMQNW.js";
43
43
 
44
44
  // lib/components/RunFrame/RunFrame.tsx
45
45
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";