This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: moonrepo/node-plugin
Releases · moonrepo/node-plugin
v0.5.1
🐞 Fixes
- Fixed Yarn v1.22.x download not unpacking correctly.
v0.5.0
💥 Breaking
- Updated the
npm
tool to create thenpx
shim instead of thenode
tool. - Updated symlinked binaries to use the shell scripts instead of the source
.js
files (when applicable).
🚀 Updates
- Updated to support proto v0.22 release.
⚙️ Internal
- Updated dependencies.
v0.5.0-alpha.1
deps: Update to latest.
v0.5.0-alpha.0
💥 Breaking
- Updated the
npm
tool to create thenpx
shim instead of thenode
tool. - Updated executable detection for package managers to use the shell scripts instead of the source
.js
files (when applicable).- Previously we would execute the JS file with node:
node ./bin/npm-cli.js
- Now we execute the shell script:
./bin/npm
(unix),./bin/npm.cmd
(windows)
- Previously we would execute the JS file with node:
🚀 Updates
- Updated to support proto v0.22 release.
⚙️ Internal
- Updated dependencies.