fix(build): update toolchain configuration and test error handling for stricter TypeScript builds

This commit is contained in:
2026-04-30 11:56:25 +00:00
parent a51b002141
commit 7339d6c9f0
8 changed files with 2622 additions and 5938 deletions
+9
View File
@@ -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