You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install): address PR review comments for bun commands
- view.rs: use native `bun info` instead of npm fallback
- dlx.rs: forward `--package` flag to `bun x` (before package spec)
- install.rs: forward `--lockfile-only` to bun
- outdated.rs: forward `--production` and `--omit optional` to bun
- login/logout/owner/ping/search/token: remove unnecessary warning
logs when falling back to npm (the fallback itself is correct)
0 commit comments