bun update package@latest
and bun update package --latest
have different behavior
#16022
Labels
bun update package@latest
and bun update package --latest
have different behavior
#16022
What version of Bun is running?
1.1.42
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
I updated a package, did
bun update package@latest
, waited 10 minutes, did it again and saw it installed the same package. So i changed the command to use--latest
and noticed it worked.What is the expected behavior?
I think this behavior should probably be consistent and always get the latest version.
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: