@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.
- package/dist/{chunk-MR3TGDWM.js → chunk-VIQ4RDLJ.js} +4 -4
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +178 -178
- package/dist/standalone.min.js +178 -178
- package/package.json +2 -2
|
@@ -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.
|
|
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.
|
|
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
package/dist/runner.js
CHANGED