This repository was archived by the owner on Jul 17, 2024. It is now read-only.
Releases: moonrepo/node-plugin
Releases · moonrepo/node-plugin
v0.11.5
v0.11.4
🚀 Updates
- Updated to support proto v0.37 release.
v0.11.3
🚀 Updates
- Updated dependencies.
v0.11.2
🐞 Fixes
- Fixed yarn "2.4.3" not resolving or downloading correctly (it was published to the wrong package).
v0.11.1
🚀 Updates
- Updated to support proto v0.36 release.
v0.11.0
🚀 Updates
- Updated to support proto v0.35 release.
v0.10.3
🐞 Fixes
- Fixed yarn "latest" alias pointing to the v1 latest, instead of v4 (berry) latest.
v0.10.2
🚀 Updates
- Added a
dist-urlconfig setting, allowing the download host to be customized.
🐞 Fixes
- Fixed
.nvmrcand.node-versionparsing when they contain comments.
v0.10.1
🚀 Updates
- Updated to support proto v0.32 release.
v0.10.0
💥 Breaking
- Removed
install_global, usenpm/pnpm/yarninstead. - Removed
uninstall_global, usenpm/pnpm/yarninstead. - Removed the
intercept-globalsconfig setting.
🚀 Updates
- Added a new
shared-globals-dirsetting, which injects args/env vars into npm/pnpm/yarn commands when they attemp to install global packages. - Updated to support proto v0.31 release.
- Updated dependencies.