mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-14 09:02:44 -05:00
* fix: force re-fetch when resolution integrity changes When a resolver returns a resolution with a different integrity than the current package's resolution, automatically force re-fetching the package. This allows custom resolvers to trigger re-fetches by simply returning the updated integrity, without needing to explicitly set a forceFetch flag. Closes #10451 * refactor: remove forceFetch * test: fix --------- Co-authored-by: Zoltan Kochan <z@kochan.io>