fix(build): update toolchain configuration and test error handling for stricter TypeScript builds
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-04-30 - 2.0.1 - fix(build)
|
||||
update toolchain configuration and test error handling for stricter TypeScript builds
|
||||
|
||||
- upgrade TypeScript, pnpm, and ai-sdk related dependencies
|
||||
- enable noImplicitAny in tsconfig and remove allowimplicitany from the build script
|
||||
- harden tests by safely extracting error messages from unknown exceptions
|
||||
- relax the streaming token count assertion to avoid brittle test failures
|
||||
- add project smartconfig metadata to published files
|
||||
|
||||
## 2026-03-05 - 2.0.0 - BREAKING CHANGE(vercel-ai-sdk)
|
||||
migrate to Vercel AI SDK v6 and introduce provider registry (getModel) returning LanguageModelV3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user