@tscircuit/runframe 0.0.606 → 0.0.608

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.
@@ -1261,7 +1261,7 @@ var useErrorTelemetry = ({
1261
1261
  };
1262
1262
 
1263
1263
  // package.json
1264
- var version = "0.0.605";
1264
+ var version = "0.0.607";
1265
1265
 
1266
1266
  // lib/components/RunFrame/runner-store/use-runner-store.ts
1267
1267
  import { create } from "zustand";
@@ -1475,6 +1475,17 @@ var CircuitJsonPreview = ({
1475
1475
  ).join(".")
1476
1476
  ] })
1477
1477
  }
1478
+ ),
1479
+ lastRunEvalVersion && /* @__PURE__ */ jsx16(
1480
+ DropdownMenuItem,
1481
+ {
1482
+ disabled: true,
1483
+ className: "rf-opacity-60 rf-cursor-default rf-select-none",
1484
+ children: /* @__PURE__ */ jsxs12("div", { className: "rf-pr-2 rf-text-xs rf-text-gray-500", children: [
1485
+ "@tscircuit/eval@",
1486
+ lastRunEvalVersion
1487
+ ] })
1488
+ }
1478
1489
  )
1479
1490
  ] })
1480
1491
  ] })
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-5BHMDZYP.js";
11
+ } from "./chunk-DCGFVOKB.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  useOrderDialogCli,
38
38
  useRunFrameStore,
39
39
  useRunnerStore
40
- } from "./chunk-5BHMDZYP.js";
40
+ } from "./chunk-DCGFVOKB.js";
41
41
 
42
42
  // lib/components/RunFrame/RunFrame.tsx
43
43
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";