flat-cache
Advanced tools
+3
-4
| { | ||
| "name": "flat-cache", | ||
| "version": "6.1.21", | ||
| "version": "6.1.22", | ||
| "description": "A simple key/value storage using files to persist the data", | ||
@@ -65,5 +65,5 @@ "type": "module", | ||
| "dependencies": { | ||
| "flatted": "^3.4.1", | ||
| "flatted": "^3.4.2", | ||
| "hookified": "^1.15.0", | ||
| "cacheable": "^2.3.3" | ||
| "cacheable": "^2.3.4" | ||
| }, | ||
@@ -76,3 +76,2 @@ "files": [ | ||
| "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", | ||
| "prepublish": "pnpm build", | ||
| "lint": "biome check --write --error-on-warnings", | ||
@@ -79,0 +78,0 @@ "test": "pnpm lint && vitest run --coverage", |
58504
-0.05%Updated
Updated