fix(package): rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration

This commit is contained in:
2026-04-30 12:53:11 +00:00
parent 0c13bf6be4
commit 384964be30
9 changed files with 2194 additions and 3982 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 2026-04-30 - 2.3.1 - fix(package)
rename package metadata from logcontext to smartcontext and tighten TypeScript build configuration
- updates package and npm metadata to use the smartcontext repository and package name
- adds project configuration and packaged metadata files for releases
- removes the tsbuild allowimplicitany override and enables noImplicitAny in tsconfig
- adds explicit Record<string, any> typing to AsyncStore.getAll() to satisfy stricter TypeScript checks
- refreshes development toolchain versions and adds pnpm package manager metadata
## 2026-02-15 - 2.3.0 - feat(asynccontext)
replace simple-async-context with Node's AsyncLocalStorage and update implementation, tests, docs, and devDependencies