mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 10:08:15 -04:00
* test: update registry-mock to 6.0.0 stable and use pnpm view in tests Update @pnpm/registry-mock from 6.0.0-6 to 6.0.0 stable release. Replace npm view with pnpm view in test helpers now that pnpm has native view/dist-tag commands. Unskip the nodeRuntime test that was blocked on the registry-mock republish. * chore: update pnpm to beta 8 * feat: support versions, dist-tags, and time field selectors in pnpm view The view command now exposes versions (as an array of version strings), dist-tags, and time from registry metadata. Single-field --json output returns the raw value instead of wrapping it in an object, matching npm behavior. This allows tests to use pnpm view instead of npm view.
@pnpm/registry-access.commands
Commands for managing packages on the registry (deprecate, undeprecate)
Installation
pnpm add @pnpm/registry-access.commands
License
MIT