- Commands previously proxied to npm (e.g., version, login, publish, etc.) are now executed by the targeted pnpm version when the project's packageManager specifies pnpm v11 or newer.
- This change provides native pnpm implementations for those commands, eliminating the silent fallback to npm and ensuring correct help output.
- The behavior adjustment is a patch-level improvement for projects using pnpm v11+.