diff --git a/src/registry/RegistryClient.ts b/src/registry/RegistryClient.ts index 8705118..3c5b081 100644 --- a/src/registry/RegistryClient.ts +++ b/src/registry/RegistryClient.ts @@ -231,7 +231,8 @@ export class RegistryClient extends HTTPClient { hashes, algorithm: "sha512", }), - }).then(res => res.json()); + }).then(res => res.json()) + .then((json: Record) => Object.values(json)); } /**