@file-cache/core
Advanced tools
Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "@file-cache/core", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "A cache for file metadata or file content.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,3 +23,3 @@ import fs from "node:fs/promises"; | ||
// When mode is changed, create another cache | ||
const cacheFileFullPath = cacheFilePath + mode; | ||
const cacheFileFullPath = cacheFilePath + "-" + mode; | ||
// file <-> Map | ||
@@ -26,0 +26,0 @@ let fileCacheMap = await readFileCache(cacheFileFullPath); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41009
1