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-unofficialsetting, for downloading unofficial builds, like musl. - Added an
index-urlsetting, for loading available versions from a mirror. - Updated
dist-urlandindex-urlto support a{channel}token, which is replaced withrelease, ornightlyfor canary versions.
- Added a
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 | shInstall 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
| File | Platform | Checksum |
|---|---|---|
| proto_cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| proto_cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| proto_cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| proto_cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| proto_cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| proto_cli-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| proto_cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |