@tscircuit/runframe 0.0.1078 → 0.0.1080

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.
@@ -1425,7 +1425,7 @@ var useErrorTelemetry = ({
1425
1425
  };
1426
1426
 
1427
1427
  // package.json
1428
- var version = "0.0.1077";
1428
+ var version = "0.0.1079";
1429
1429
  var package_default = {
1430
1430
  name: "@tscircuit/runframe",
1431
1431
  main: "dist/preview.js",
@@ -1471,7 +1471,7 @@ var package_default = {
1471
1471
  "@radix-ui/react-slot": "^1.1.1",
1472
1472
  "@radix-ui/react-tabs": "^1.1.2",
1473
1473
  "@resvg/resvg-wasm": "^2.6.2",
1474
- "@tscircuit/3d-viewer": "^0.0.409",
1474
+ "@tscircuit/3d-viewer": "^0.0.410",
1475
1475
  "@tscircuit/assembly-viewer": "^0.0.5",
1476
1476
  "@tscircuit/checks": "^0.0.78",
1477
1477
  "@tscircuit/create-snippet-url": "^0.0.9",
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-PSUKSTIT.js";
11
+ } from "./chunk-OZQCWRGY.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  useRunFrameStore,
33
33
  useRunnerStore,
34
34
  useStyles
35
- } from "./chunk-PSUKSTIT.js";
35
+ } from "./chunk-OZQCWRGY.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";