file-entry-cache
Advanced tools
+4
-10
| { | ||
| "name": "file-entry-cache", | ||
| "version": "11.1.2", | ||
| "version": "11.1.3", | ||
| "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", | ||
@@ -38,13 +38,8 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.3.11", | ||
| "@types/node": "^25.0.8", | ||
| "@vitest/coverage-v8": "^4.0.17", | ||
| "pino": "^10.1.1", | ||
| "rimraf": "^6.1.2", | ||
| "pino": "^10.3.1", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.17" | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "dependencies": { | ||
| "flat-cache": "^6.1.20" | ||
| "flat-cache": "^6.1.22" | ||
| }, | ||
@@ -57,3 +52,2 @@ "files": [ | ||
| "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", | ||
| "prepublish": "pnpm build", | ||
| "lint": "biome check --write --error-on-warnings", | ||
@@ -60,0 +54,0 @@ "test": "pnpm lint && vitest run --coverage", |
+1
-1
@@ -6,3 +6,3 @@ [<img align="center" src="https://cacheable.org/symbol.svg" alt="Cacheable" />](https://github.com/jaredwray/cacheable) | ||
| [](https://codecov.io/gh/jaredwray/cacheable) | ||
| [](https://codecov.io/gh/jaredwray/cacheable) | ||
| [](https://github.com/jaredwray/cacheable/actions/workflows/tests.yml) | ||
@@ -9,0 +9,0 @@ [](https://www.npmjs.com/package/file-entry-cache) |
3
-62.5%87222
-0.19%Updated