mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-30 10:38:13 -05:00
6
.changeset/tiny-shoes-brush.md
Normal file
6
.changeset/tiny-shoes-brush.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/constants": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
The full metadata cache should be stored not at the same location as the abbreviated metadata. This fixes a bug where pnpm was loading the abbreviated metadata from cache and couldn't find the "time" field as a result [#9963](https://github.com/pnpm/pnpm/issues/9963).
|
||||
@@ -15,7 +15,7 @@ export const WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml'
|
||||
// of one package/version
|
||||
export const ABBREVIATED_META_DIR = 'metadata-v1.3'
|
||||
export const FULL_META_DIR = 'metadata-full-v1.3' // This is currently not used at all
|
||||
export const FULL_FILTERED_META_DIR = 'metadata-v1.3'
|
||||
export const FULL_FILTERED_META_DIR = 'metadata-ff-v1.3'
|
||||
|
||||
export const USEFUL_NON_ROOT_PNPM_FIELDS = ['executionEnv'] as const
|
||||
|
||||
|
||||
Reference in New Issue
Block a user