Currently it looks like List all Packages and Fetch a Package endpoints have the same shape, however for the search we want to return less data for releases (just version and url) keys.
(Edit: I've updated issue description to point to the exact endpoints)
Ref: https://github.com/hexpm/hex_web/pull/454#discussion_r93545300
Currently it looks like List all Packages and Fetch a Package endpoints have the same shape, however for the search we want to return less data for releases (just
version
andurl
) keys.(Edit: I've updated issue description to point to the exact endpoints)