Commit 5cddef9
fix: add
Without `--force`, package managers may serve cached platform binaries from
`@altimateai/altimate-core`'s `optionalDependencies`. The caret range (`^0.2.5`)
lets npm skip re-downloading if the cached version satisfies the range, even when
a newer version with additional exports exists. `--force` ensures all dependencies
are re-resolved and re-fetched from the registry during auto-upgrade.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>--force to npm/pnpm/bun upgrade to prevent stale native binaries1 parent 959d580 commit 5cddef9
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
185 | 192 | | |
186 | | - | |
| 193 | + | |
187 | 194 | | |
188 | 195 | | |
189 | | - | |
| 196 | + | |
190 | 197 | | |
191 | 198 | | |
192 | | - | |
| 199 | + | |
193 | 200 | | |
| 201 | + | |
194 | 202 | | |
195 | 203 | | |
196 | 204 | | |
| |||
0 commit comments