@tscircuit/runframe 0.0.2024 → 0.0.2025

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.
@@ -2120,7 +2120,7 @@ var package_default = {
2120
2120
  yargs: "^17.7.2"
2121
2121
  },
2122
2122
  dependencies: {
2123
- "@tscircuit/eval": "^0.0.884",
2123
+ "@tscircuit/eval": "^0.0.885",
2124
2124
  "@tscircuit/solver-utils": "^0.0.7"
2125
2125
  }
2126
2126
  };
package/dist/preview.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  SchematicViewer,
8
8
  useOrderDialog,
9
9
  useOrderDialogCli
10
- } from "./chunk-3ZZDE6H7.js";
10
+ } from "./chunk-LFUF7WNA.js";
11
11
  export {
12
12
  BomTable,
13
13
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-3ZZDE6H7.js";
37
+ } from "./chunk-LFUF7WNA.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.2024",
5
+ "version": "0.0.2025",
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.884",
116
+ "@tscircuit/eval": "^0.0.885",
117
117
  "@tscircuit/solver-utils": "^0.0.7"
118
118
  }
119
119
  }