v10.33.1
📦 pnpmView on GitHub →
🐛 1 fixes
Summary
This patch fixes an issue where certain npm-like commands were incorrectly delegated to npm instead of the native pnpm implementation when using pnpm v11 or newer.
🐛 Bug Fixes
- When a project's packageManager field specifies pnpm v11 or newer, commands previously shelled out to npm (like version, login, logout, publish, etc.) are now correctly handed over to the wanted pnpm implementation, fixing issues where npm's help text might be shown instead of the expected pnpm behavior.