@tscircuit/runframe 0.0.2464 → 0.0.2466

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.2463";
2186
+ var version = "0.0.2465";
2187
2187
  var package_default = {
2188
2188
  name: "@tscircuit/runframe",
2189
2189
  main: "dist/preview.js",
@@ -2232,7 +2232,7 @@ var package_default = {
2232
2232
  "@radix-ui/react-tooltip": "^1.2.8",
2233
2233
  "@react-hook/resize-observer": "^2.0.2",
2234
2234
  "@resvg/resvg-wasm": "^2.6.2",
2235
- "@tscircuit/3d-viewer": "^0.0.592",
2235
+ "@tscircuit/3d-viewer": "^0.0.593",
2236
2236
  "@tscircuit/assembly-viewer": "^0.0.6",
2237
2237
  "@tscircuit/create-snippet-url": "^0.0.9",
2238
2238
  "@tscircuit/fake-snippets": "^0.0.163",
@@ -2300,7 +2300,7 @@ var package_default = {
2300
2300
  yargs: "^17.7.2"
2301
2301
  },
2302
2302
  dependencies: {
2303
- "@tscircuit/eval": "^0.0.1199",
2303
+ "@tscircuit/eval": "^0.0.1200",
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-SUYZZV3F.js";
11
+ } from "./chunk-QNAVCODU.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-SUYZZV3F.js";
43
+ } from "./chunk-QNAVCODU.js";
44
44
 
45
45
  // lib/components/RunFrame/RunFrame.tsx
46
46
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";