github moonrepo/proto v0.61.2
0.61.2

4 hours ago

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

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

Don't miss a new proto release

NewReleases is sending notifications on new releases.