file-entry-cache
Advanced tools
Comparing version 10.0.5 to 10.0.6
{ | ||
"name": "file-entry-cache", | ||
"version": "10.0.5", | ||
"version": "10.0.6", | ||
"description": "A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run", | ||
@@ -32,12 +32,12 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/node": "^22.10.2", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"@types/node": "^22.10.10", | ||
"@vitest/coverage-v8": "^3.0.4", | ||
"rimraf": "^6.0.1", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8", | ||
"tsup": "^8.3.6", | ||
"typescript": "^5.7.3", | ||
"vitest": "^3.0.4", | ||
"xo": "^0.60.0" | ||
}, | ||
"dependencies": { | ||
"flat-cache": "^6.1.5" | ||
"flat-cache": "^6.1.6" | ||
}, | ||
@@ -44,0 +44,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
50038
Updatedflat-cache@^6.1.6