Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: moonrepo/node-plugin

v0.5.1

14 Nov 21:30
780e9c5
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed Yarn v1.22.x download not unpacking correctly.

v0.5.0

08 Nov 07:09
886dcde
Compare
Choose a tag to compare

💥 Breaking

  • Updated the npm tool to create the npx shim instead of the node 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

06 Nov 20:44
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release
deps: Update to latest.

v0.5.0-alpha.0

04 Nov 23:07
f5140a3
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

💥 Breaking

  • Updated the npm tool to create the npx shim instead of the node 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)

🚀 Updates

  • Updated to support proto v0.22 release.

⚙️ Internal

  • Updated dependencies.

v0.4.3

25 Oct 21:57
48f11af
Compare
Choose a tag to compare

🐞 Fixes

  • Temporarily fixed an issue where Yarn would fail to parse the npm registry response and error with "control character (\u0000-\u001F) found while parsing a string".

v0.4.2

23 Oct 02:37
beeb4c2
Compare
Choose a tag to compare

🚀 Updates

  • Support Yarn v4.

🐞 Fixes

  • Temporarily fixed an issue where calling node as a child process may fail.

v0.4.1

21 Oct 03:28
Compare
Choose a tag to compare

🐞 Fixes

  • Potentially fixed a WASM memory issue.

v0.4.0

20 Oct 22:04
148d4ef
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.20 release.

⚙️ Internal

  • Updated dependencies.

v0.3.2

12 Oct 02:58
83bf619
Compare
Choose a tag to compare

🐞 Fixes

  • Now strips the corepack hash from packageManager when parsing versions.

v0.3.1

22 Sep 00:04
Compare
Choose a tag to compare

⚙️ Internal

  • Updated dependencies.