Minor Changes
- A custom compression level may be specified for the
pnpm pack
command using thepack-gzip-level
setting #6393. - Add
--check
flag topnpm dedupe
. No changes will be made tonode_modules
or the lockfile. Exits with a non-zero status code if changes are possible.
Patch Changes
- Warn user when
publishConfig.directory
of an injected workspace dependency does not exist #6396. - Use hard links to link the node executable on Windows machines #4315.