mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-15 02:02:34 -04:00
* fix: pnpm cache delete removes a package from all metadata cache directories * fix(pacquet): mirror cache delete across all metadata directories * test(cli): use metadata-dir constants in cache delete test The cache delete multi-directory test hardcoded the metadata directory names as string literals, which could drift from the constants the delete logic actually uses. Reference ABBREVIATED_META_DIR / FULL_META_DIR / FULL_FILTERED_META_DIR directly so the test and the code stay in lockstep. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Zoltan Kochan <zoltankochan@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>