Commit b641dbf
fix: pin
Change `^0.2.5` → `0.2.5` so npm/pnpm/bun won't skip re-downloading
when a newer version is published. With the caret range, package managers
could serve a cached `0.2.5` binary even after `0.2.6` ships, causing
missing export errors at runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>@altimateai/altimate-core to exact version to prevent stale binaries1 parent 959d580 commit b641dbf
2 files changed
Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments