Commit cd50ddc
committed
fix(xpkg): 0.0.49 and 0.0.50 existed only for linux
Publishing them, I edited the `linux` block and stopped there. `macosx` and
`windows` topped out at 0.0.48, so a mac or Windows consumer asking for 0.0.50
got the same "not found" a genuinely unpublished version produces — while the
Linux job resolving it in the same run said everything was fine.
That asymmetry is what made it hard to see: three CI jobs failed and three
passed on one commit, which reads as a platform bug in the client rather than
as an index missing two rows.
The tarball is the same for all three — a GitHub source archive, no
per-platform artifact — so the entries are identical apart from the platform
key they sit under.
Verified by parsing with lua5.4 and enumerating keys per platform: all three
now end at 0.0.50.1 parent 3f9f2c2 commit cd50ddc
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
94 | 108 | | |
95 | 109 | | |
96 | 110 | | |
| |||
156 | 170 | | |
157 | 171 | | |
158 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
159 | 187 | | |
160 | 188 | | |
161 | 189 | | |
| |||
0 commit comments