Skip to content

Commit f3fc013

Browse files
committed
refactor: don't export the cache version
1 parent 5df66c1 commit f3fc013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-npm/sources/npmHttpUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function pickPackageMetadata(metadata: PackageMetadata): PackageMetadata {
191191
/**
192192
* Used to invalidate the on-disk cache when the format changes.
193193
*/
194-
export const CACHE_VERSION = 1;
194+
const CACHE_VERSION = 1;
195195

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

0 commit comments

Comments
 (0)