@tscircuit/cli 0.1.1209 → 0.1.1211
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/cli/main.js +1450 -56
- package/dist/lib/index.js +8 -7
- package/package.json +8 -7
package/dist/lib/index.js
CHANGED
|
@@ -60678,7 +60678,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
60678
60678
|
}));
|
|
60679
60679
|
};
|
|
60680
60680
|
// package.json
|
|
60681
|
-
var version = "0.1.
|
|
60681
|
+
var version = "0.1.1209";
|
|
60682
60682
|
var package_default = {
|
|
60683
60683
|
name: "@tscircuit/cli",
|
|
60684
60684
|
version,
|
|
@@ -60690,7 +60690,7 @@ var package_default = {
|
|
|
60690
60690
|
devDependencies: {
|
|
60691
60691
|
"@babel/standalone": "^7.26.9",
|
|
60692
60692
|
"@biomejs/biome": "^1.9.4",
|
|
60693
|
-
"@tscircuit/circuit-json-placement-analysis": "^0.0.
|
|
60693
|
+
"@tscircuit/circuit-json-placement-analysis": "^0.0.6",
|
|
60694
60694
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.1",
|
|
60695
60695
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
60696
60696
|
"@tscircuit/file-server": "^0.0.32",
|
|
@@ -60710,13 +60710,15 @@ var package_default = {
|
|
|
60710
60710
|
"bun-match-svg": "^0.0.12",
|
|
60711
60711
|
chokidar: "4.0.1",
|
|
60712
60712
|
"circuit-json": "^0.0.403",
|
|
60713
|
-
"circuit-json-to-gerber": "^0.0.48",
|
|
60714
60713
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
60715
|
-
"circuit-json-to-
|
|
60714
|
+
"circuit-json-to-gerber": "^0.0.48",
|
|
60716
60715
|
"circuit-json-to-kicad": "^0.0.96",
|
|
60716
|
+
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
60717
60717
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
60718
60718
|
"circuit-json-to-spice": "^0.0.10",
|
|
60719
|
+
"circuit-json-to-step": "^0.0.20",
|
|
60719
60720
|
"circuit-json-to-tscircuit": "^0.0.9",
|
|
60721
|
+
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
60720
60722
|
commander: "^14.0.0",
|
|
60721
60723
|
conf: "^13.1.0",
|
|
60722
60724
|
configstore: "^7.0.0",
|
|
@@ -60744,13 +60746,12 @@ var package_default = {
|
|
|
60744
60746
|
prompts: "^2.4.2",
|
|
60745
60747
|
redaxios: "^0.5.1",
|
|
60746
60748
|
semver: "^7.6.3",
|
|
60749
|
+
stepts: "^0.0.3",
|
|
60747
60750
|
tempy: "^3.1.0",
|
|
60748
60751
|
tscircuit: "0.0.1590-libonly",
|
|
60749
60752
|
tsx: "^4.7.1",
|
|
60750
60753
|
"typed-ky": "^0.0.4",
|
|
60751
|
-
zod: "^3.23.8"
|
|
60752
|
-
"circuit-json-to-step": "^0.0.20",
|
|
60753
|
-
stepts: "^0.0.3"
|
|
60754
|
+
zod: "^3.23.8"
|
|
60754
60755
|
},
|
|
60755
60756
|
peerDependencies: {
|
|
60756
60757
|
tscircuit: "*"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1211",
|
|
4
4
|
"main": "dist/cli/main.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/cli/main.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@babel/standalone": "^7.26.9",
|
|
11
11
|
"@biomejs/biome": "^1.9.4",
|
|
12
|
-
"@tscircuit/circuit-json-placement-analysis": "^0.0.
|
|
12
|
+
"@tscircuit/circuit-json-placement-analysis": "^0.0.6",
|
|
13
13
|
"@tscircuit/circuit-json-routing-analysis": "^0.0.1",
|
|
14
14
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
15
15
|
"@tscircuit/file-server": "^0.0.32",
|
|
@@ -29,13 +29,15 @@
|
|
|
29
29
|
"bun-match-svg": "^0.0.12",
|
|
30
30
|
"chokidar": "4.0.1",
|
|
31
31
|
"circuit-json": "^0.0.403",
|
|
32
|
-
"circuit-json-to-gerber": "^0.0.48",
|
|
33
32
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
34
|
-
"circuit-json-to-
|
|
33
|
+
"circuit-json-to-gerber": "^0.0.48",
|
|
35
34
|
"circuit-json-to-kicad": "^0.0.96",
|
|
35
|
+
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
36
36
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
37
37
|
"circuit-json-to-spice": "^0.0.10",
|
|
38
|
+
"circuit-json-to-step": "^0.0.20",
|
|
38
39
|
"circuit-json-to-tscircuit": "^0.0.9",
|
|
40
|
+
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
39
41
|
"commander": "^14.0.0",
|
|
40
42
|
"conf": "^13.1.0",
|
|
41
43
|
"configstore": "^7.0.0",
|
|
@@ -63,13 +65,12 @@
|
|
|
63
65
|
"prompts": "^2.4.2",
|
|
64
66
|
"redaxios": "^0.5.1",
|
|
65
67
|
"semver": "^7.6.3",
|
|
68
|
+
"stepts": "^0.0.3",
|
|
66
69
|
"tempy": "^3.1.0",
|
|
67
70
|
"tscircuit": "0.0.1590-libonly",
|
|
68
71
|
"tsx": "^4.7.1",
|
|
69
72
|
"typed-ky": "^0.0.4",
|
|
70
|
-
"zod": "^3.23.8"
|
|
71
|
-
"circuit-json-to-step": "^0.0.20",
|
|
72
|
-
"stepts": "^0.0.3"
|
|
73
|
+
"zod": "^3.23.8"
|
|
73
74
|
},
|
|
74
75
|
"peerDependencies": {
|
|
75
76
|
"tscircuit": "*"
|