Commit 8ee9d4b
committed
refactor(publish): fix publish order and remove update script
Publish order now:
1. @socketsecurity/cli and @socketsecurity/cli-with-sentry (independent)
2. @socketbin/* SEA binaries (8 platforms)
3. socket (last, depends on @socketbin/*)
Changes:
- Reorder publish steps so socket is last
- Remove update-socketbin-versions.mjs (not needed with lockstep)
- Update preparePackageForPublish to set optionalDependencies version
All packages use the same VERSION, so socket's optionalDependencies
are set to VERSION at publish time (no npm fetch needed).1 parent 2157d21 commit 8ee9d4b
File tree
3 files changed
+19
-107
lines changed- .github/workflows
- packages/package-builder/scripts/utils
- scripts
3 files changed
+19
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 189 | + | |
| 190 | + | |
194 | 191 | | |
195 | 192 | | |
196 | 193 | | |
197 | | - | |
| 194 | + | |
198 | 195 | | |
199 | 196 | | |
200 | 197 | | |
201 | 198 | | |
202 | | - | |
203 | | - | |
| 199 | + | |
| 200 | + | |
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
207 | | - | |
| 204 | + | |
208 | 205 | | |
209 | 206 | | |
210 | 207 | | |
211 | 208 | | |
212 | | - | |
213 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
217 | | - | |
| 215 | + | |
218 | 216 | | |
219 | 217 | | |
220 | 218 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
This file was deleted.
0 commit comments