@tscircuit/runframe 0.0.1710 → 0.0.1711

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.
@@ -1845,7 +1845,7 @@ var package_default = {
1845
1845
  yargs: "^17.7.2"
1846
1846
  },
1847
1847
  dependencies: {
1848
- "@tscircuit/eval": "^0.0.699",
1848
+ "@tscircuit/eval": "^0.0.700",
1849
1849
  "@tscircuit/solver-utils": "^0.0.7"
1850
1850
  }
1851
1851
  };
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-NO5ZGNGY.js";
11
+ } from "./chunk-EOLHW46J.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-NO5ZGNGY.js";
37
+ } from "./chunk-EOLHW46J.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  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.1710",
5
+ "version": "0.0.1711",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -112,7 +112,7 @@
112
112
  "yargs": "^17.7.2"
113
113
  },
114
114
  "dependencies": {
115
- "@tscircuit/eval": "^0.0.699",
115
+ "@tscircuit/eval": "^0.0.700",
116
116
  "@tscircuit/solver-utils": "^0.0.7"
117
117
  }
118
118
  }