Loading pkgs/build-support/deno/fetch-deno-deps/prune-registries.ts +2 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ export type PathsByRegistry = { export type RegistryJson = { "dist-tags": any; "_deno.etag": string; versions: { [version: string]: any }; name: string; }; Loading Loading @@ -224,6 +225,7 @@ export function pruneRegistryJson( const newRegistryJson: RegistryJson = { ...registryJson, "_deno.etag": "", "dist-tags": {}, versions: {}, }; Loading Loading
pkgs/build-support/deno/fetch-deno-deps/prune-registries.ts +2 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,7 @@ export type PathsByRegistry = { export type RegistryJson = { "dist-tags": any; "_deno.etag": string; versions: { [version: string]: any }; name: string; }; Loading Loading @@ -224,6 +225,7 @@ export function pruneRegistryJson( const newRegistryJson: RegistryJson = { ...registryJson, "_deno.etag": "", "dist-tags": {}, versions: {}, }; Loading