@tscircuit/runframe 0.0.2665 → 0.0.2666

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.
@@ -2990,7 +2990,7 @@ var package_default = {
2990
2990
  "format-si-unit": "^0.0.12"
2991
2991
  },
2992
2992
  overrides: {
2993
- "circuit-json": "0.0.484"
2993
+ "circuit-json": "$circuit-json"
2994
2994
  }
2995
2995
  };
2996
2996
 
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  SchematicViewer,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-2QJEA47L.js";
11
+ } from "./chunk-HMUOJBT6.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -41,7 +41,7 @@ import {
41
41
  useRunFrameStore,
42
42
  useRunnerStore,
43
43
  useStyles
44
- } from "./chunk-2QJEA47L.js";
44
+ } from "./chunk-HMUOJBT6.js";
45
45
 
46
46
  // lib/components/RunFrame/RunFrame.tsx
47
47
  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.2665",
5
+ "version": "0.0.2666",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/tscircuit/runframe"