跳到主内容

pnpm 10.17

· 一分钟阅读
Zoltan Kochan
pnpm 的首席维护者

Minor Changes

The minimumReleaseAgeExclude setting now supports patterns.

例如:

minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- "@eslint/*"

Related PR: #9984.

Patch Changes

  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.