@tscircuit/cli 0.0.95 → 0.0.96
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.96",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Command line tool for developing, publishing and installing tscircuit circuits",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "bun build:dev-server && npm run build:cli",
|
|
19
19
|
"dev-with-test-project": "bun cli.ts dev --cwd ./tests/assets/example-project",
|
|
20
20
|
"test:init": "bun cli.ts init --dir ./tmp/test --name test",
|
|
21
|
-
"update-deps": "
|
|
21
|
+
"update-deps": "bun add @tscircuit/builder@latest @tscircuit/react-fiber@latest && cd dev-server-frontend && bun run update-deps && cd ../tests/assets/example-project && bun add @tscircuit/builder@latest @tscircuit/react-fiber@latest @tscircuit/layout@latest"
|
|
22
22
|
},
|
|
23
23
|
"bin": {
|
|
24
24
|
"tsci": "./dist/cli.js"
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@edge-runtime/primitives": "^4.1.0",
|
|
37
37
|
"@hono/node-server": "^1.8.2",
|
|
38
|
-
"@tscircuit/builder": "^1.5.
|
|
39
|
-
"@tscircuit/react-fiber": "^1.1.
|
|
38
|
+
"@tscircuit/builder": "^1.5.116",
|
|
39
|
+
"@tscircuit/react-fiber": "^1.1.27",
|
|
40
40
|
"@tscircuit/soup-util": "^0.0.1",
|
|
41
41
|
"archiver": "^7.0.1",
|
|
42
42
|
"axios": "^1.6.7",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"name": "example-project",
|
|
9
9
|
"version": "1.2.26",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@tscircuit/builder": "^1.5.
|
|
12
|
-
"@tscircuit/layout": "^0.0.
|
|
13
|
-
"@tscircuit/react-fiber": "^1.1.
|
|
11
|
+
"@tscircuit/builder": "^1.5.116",
|
|
12
|
+
"@tscircuit/layout": "^0.0.17",
|
|
13
|
+
"@tscircuit/react-fiber": "^1.1.27"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"node_modules/@babel/runtime": {
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"integrity": "sha512-iB+oaYyaVK1hQ0cODubnoSDg4gGYL9cp/4ad7G1b9Z0/IqehPztp5qE3KP2mV9Ns0UYmzwvtkEhTCmKUuhorbg=="
|
|
31
31
|
},
|
|
32
32
|
"node_modules/@tscircuit/builder": {
|
|
33
|
-
"version": "1.5.
|
|
34
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/builder/-/builder-1.5.
|
|
35
|
-
"integrity": "sha512-
|
|
33
|
+
"version": "1.5.116",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/builder/-/builder-1.5.116.tgz",
|
|
35
|
+
"integrity": "sha512-e5PrJuLHtNfoTrbeUautXE4135F9YQK/re4iantvRGzMfAhKDJHAeolP8+0HABgHt91kkVM0PpFpy3BSYha86Q==",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@lume/kiwi": "^0.1.0",
|
|
38
|
-
"@tscircuit/
|
|
39
|
-
"@tscircuit/layout": "^0.0.
|
|
38
|
+
"@tscircuit/footprinter": "^0.0.43",
|
|
39
|
+
"@tscircuit/layout": "^0.0.17",
|
|
40
|
+
"@tscircuit/props": "^0.0.11",
|
|
40
41
|
"@tscircuit/routing": "^1.3.1",
|
|
41
42
|
"@tscircuit/schematic-autolayout": "^0.0.5",
|
|
42
|
-
"@tscircuit/soup": "^0.0.
|
|
43
|
-
"@tscircuit/soup-util": "^0.0.
|
|
44
|
-
"@tscircuit/sparkfun-packages": "^1.2.1",
|
|
43
|
+
"@tscircuit/soup": "^0.0.32",
|
|
44
|
+
"@tscircuit/soup-util": "^0.0.11",
|
|
45
45
|
"convert-units": "^2.3.4",
|
|
46
46
|
"fast-json-stable-stringify": "^2.1.0",
|
|
47
47
|
"format-si-prefix": "^0.3.2",
|
|
@@ -51,32 +51,39 @@
|
|
|
51
51
|
"transformation-matrix": "^2.12.0"
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"node_modules/@tscircuit/builder/node_modules/@tscircuit/
|
|
55
|
-
"version": "0.0.
|
|
56
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/
|
|
57
|
-
"integrity": "sha512-
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"transformation-matrix": "^2.16.1"
|
|
60
|
-
},
|
|
54
|
+
"node_modules/@tscircuit/builder/node_modules/@tscircuit/props": {
|
|
55
|
+
"version": "0.0.11",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.11.tgz",
|
|
57
|
+
"integrity": "sha512-7gQ9A4Oo3XytIJfOcoLXCEsvw8udaf8JWWLQRF8RBiG5otAkomL16NNg1w+WqPPkSdpHi5WP+CSjm5fOXAWBEw==",
|
|
61
58
|
"peerDependencies": {
|
|
59
|
+
"@tscircuit/layout": "*",
|
|
60
|
+
"@tscircuit/soup": "*",
|
|
61
|
+
"react": "*",
|
|
62
62
|
"zod": "*"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"node_modules/@tscircuit/
|
|
66
|
-
"version": "0.0.
|
|
67
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/
|
|
68
|
-
"integrity": "sha512-
|
|
69
|
-
"dependencies": {
|
|
70
|
-
"@tscircuit/mm": "^0.0.4"
|
|
71
|
-
},
|
|
65
|
+
"node_modules/@tscircuit/builder/node_modules/@tscircuit/soup-util": {
|
|
66
|
+
"version": "0.0.11",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.11.tgz",
|
|
68
|
+
"integrity": "sha512-fNL84qhAglj6KSdYXVafmDOByRMIHAnyzDgpRmzYrkCUbv3AvJgH1HqO8j9p3pqe/Oc+Csbm14Lhgl+SrxCgYg==",
|
|
72
69
|
"peerDependencies": {
|
|
73
|
-
"
|
|
70
|
+
"@tscircuit/soup": "*",
|
|
71
|
+
"zod": "*"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"node_modules/@tscircuit/footprinter": {
|
|
75
|
+
"version": "0.0.43",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/footprinter/-/footprinter-0.0.43.tgz",
|
|
77
|
+
"integrity": "sha512-L5Z6XmvcC09iT5+SZc7rQ4rNYfLjWD5j4VB7/ymSiz0Gh17DoNx5FnWKL57BNWxRHLNe+6OPBlWnPBzlzHSEOQ==",
|
|
78
|
+
"dependencies": {
|
|
79
|
+
"@tscircuit/mm": "^0.0.7",
|
|
80
|
+
"zod": "^3.23.8"
|
|
74
81
|
}
|
|
75
82
|
},
|
|
76
83
|
"node_modules/@tscircuit/layout": {
|
|
77
|
-
"version": "0.0.
|
|
78
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/layout/-/layout-0.0.
|
|
79
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "0.0.17",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/layout/-/layout-0.0.17.tgz",
|
|
86
|
+
"integrity": "sha512-B3t9DC4QGSl0no/N1X1x+/6Q2a7SWaExFHUk/v0qKSZCKMhWsdNslpvccxZrCudg/3VM6ohEDIilqgo0i+Ceqw==",
|
|
80
87
|
"dependencies": {
|
|
81
88
|
"@tscircuit/soup": "^0.0.4",
|
|
82
89
|
"@tscircuit/soup-util": "^0.0.10",
|
|
@@ -96,9 +103,9 @@
|
|
|
96
103
|
}
|
|
97
104
|
},
|
|
98
105
|
"node_modules/@tscircuit/mm": {
|
|
99
|
-
"version": "0.0.
|
|
100
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/mm/-/mm-0.0.
|
|
101
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "0.0.7",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/mm/-/mm-0.0.7.tgz",
|
|
108
|
+
"integrity": "sha512-5lZjeOsrkQDnMd4OEuXQYC8k+zuWCbX9Ruq69JhcvLu18FUen3pPjBxmFyF2DGZYxaTrKUpUdZvoTr49TISN2g==",
|
|
102
109
|
"dependencies": {
|
|
103
110
|
"convert-units": "^2.3.4"
|
|
104
111
|
},
|
|
@@ -106,10 +113,22 @@
|
|
|
106
113
|
"typescript": "^5.0.0"
|
|
107
114
|
}
|
|
108
115
|
},
|
|
116
|
+
"node_modules/@tscircuit/props": {
|
|
117
|
+
"version": "0.0.13",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/props/-/props-0.0.13.tgz",
|
|
119
|
+
"integrity": "sha512-mMEBrWkK2BFoC3OAEgQZxjf/jOEL9+67xK7sOY7rnrLEiOspF7f+ZyY/hCmBvSgOsoW5v46MWxNuxjMh4ajizw==",
|
|
120
|
+
"peer": true,
|
|
121
|
+
"peerDependencies": {
|
|
122
|
+
"@tscircuit/layout": "*",
|
|
123
|
+
"@tscircuit/soup": "*",
|
|
124
|
+
"react": "*",
|
|
125
|
+
"zod": "*"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
109
128
|
"node_modules/@tscircuit/react-fiber": {
|
|
110
|
-
"version": "1.1.
|
|
111
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/react-fiber/-/react-fiber-1.1.
|
|
112
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "1.1.27",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/react-fiber/-/react-fiber-1.1.27.tgz",
|
|
131
|
+
"integrity": "sha512-PVc3m/TFIfpcfcPaHoGiyyTVkiMxFdAXV21iUrU5wgvLKycSXklkvNnqDk9p/gUzX7m7r+00a9sWlZa/K0NWWw==",
|
|
113
132
|
"dependencies": {
|
|
114
133
|
"@tscircuit/soup": "^0.0.8",
|
|
115
134
|
"react-reconciler": "^0.29.0",
|
|
@@ -117,6 +136,7 @@
|
|
|
117
136
|
},
|
|
118
137
|
"peerDependencies": {
|
|
119
138
|
"@tscircuit/builder": "*",
|
|
139
|
+
"@tscircuit/props": "*",
|
|
120
140
|
"react": "*"
|
|
121
141
|
}
|
|
122
142
|
},
|
|
@@ -151,9 +171,9 @@
|
|
|
151
171
|
}
|
|
152
172
|
},
|
|
153
173
|
"node_modules/@tscircuit/soup": {
|
|
154
|
-
"version": "0.0.
|
|
155
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/soup/-/soup-0.0.
|
|
156
|
-
"integrity": "sha512-
|
|
174
|
+
"version": "0.0.32",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/@tscircuit/soup/-/soup-0.0.32.tgz",
|
|
176
|
+
"integrity": "sha512-h/ZIVAGP86oQ/zRbdWgYLd3uwIUWWGFQzBU+GaoXboyla5RkD1GZDGGF8HxAyvQtMP+tlgBBP/cuQ3admJet5Q==",
|
|
157
177
|
"dependencies": {
|
|
158
178
|
"convert-units": "^2.3.4",
|
|
159
179
|
"zod": "^3.23.6"
|
|
@@ -179,24 +199,11 @@
|
|
|
179
199
|
"zod": "^3.23.6"
|
|
180
200
|
}
|
|
181
201
|
},
|
|
182
|
-
"node_modules/@tscircuit/sparkfun-packages": {
|
|
183
|
-
"version": "1.2.1",
|
|
184
|
-
"resolved": "https://registry.npmjs.org/@tscircuit/sparkfun-packages/-/sparkfun-packages-1.2.1.tgz",
|
|
185
|
-
"integrity": "sha512-2HzmmHydo5vgoKmNBAHd6RD93LaIMXRSt6t//1zx19/ZwrOA43qVOvb7cCTA82GHib1bSxoL7bqgii9sYudCHw==",
|
|
186
|
-
"dependencies": {
|
|
187
|
-
"change-case": "^5.4.3"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
202
|
"node_modules/abs-svg-path": {
|
|
191
203
|
"version": "0.1.1",
|
|
192
204
|
"resolved": "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz",
|
|
193
205
|
"integrity": "sha512-d8XPSGjfyzlXC3Xx891DJRyZfqk5JU0BJrDQcsWomFIV1/BIzPW5HDH5iDdWpqWaav0YVIEzT1RHTwWr0FFshA=="
|
|
194
206
|
},
|
|
195
|
-
"node_modules/change-case": {
|
|
196
|
-
"version": "5.4.4",
|
|
197
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
198
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w=="
|
|
199
|
-
},
|
|
200
207
|
"node_modules/convert-units": {
|
|
201
208
|
"version": "2.3.4",
|
|
202
209
|
"resolved": "https://registry.npmjs.org/convert-units/-/convert-units-2.3.4.tgz",
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@tscircuit/builder": "^1.5.
|
|
8
|
-
"@tscircuit/layout": "^0.0.
|
|
9
|
-
"@tscircuit/react-fiber": "^1.1.
|
|
7
|
+
"@tscircuit/builder": "^1.5.116",
|
|
8
|
+
"@tscircuit/layout": "^0.0.17",
|
|
9
|
+
"@tscircuit/react-fiber": "^1.1.27"
|
|
10
10
|
}
|
|
11
11
|
}
|