Skip to content

Commit

Permalink
refactor: don't export the cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-soporan committed Jun 8, 2023
1 parent 5df66c1 commit f3fc013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-npm/sources/npmHttpUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function pickPackageMetadata(metadata: PackageMetadata): PackageMetadata {
/**
* Used to invalidate the on-disk cache when the format changes.
*/
export const CACHE_VERSION = 1;
const CACHE_VERSION = 1;

function getRegistryFolder(configuration: Configuration, registry: string) {
const metadataFolder = getMetadataFolder(configuration);
Expand Down

0 comments on commit f3fc013

Please sign in to comment.