fix(build): enable noImplicitAny and add explicit typing for cache entry deletion

This commit is contained in:
2026-04-30 09:52:22 +00:00
parent 10182c0007
commit 0134354658
6 changed files with 683 additions and 646 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/levelcache',
version: '3.2.1',
version: '3.2.2',
description: 'A versatile caching solution offering multi-level storage utilizing memory, disk, and Amazon S3 for efficient data management and backup.'
}