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
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 3.2.2 - fix(build)
enable noImplicitAny and add explicit typing for cache entry deletion
- remove the build flag that allowed implicit any and configure the compiler to enforce noImplicitAny
- add an explicit string parameter and void return type to deleteCacheEntryByKey to satisfy stricter TypeScript checks
- refresh dependency versions and update the pnpm package manager version
## 2026-04-07 - 3.2.1 - fix(build)
migrate project tooling and filesystem integration to current smartfs-based stack