You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hashes to the list of revisions in JSON format
The list of metadata revisions for a package is available at
the url /package/:package/revisions/
When rendered in HTML this list includes the revision number, timestamp,
uploader, and sha256; but when rendered in JSON the sha256 is missing.
This change adds revisions sha256 to the JSON rendering.
0 commit comments