Release Notes
🚀 Updates
- Added experimental support for Nub:
proto install nub. - Updated nushell activate output to use
get --optionalinstead ofget -i.
🔩 Backends
- Cargo
- Added a
lockedconfig setting, which will be passed to install commands as--locked.
- Added a
🛠️ Tools
- Node (and package managers)
- Updated version detection to loop through all possible fields (
packageManager,engines, etc) to find an applicable version, instead of failing on the first invalid version. - Fixed an issue where auth headers were not included in load version requests, which would cause failures for private registries.
- Updated version detection to loop through all possible fields (
- pnpm
- Added experimental support for v12 (Rust based implementation).
⚙️ Internal
- Updated dependencies.
Install proto_cli 0.60.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.60.1/proto_cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/proto/releases/download/v0.60.1/proto_cli-installer.ps1 | iex"Download proto_cli 0.60.1
| 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 |