@tscircuit/cli 0.1.617 → 0.1.618
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/main.js +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -72479,7 +72479,7 @@ var package_default = {
|
|
|
72479
72479
|
"bun-match-svg": "^0.0.12",
|
|
72480
72480
|
chokidar: "4.0.1",
|
|
72481
72481
|
"circuit-json": "0.0.325",
|
|
72482
|
-
"circuit-json-to-gltf": "^0.0.
|
|
72482
|
+
"circuit-json-to-gltf": "^0.0.56",
|
|
72483
72483
|
"circuit-json-to-kicad": "^0.0.3",
|
|
72484
72484
|
"circuit-json-to-readable-netlist": "^0.0.13",
|
|
72485
72485
|
"circuit-json-to-spice": "^0.0.10",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.618",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@babel/standalone": "^7.26.9",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"bun-match-svg": "^0.0.12",
|
|
24
24
|
"chokidar": "4.0.1",
|
|
25
25
|
"circuit-json": "0.0.325",
|
|
26
|
-
"circuit-json-to-gltf": "^0.0.
|
|
26
|
+
"circuit-json-to-gltf": "^0.0.56",
|
|
27
27
|
"circuit-json-to-kicad": "^0.0.3",
|
|
28
28
|
"circuit-json-to-readable-netlist": "^0.0.13",
|
|
29
29
|
"circuit-json-to-spice": "^0.0.10",
|