mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-29 01:58:11 -05:00
* fix(dlx/cache): account for customized registries Different registries potentially return different packages for the same name, so reusing dlx cache for packages from a different registry would be incorrect. * style: eslint * refactor: dlx --------- Co-authored-by: Zoltan Kochan <z@kochan.io>