@tscircuit/runframe 0.0.2474 → 0.0.2476

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.
@@ -2183,7 +2183,7 @@ var usePostHogActivity = (properties) => {
2183
2183
  };
2184
2184
 
2185
2185
  // package.json
2186
- var version = "0.0.2472";
2186
+ var version = "0.0.2475";
2187
2187
  var package_default = {
2188
2188
  name: "@tscircuit/runframe",
2189
2189
  main: "dist/preview.js",
@@ -2238,7 +2238,7 @@ var package_default = {
2238
2238
  "@tscircuit/fake-snippets": "^0.0.163",
2239
2239
  "@tscircuit/file-server": "^0.0.32",
2240
2240
  "@tscircuit/internal-dynamic-import": "^0.0.15",
2241
- "@tscircuit/pcb-viewer": "1.11.388",
2241
+ "@tscircuit/pcb-viewer": "1.11.389",
2242
2242
  "@tscircuit/props": "^0.0.612",
2243
2243
  "@tscircuit/schematic-viewer": "^2.0.77",
2244
2244
  "@types/bun": "latest",
@@ -2300,7 +2300,7 @@ var package_default = {
2300
2300
  yargs: "^17.7.2"
2301
2301
  },
2302
2302
  dependencies: {
2303
- "@tscircuit/eval": "^0.0.1206",
2303
+ "@tscircuit/eval": "^0.0.1207",
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-KJAC2CNQ.js";
11
+ } from "./chunk-2ELTLDM6.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-KJAC2CNQ.js";
43
+ } from "./chunk-2ELTLDM6.js";
44
44
 
45
45
  // lib/components/RunFrame/RunFrame.tsx
46
46
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";