@tscircuit/cli 0.0.120 → 0.0.121

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.
@@ -8,9 +8,9 @@
8
8
  "name": "example-project",
9
9
  "version": "1.2.26",
10
10
  "dependencies": {
11
- "@tscircuit/builder": "^1.5.116",
12
- "@tscircuit/layout": "^0.0.17",
13
- "@tscircuit/react-fiber": "^1.1.27"
11
+ "@tscircuit/builder": "^1.5.134",
12
+ "@tscircuit/layout": "^0.0.24",
13
+ "@tscircuit/react-fiber": "^1.1.29"
14
14
  }
15
15
  },
16
16
  "node_modules/@babel/runtime": {
@@ -30,18 +30,16 @@
30
30
  "integrity": "sha512-iB+oaYyaVK1hQ0cODubnoSDg4gGYL9cp/4ad7G1b9Z0/IqehPztp5qE3KP2mV9Ns0UYmzwvtkEhTCmKUuhorbg=="
31
31
  },
32
32
  "node_modules/@tscircuit/builder": {
33
- "version": "1.5.116",
34
- "resolved": "https://registry.npmjs.org/@tscircuit/builder/-/builder-1.5.116.tgz",
35
- "integrity": "sha512-e5PrJuLHtNfoTrbeUautXE4135F9YQK/re4iantvRGzMfAhKDJHAeolP8+0HABgHt91kkVM0PpFpy3BSYha86Q==",
33
+ "version": "1.5.135",
34
+ "resolved": "https://registry.npmjs.org/@tscircuit/builder/-/builder-1.5.135.tgz",
35
+ "integrity": "sha512-pEKLztIuwTcxDCvIvSHbgU+8KdCQ4UlKeibk7ED9Dzoz2ScIEeLb4x7keiUAGxB2Fgo2PWBifQUfdnR1yMtIBw==",
36
+ "license": "MIT",
36
37
  "dependencies": {
37
38
  "@lume/kiwi": "^0.1.0",
38
39
  "@tscircuit/footprinter": "^0.0.43",
39
- "@tscircuit/layout": "^0.0.17",
40
- "@tscircuit/props": "^0.0.11",
41
- "@tscircuit/routing": "^1.3.1",
40
+ "@tscircuit/layout": "0.0.24",
41
+ "@tscircuit/routing": "1.3.1",
42
42
  "@tscircuit/schematic-autolayout": "^0.0.5",
43
- "@tscircuit/soup": "^0.0.32",
44
- "@tscircuit/soup-util": "^0.0.11",
45
43
  "convert-units": "^2.3.4",
46
44
  "fast-json-stable-stringify": "^2.1.0",
47
45
  "format-si-prefix": "^0.3.2",
@@ -49,26 +47,11 @@
49
47
  "rectilinear-router": "^1.0.1",
50
48
  "svg-path-bounds": "^1.0.2",
51
49
  "transformation-matrix": "^2.12.0"
52
- }
53
- },
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==",
58
- "peerDependencies": {
59
- "@tscircuit/layout": "*",
60
- "@tscircuit/soup": "*",
61
- "react": "*",
62
- "zod": "*"
63
- }
64
- },
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==",
50
+ },
69
51
  "peerDependencies": {
52
+ "@tscircuit/props": "*",
70
53
  "@tscircuit/soup": "*",
71
- "zod": "*"
54
+ "@tscircuit/soup-util": "*"
72
55
  }
73
56
  },
74
57
  "node_modules/@tscircuit/footprinter": {
@@ -81,25 +64,30 @@
81
64
  }
82
65
  },
83
66
  "node_modules/@tscircuit/layout": {
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==",
67
+ "version": "0.0.24",
68
+ "resolved": "https://registry.npmjs.org/@tscircuit/layout/-/layout-0.0.24.tgz",
69
+ "integrity": "sha512-RrmKgkKoPDyNpBnJAEWEletoR/ys4PyM/MQ567e9WwHZTa8mkHulN/J5PSC5YRIzLNt+AWifJBuyxarrmPAdtQ==",
70
+ "license": "ISC",
87
71
  "dependencies": {
88
- "@tscircuit/soup": "^0.0.4",
89
- "@tscircuit/soup-util": "^0.0.10",
90
72
  "transformation-matrix": "^2.16.1"
91
73
  },
92
74
  "peerDependencies": {
75
+ "@tscircuit/builder": "*",
76
+ "@tscircuit/manual-edit-events": "*",
77
+ "@tscircuit/schematic-autolayout": "*",
78
+ "@tscircuit/soup": "*",
79
+ "@tscircuit/soup-util": "*",
93
80
  "zod": "*"
94
81
  }
95
82
  },
96
- "node_modules/@tscircuit/layout/node_modules/@tscircuit/soup": {
83
+ "node_modules/@tscircuit/manual-edit-events": {
97
84
  "version": "0.0.4",
98
- "resolved": "https://registry.npmjs.org/@tscircuit/soup/-/soup-0.0.4.tgz",
99
- "integrity": "sha512-XhlI13Sg0p8EL5qc8v+cW/bYIJ5cI2+dLARv4KZE6pMwVVd2Z0toeIGAv7nKWqH2DdBmMmkHD+Xa4gLomRJPrg==",
85
+ "resolved": "https://registry.npmjs.org/@tscircuit/manual-edit-events/-/manual-edit-events-0.0.4.tgz",
86
+ "integrity": "sha512-Df5dkOc9T7rHtnHSmI3GAR5zWdsJo8S5DzrJHjmHLXZ/fQZ7+qY+rEzyuOneFRiOqXx2tVkdFEj59MnX8ix/Wg==",
87
+ "license": "ISC",
88
+ "peer": true,
100
89
  "dependencies": {
101
- "convert-units": "^2.3.4",
102
- "zod": "^3.23.6"
90
+ "zod": "^3.23.8"
103
91
  }
104
92
  },
105
93
  "node_modules/@tscircuit/mm": {
@@ -126,11 +114,12 @@
126
114
  }
127
115
  },
128
116
  "node_modules/@tscircuit/react-fiber": {
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==",
117
+ "version": "1.1.29",
118
+ "resolved": "https://registry.npmjs.org/@tscircuit/react-fiber/-/react-fiber-1.1.29.tgz",
119
+ "integrity": "sha512-Iqx1EQUZm4nMYplSQ5tdSkLpYroqRgmDitrm/Q2tHnaGsHS2/hZeZTmH0fenXQyj55RSqrdPM6FxjFe+CvyBKQ==",
120
+ "license": "MIT",
132
121
  "dependencies": {
133
- "@tscircuit/soup": "^0.0.8",
122
+ "@tscircuit/soup": "^0.0.34",
134
123
  "react-reconciler": "^0.29.0",
135
124
  "to-snake-case": "^1.0.0"
136
125
  },
@@ -140,15 +129,6 @@
140
129
  "react": "*"
141
130
  }
142
131
  },
143
- "node_modules/@tscircuit/react-fiber/node_modules/@tscircuit/soup": {
144
- "version": "0.0.8",
145
- "resolved": "https://registry.npmjs.org/@tscircuit/soup/-/soup-0.0.8.tgz",
146
- "integrity": "sha512-juZxNOauOxcB63c9u8UtMr8cIN0O1J/d6w3GC/MfsRe+y49lvs7GNtnddmD23pQqgxNOwg0FFObOuL2uEfHIaA==",
147
- "dependencies": {
148
- "convert-units": "^2.3.4",
149
- "zod": "^3.23.6"
150
- }
151
- },
152
132
  "node_modules/@tscircuit/routing": {
153
133
  "version": "1.3.1",
154
134
  "resolved": "https://registry.npmjs.org/@tscircuit/routing/-/routing-1.3.1.tgz",
@@ -171,9 +151,10 @@
171
151
  }
172
152
  },
173
153
  "node_modules/@tscircuit/soup": {
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==",
154
+ "version": "0.0.34",
155
+ "resolved": "https://registry.npmjs.org/@tscircuit/soup/-/soup-0.0.34.tgz",
156
+ "integrity": "sha512-Xz0bwDE5FiF8qXaG0LZ5UEx7HeKX3FLvKhqq02l+iyzmoSBiwhlf8U4Z2WI+XtY63KSyqlv8r0ixNrtWrlWucQ==",
157
+ "license": "ISC",
177
158
  "dependencies": {
178
159
  "convert-units": "^2.3.4",
179
160
  "zod": "^3.23.6"
@@ -183,6 +164,7 @@
183
164
  "version": "0.0.10",
184
165
  "resolved": "https://registry.npmjs.org/@tscircuit/soup-util/-/soup-util-0.0.10.tgz",
185
166
  "integrity": "sha512-mwZS7C6f6wjp20g77GucXZ8VrzNsIZxqRQjGitvLUK7y+n3xd7iKb/eP5QDM0PldbidTDC/RR/A46MhJLz0Rhg==",
167
+ "peer": true,
186
168
  "dependencies": {
187
169
  "@tscircuit/soup": "^0.0.15"
188
170
  },
@@ -194,6 +176,7 @@
194
176
  "version": "0.0.15",
195
177
  "resolved": "https://registry.npmjs.org/@tscircuit/soup/-/soup-0.0.15.tgz",
196
178
  "integrity": "sha512-lMCjcIztiYjBDNNEcMFtwgosUTbget2arwqkRVCAjRP8G+r6gjUNhVLcMyN3cZGdLpHce8lm/h2kE4tYO4S7GA==",
179
+ "peer": true,
197
180
  "dependencies": {
198
181
  "convert-units": "^2.3.4",
199
182
  "zod": "^3.23.6"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command line tool for developing, publishing and installing tscircuit circuits",