@tscircuit/cli 0.1.1642 → 0.1.1644
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/build/build.worker.js +3 -3
- package/dist/cli/main.js +38769 -15715
- package/dist/lib/index.js +11 -9
- package/package.json +11 -9
package/dist/lib/index.js
CHANGED
|
@@ -65811,7 +65811,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
|
|
|
65811
65811
|
}));
|
|
65812
65812
|
};
|
|
65813
65813
|
// package.json
|
|
65814
|
-
var version = "0.1.
|
|
65814
|
+
var version = "0.1.1643";
|
|
65815
65815
|
var package_default = {
|
|
65816
65816
|
name: "@tscircuit/cli",
|
|
65817
65817
|
version,
|
|
@@ -65823,11 +65823,11 @@ var package_default = {
|
|
|
65823
65823
|
devDependencies: {
|
|
65824
65824
|
"@babel/standalone": "^7.26.9",
|
|
65825
65825
|
"@biomejs/biome": "^1.9.4",
|
|
65826
|
-
"@tscircuit/check-shorts": "https://jscdn.tscircuit.com/@tscircuit/check-shorts/0.0.
|
|
65826
|
+
"@tscircuit/check-shorts": "https://jscdn.tscircuit.com/@tscircuit/check-shorts/0.0.10.tgz",
|
|
65827
65827
|
"@tscircuit/circuit-json-placement-analysis": "^0.0.6",
|
|
65828
|
-
"@tscircuit/circuit-json-routing-analysis": "^0.0.
|
|
65828
|
+
"@tscircuit/circuit-json-routing-analysis": "^0.0.6",
|
|
65829
65829
|
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#b6d5fe675adc26a2fc988aa081e6fb51e6bf696a",
|
|
65830
|
-
"@tscircuit/eval": "^0.0.
|
|
65830
|
+
"@tscircuit/eval": "^0.0.992",
|
|
65831
65831
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
65832
65832
|
"@tscircuit/file-server": "^0.0.32",
|
|
65833
65833
|
"@tscircuit/image-utils": "^0.0.8",
|
|
@@ -65847,16 +65847,16 @@ var package_default = {
|
|
|
65847
65847
|
"@types/semver": "^7.5.8",
|
|
65848
65848
|
"bun-match-svg": "^0.0.12",
|
|
65849
65849
|
chokidar: "4.0.1",
|
|
65850
|
-
"circuit-json": "^0.0.
|
|
65850
|
+
"circuit-json": "^0.0.446",
|
|
65851
65851
|
"circuit-json-to-3d-png": "^0.0.6",
|
|
65852
65852
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
65853
65853
|
"circuit-json-to-connectivity-map": "^0.0.25",
|
|
65854
|
-
"circuit-json-to-gerber": "^0.0.
|
|
65854
|
+
"circuit-json-to-gerber": "^0.0.83",
|
|
65855
65855
|
"circuit-json-to-kicad": "0.0.157",
|
|
65856
65856
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
65857
65857
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
65858
65858
|
"circuit-json-to-spice": "^0.0.40",
|
|
65859
|
-
"circuit-json-to-step": "^0.0.
|
|
65859
|
+
"circuit-json-to-step": "^0.0.38",
|
|
65860
65860
|
"circuit-json-to-tscircuit": "^0.0.40",
|
|
65861
65861
|
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
65862
65862
|
"circuit-to-canvas": "^0.0.111",
|
|
@@ -65876,7 +65876,7 @@ var package_default = {
|
|
|
65876
65876
|
jsonwebtoken: "^9.0.2",
|
|
65877
65877
|
jszip: "^3.10.1",
|
|
65878
65878
|
"jwt-decode": "^4.0.0",
|
|
65879
|
-
"kicad-to-circuit-json": "^0.0.
|
|
65879
|
+
"kicad-to-circuit-json": "^0.0.112",
|
|
65880
65880
|
kicadts: "^0.0.47",
|
|
65881
65881
|
kleur: "^4.1.5",
|
|
65882
65882
|
ky: "^1.7.4",
|
|
@@ -65884,18 +65884,20 @@ var package_default = {
|
|
|
65884
65884
|
md5: "^2.3.0",
|
|
65885
65885
|
"perfect-cli": "^1.0.21",
|
|
65886
65886
|
playwright: "^1.57.0",
|
|
65887
|
+
"polygon-clipping": "^0.15.7",
|
|
65887
65888
|
poppygl: "^0.0.24",
|
|
65888
65889
|
prompts: "^2.4.2",
|
|
65889
65890
|
redaxios: "^0.5.1",
|
|
65890
65891
|
semver: "^7.6.3",
|
|
65891
65892
|
stepts: "^0.0.3",
|
|
65892
65893
|
tempy: "^3.1.0",
|
|
65893
|
-
tscircuit: "0.0.
|
|
65894
|
+
tscircuit: "0.0.2046-libonly",
|
|
65894
65895
|
tsx: "^4.7.1",
|
|
65895
65896
|
"typed-ky": "^0.0.4",
|
|
65896
65897
|
zod: "^3.23.8"
|
|
65897
65898
|
},
|
|
65898
65899
|
peerDependencies: {
|
|
65900
|
+
"circuit-json": "^0.0.446",
|
|
65899
65901
|
tscircuit: "*"
|
|
65900
65902
|
},
|
|
65901
65903
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1644",
|
|
4
4
|
"main": "dist/cli/main.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/cli/main.js",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@babel/standalone": "^7.26.9",
|
|
11
11
|
"@biomejs/biome": "^1.9.4",
|
|
12
|
-
"@tscircuit/check-shorts": "https://jscdn.tscircuit.com/@tscircuit/check-shorts/0.0.
|
|
12
|
+
"@tscircuit/check-shorts": "https://jscdn.tscircuit.com/@tscircuit/check-shorts/0.0.10.tgz",
|
|
13
13
|
"@tscircuit/circuit-json-placement-analysis": "^0.0.6",
|
|
14
|
-
"@tscircuit/circuit-json-routing-analysis": "^0.0.
|
|
14
|
+
"@tscircuit/circuit-json-routing-analysis": "^0.0.6",
|
|
15
15
|
"@tscircuit/circuit-json-schematic-placement-analysis": "github:tscircuit/circuit-json-schematic-placement-analysis#b6d5fe675adc26a2fc988aa081e6fb51e6bf696a",
|
|
16
|
-
"@tscircuit/eval": "^0.0.
|
|
16
|
+
"@tscircuit/eval": "^0.0.992",
|
|
17
17
|
"@tscircuit/fake-snippets": "^0.0.182",
|
|
18
18
|
"@tscircuit/file-server": "^0.0.32",
|
|
19
19
|
"@tscircuit/image-utils": "^0.0.8",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"@types/semver": "^7.5.8",
|
|
34
34
|
"bun-match-svg": "^0.0.12",
|
|
35
35
|
"chokidar": "4.0.1",
|
|
36
|
-
"circuit-json": "^0.0.
|
|
36
|
+
"circuit-json": "^0.0.446",
|
|
37
37
|
"circuit-json-to-3d-png": "^0.0.6",
|
|
38
38
|
"circuit-json-to-bom-csv": "^0.0.7",
|
|
39
39
|
"circuit-json-to-connectivity-map": "^0.0.25",
|
|
40
|
-
"circuit-json-to-gerber": "^0.0.
|
|
40
|
+
"circuit-json-to-gerber": "^0.0.83",
|
|
41
41
|
"circuit-json-to-kicad": "0.0.157",
|
|
42
42
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
43
43
|
"circuit-json-to-readable-netlist": "^0.0.15",
|
|
44
44
|
"circuit-json-to-spice": "^0.0.40",
|
|
45
|
-
"circuit-json-to-step": "^0.0.
|
|
45
|
+
"circuit-json-to-step": "^0.0.38",
|
|
46
46
|
"circuit-json-to-tscircuit": "^0.0.40",
|
|
47
47
|
"circuit-json-trace-length-analysis": "github:tscircuit/circuit-json-trace-length-analysis#2b44792a40df0ca83b6bfb6ac95ed5e35e7168b8",
|
|
48
48
|
"circuit-to-canvas": "^0.0.111",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"jsonwebtoken": "^9.0.2",
|
|
63
63
|
"jszip": "^3.10.1",
|
|
64
64
|
"jwt-decode": "^4.0.0",
|
|
65
|
-
"kicad-to-circuit-json": "^0.0.
|
|
65
|
+
"kicad-to-circuit-json": "^0.0.112",
|
|
66
66
|
"kicadts": "^0.0.47",
|
|
67
67
|
"kleur": "^4.1.5",
|
|
68
68
|
"ky": "^1.7.4",
|
|
@@ -70,18 +70,20 @@
|
|
|
70
70
|
"md5": "^2.3.0",
|
|
71
71
|
"perfect-cli": "^1.0.21",
|
|
72
72
|
"playwright": "^1.57.0",
|
|
73
|
+
"polygon-clipping": "^0.15.7",
|
|
73
74
|
"poppygl": "^0.0.24",
|
|
74
75
|
"prompts": "^2.4.2",
|
|
75
76
|
"redaxios": "^0.5.1",
|
|
76
77
|
"semver": "^7.6.3",
|
|
77
78
|
"stepts": "^0.0.3",
|
|
78
79
|
"tempy": "^3.1.0",
|
|
79
|
-
"tscircuit": "0.0.
|
|
80
|
+
"tscircuit": "0.0.2046-libonly",
|
|
80
81
|
"tsx": "^4.7.1",
|
|
81
82
|
"typed-ky": "^0.0.4",
|
|
82
83
|
"zod": "^3.23.8"
|
|
83
84
|
},
|
|
84
85
|
"peerDependencies": {
|
|
86
|
+
"circuit-json": "^0.0.446",
|
|
85
87
|
"tscircuit": "*"
|
|
86
88
|
},
|
|
87
89
|
"bin": {
|