@tscircuit/runframe 0.0.226 → 0.0.227

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.
@@ -879,7 +879,7 @@ var RenderLogViewer = ({
879
879
  };
880
880
 
881
881
  // package.json
882
- var version = "0.0.225";
882
+ var version = "0.0.226";
883
883
 
884
884
  // lib/components/CircuitJsonPreview/CircuitJsonPreview.tsx
885
885
  import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
package/dist/preview.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CircuitJsonPreview
3
- } from "./chunk-DNV5GH3P.js";
3
+ } from "./chunk-VYMN7TD3.js";
4
4
  export {
5
5
  CircuitJsonPreview
6
6
  };
package/dist/runner.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  DropdownMenuTrigger,
12
12
  buttonVariants,
13
13
  cn
14
- } from "./chunk-DNV5GH3P.js";
14
+ } from "./chunk-VYMN7TD3.js";
15
15
 
16
16
  // lib/components/RunFrame/RunFrame.tsx
17
17
  import { createCircuitWebWorker } from "@tscircuit/eval";