mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-09 08:54:57 -04:00
fix: add missing changeset
This commit is contained in:
10
.changeset/happy-ways-sleep.md
Normal file
10
.changeset/happy-ways-sleep.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user