Patch Changes
- Added
--json
to thepnpm publish --help
output #5773. pnpm update
should not replaceworkspace:*
,workspace:~
, andworkspace:^
withworkspace:<version>
#5764.- The fatal error should be printed in JSON format, when running a pnpm command with the
--json
option #5710. - Throw an error while missing script start or file
server.js
#5782. pnpm license list
should not fail if a license file is an executable #5740.