fix(build): enable noImplicitAny and add explicit typing for cache entry deletion
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user