mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-25 19:47:18 -05:00
* fix: take into account the integrities of packages in when calculating the dependency graph hash * test: fix * test: fix * test: fix * test: fix * fix: include the package's integirty in the hash as well * docs: add comment * perf: hashing deps graph * fix: deps graph hash * refactor: calc graph hash * test: fix * refactor: calc graph hash * refactor: rename uniquePkgId to fullPkgId * docs: add changeset