@tscircuit/runframe 0.0.2241 → 0.0.2242

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.
@@ -2293,7 +2293,7 @@ var package_default = {
2293
2293
  yargs: "^17.7.2"
2294
2294
  },
2295
2295
  dependencies: {
2296
- "@tscircuit/eval": "^0.0.1031",
2296
+ "@tscircuit/eval": "^0.0.1032",
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-Y23GEVLI.js";
10
+ } from "./chunk-53KIILUB.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-Y23GEVLI.js";
42
+ } from "./chunk-53KIILUB.js";
43
43
 
44
44
  // lib/components/RunFrame/RunFrame.tsx
45
45
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/runframe",
3
3
  "main": "dist/preview.js",
4
4
  "type": "module",
5
- "version": "0.0.2241",
5
+ "version": "0.0.2242",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -113,7 +113,7 @@
113
113
  "yargs": "^17.7.2"
114
114
  },
115
115
  "dependencies": {
116
- "@tscircuit/eval": "^0.0.1031",
116
+ "@tscircuit/eval": "^0.0.1032",
117
117
  "@tscircuit/solver-utils": "^0.0.7"
118
118
  }
119
119
  }