@tscircuit/runframe 0.0.1242 → 0.0.1244
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-MI5DK7DE.js → chunk-LZNGHYV2.js} +3 -3
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +620 -620
- package/dist/standalone.min.js +635 -635
- package/package.json +3 -3
|
@@ -1545,7 +1545,7 @@ var useErrorTelemetry = ({
|
|
|
1545
1545
|
};
|
|
1546
1546
|
|
|
1547
1547
|
// package.json
|
|
1548
|
-
var version = "0.0.
|
|
1548
|
+
var version = "0.0.1242";
|
|
1549
1549
|
var package_default = {
|
|
1550
1550
|
name: "@tscircuit/runframe",
|
|
1551
1551
|
main: "dist/preview.js",
|
|
@@ -1596,7 +1596,7 @@ var package_default = {
|
|
|
1596
1596
|
"@tscircuit/assembly-viewer": "^0.0.5",
|
|
1597
1597
|
"@tscircuit/checks": "^0.0.78",
|
|
1598
1598
|
"@tscircuit/create-snippet-url": "^0.0.9",
|
|
1599
|
-
"@tscircuit/eval": "^0.0.
|
|
1599
|
+
"@tscircuit/eval": "^0.0.466",
|
|
1600
1600
|
"@tscircuit/fake-snippets": "^0.0.122",
|
|
1601
1601
|
"@tscircuit/file-server": "^0.0.32",
|
|
1602
1602
|
"@tscircuit/footprinter": "^0.0.236",
|
|
@@ -1617,7 +1617,7 @@ var package_default = {
|
|
|
1617
1617
|
"circuit-json-to-bom-csv": "^0.0.8",
|
|
1618
1618
|
"circuit-json-to-gerber": "^0.0.37",
|
|
1619
1619
|
"circuit-json-to-gltf": "^0.0.7",
|
|
1620
|
-
"circuit-json-to-kicad": "^0.0.
|
|
1620
|
+
"circuit-json-to-kicad": "^0.0.25",
|
|
1621
1621
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
1622
1622
|
"circuit-json-to-step": "^0.0.2",
|
|
1623
1623
|
"circuit-to-svg": "^0.0.205",
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED