fix: add missing changeset

This commit is contained in:
Zoltan Kochan
2026-05-07 15:18:31 +02:00
parent 1cdcd8a160
commit 0c67cb5c54

View File

@@ -0,0 +1,10 @@
---
"@pnpm/store.index": minor
---
Export `pickStoreIndexKey(resolution, pkgId, { built })` — picks the appropriate store-index key for a resolution:
git-hosted entries route through `gitHostedStoreIndexKey(pkgId, { built })`, everything else through
`storeIndexKey(resolution.integrity, pkgId)`. Centralizes the routing for `installing.package-requester`,
`building.after-install`, `store.pkg-finder`, and `modules-mounter.daemon` so each consumer reads
`resolution.gitHosted` once via a single typed call.