@tscircuit/runframe 0.0.1886 → 0.0.1887

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.
@@ -1937,7 +1937,7 @@ var package_default = {
1937
1937
  yargs: "^17.7.2"
1938
1938
  },
1939
1939
  dependencies: {
1940
- "@tscircuit/eval": "^0.0.796",
1940
+ "@tscircuit/eval": "^0.0.797",
1941
1941
  "@tscircuit/solver-utils": "^0.0.7"
1942
1942
  }
1943
1943
  };
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-FR2ZWKHE.js";
10
+ } from "./chunk-JXAB2DPA.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-FR2ZWKHE.js";
36
+ } from "./chunk-JXAB2DPA.js";
37
37
 
38
38
  // lib/components/RunFrame/RunFrame.tsx
39
39
  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.1886",
5
+ "version": "0.0.1887",
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.796",
116
+ "@tscircuit/eval": "^0.0.797",
117
117
  "@tscircuit/solver-utils": "^0.0.7"
118
118
  }
119
119
  }