Release Notes
π Fixes
- Fixed the NDJSON output banner being displayed for tool executions.
- Fixed scoped version requirements, like
next-12, not resolving to an alias of the same name, and instead being treated as a requirement, like ~next-12.
- Fixed version resolving hard failing when a tool's available versions could not be loaded, typically from a transient network failure. We now fallback to the previously cached versions, even when they have expired, and log a warning.
π οΈ Tools
- Node
- Added a
dist-url-unofficial setting, for downloading unofficial builds, like musl.
- Added an
index-url setting, for loading available versions from a mirror.
- Updated
dist-url and index-url to support a {channel} token, which is replaced with release, or nightly for canary versions.
Install proto_cli 0.61.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.61.2/proto_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/proto/releases/download/v0.61.2/proto_cli-installer.ps1 | iex"
Download proto_cli 0.61.2