mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 19:41:44 -04: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