@tscircuit/cli 0.1.600 → 0.1.601
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 +3 -3
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -72461,7 +72461,7 @@ var package_default = {
|
|
|
72461
72461
|
devDependencies: {
|
|
72462
72462
|
"@babel/standalone": "^7.26.9",
|
|
72463
72463
|
"@biomejs/biome": "^1.9.4",
|
|
72464
|
-
"@tscircuit/circuit-json-util": "0.0.
|
|
72464
|
+
"@tscircuit/circuit-json-util": "0.0.72",
|
|
72465
72465
|
"@tscircuit/fake-snippets": "^0.0.128",
|
|
72466
72466
|
"@tscircuit/file-server": "^0.0.32",
|
|
72467
72467
|
"@tscircuit/math-utils": "0.0.29",
|
|
@@ -72478,7 +72478,7 @@ var package_default = {
|
|
|
72478
72478
|
"@types/semver": "^7.5.8",
|
|
72479
72479
|
"bun-match-svg": "^0.0.12",
|
|
72480
72480
|
chokidar: "4.0.1",
|
|
72481
|
-
"circuit-json": "
|
|
72481
|
+
"circuit-json": "0.0.325",
|
|
72482
72482
|
"circuit-json-to-gltf": "^0.0.14",
|
|
72483
72483
|
"circuit-json-to-kicad": "^0.0.3",
|
|
72484
72484
|
"circuit-json-to-readable-netlist": "^0.0.13",
|
|
@@ -72514,7 +72514,7 @@ var package_default = {
|
|
|
72514
72514
|
semver: "^7.6.3",
|
|
72515
72515
|
sharp: "0.32.6",
|
|
72516
72516
|
tempy: "^3.1.0",
|
|
72517
|
-
tscircuit: "^0.0.
|
|
72517
|
+
tscircuit: "^0.0.1008-libonly",
|
|
72518
72518
|
tsx: "^4.7.1",
|
|
72519
72519
|
"typed-ky": "^0.0.4",
|
|
72520
72520
|
zod: "^3.23.8"
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.601",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@babel/standalone": "^7.26.9",
|
|
7
7
|
"@biomejs/biome": "^1.9.4",
|
|
8
|
-
"@tscircuit/circuit-json-util": "0.0.
|
|
8
|
+
"@tscircuit/circuit-json-util": "0.0.72",
|
|
9
9
|
"@tscircuit/fake-snippets": "^0.0.128",
|
|
10
10
|
"@tscircuit/file-server": "^0.0.32",
|
|
11
11
|
"@tscircuit/math-utils": "0.0.29",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@types/semver": "^7.5.8",
|
|
23
23
|
"bun-match-svg": "^0.0.12",
|
|
24
24
|
"chokidar": "4.0.1",
|
|
25
|
-
"circuit-json": "
|
|
25
|
+
"circuit-json": "0.0.325",
|
|
26
26
|
"circuit-json-to-gltf": "^0.0.14",
|
|
27
27
|
"circuit-json-to-kicad": "^0.0.3",
|
|
28
28
|
"circuit-json-to-readable-netlist": "^0.0.13",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"semver": "^7.6.3",
|
|
59
59
|
"sharp": "0.32.6",
|
|
60
60
|
"tempy": "^3.1.0",
|
|
61
|
-
"tscircuit": "^0.0.
|
|
61
|
+
"tscircuit": "^0.0.1008-libonly",
|
|
62
62
|
"tsx": "^4.7.1",
|
|
63
63
|
"typed-ky": "^0.0.4",
|
|
64
64
|
"zod": "^3.23.8"
|