@tscircuit/runframe 0.0.2483 → 0.0.2484

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.
@@ -2300,7 +2300,7 @@ var package_default = {
2300
2300
  yargs: "^17.7.2"
2301
2301
  },
2302
2302
  dependencies: {
2303
- "@tscircuit/eval": "^0.0.1214",
2303
+ "@tscircuit/eval": "^0.0.1215",
2304
2304
  "@tscircuit/solver-utils": "^0.0.7",
2305
2305
  debug: "^4.4.0"
2306
2306
  }
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  SchematicViewer,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-CYJ3MDPI.js";
11
+ } from "./chunk-RML75QC3.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -40,7 +40,7 @@ import {
40
40
  useRunFrameStore,
41
41
  useRunnerStore,
42
42
  useStyles
43
- } from "./chunk-CYJ3MDPI.js";
43
+ } from "./chunk-RML75QC3.js";
44
44
 
45
45
  // lib/components/RunFrame/RunFrame.tsx
46
46
  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.2483",
5
+ "version": "0.0.2484",
6
6
  "exports": {
7
7
  ".": "./dist/preview.js",
8
8
  "./preview": "./dist/preview.js",
@@ -114,7 +114,7 @@
114
114
  "yargs": "^17.7.2"
115
115
  },
116
116
  "dependencies": {
117
- "@tscircuit/eval": "^0.0.1214",
117
+ "@tscircuit/eval": "^0.0.1215",
118
118
  "@tscircuit/solver-utils": "^0.0.7",
119
119
  "debug": "^4.4.0"
120
120
  }