5.15.0 (2022-09-03)
Features
- implement abbreviated manifest (#3343) (966139f) by @juanpicado
Enable abbreviated manifest data by adding the header:
curl -H "Accept: application/vnd.npm.install-v1+json" https://registry.npmjs.org/verdaccio
It returns a filtered manifest, additionally includes the time field by request. You can read more here or start using with pnpm@7.10.0
.
Current support for packages managers:
- npm: yes
- pnpm: yes
- yarn classic: yes
- yarn modern (+2.x): no