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
Include pre-release versions to compute package diff (#1598)
Via #1593 (comment)
The `npm install` command ignores pre-release versions. The only way to have it
to install a pre-release version is to specify the version. To take pre-release
versions into account when computing the diff with the latest published
version, the code now first retrieves available versions through `npm view`.
0 commit comments