@tscircuit/runframe 0.0.1221 → 0.0.1223

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.
@@ -672,7 +672,7 @@ ${firstError.stack}`;
672
672
  ${softwareUsedString}`;
673
673
  if (firstError.stack) errorDetails += `
674
674
  ${firstError.stack}`;
675
- let body = `[Package code to reproduce](${packageUrl})
675
+ let body = `[Package code to reproduce](${packageUrl()})
676
676
 
677
677
  ### Error
678
678
  \`\`\`
@@ -681,7 +681,7 @@ ${errorDetails}
681
681
  `;
682
682
  if (body.length > 35e3) {
683
683
  const truncatedMessage = firstError.message.length > 500 ? `${firstError.message.slice(0, 500)}...` : firstError.message;
684
- body = `[Package code to reproduce](${packageUrl})
684
+ body = `[Package code to reproduce](${packageUrl()})
685
685
 
686
686
  ### Error
687
687
  \`\`\`
@@ -1501,7 +1501,7 @@ var useErrorTelemetry = ({
1501
1501
  };
1502
1502
 
1503
1503
  // package.json
1504
- var version = "0.0.1220";
1504
+ var version = "0.0.1222";
1505
1505
  var package_default = {
1506
1506
  name: "@tscircuit/runframe",
1507
1507
  main: "dist/preview.js",
@@ -1571,7 +1571,7 @@ var package_default = {
1571
1571
  "chokidar-cli": "^3.0.0",
1572
1572
  "circuit-json": "0.0.279",
1573
1573
  "circuit-json-to-bom-csv": "^0.0.8",
1574
- "circuit-json-to-gerber": "^0.0.35",
1574
+ "circuit-json-to-gerber": "^0.0.37",
1575
1575
  "circuit-json-to-gltf": "^0.0.7",
1576
1576
  "circuit-json-to-kicad": "^0.0.22",
1577
1577
  "circuit-json-to-pnp-csv": "^0.0.7",
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-MR3TGDWM.js";
11
+ } from "./chunk-VIQ4RDLJ.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-MR3TGDWM.js";
35
+ } from "./chunk-VIQ4RDLJ.js";
36
36
 
37
37
  // lib/components/RunFrame/RunFrame.tsx
38
38
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";