mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-07 16:49:48 -04:00
Rewrite cache list, delete, view, and list-registries commands to query the MetadataCache SQLite DB instead of globbing JSON files on disk. The cache.cmd handler no longer needs resolutionMode/registrySupportsTimeField to determine which metadata subdirectory to use — all metadata types are in the same DB.