fix(build): tighten TypeScript configuration and update dependencies for zod v4 compatibility

This commit is contained in:
2026-04-30 11:27:08 +00:00
parent e8fcdd05af
commit 6f5e49e5ef
9 changed files with 1511 additions and 3890 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 3.0.3 - fix(build)
tighten TypeScript configuration and update dependencies for zod v4 compatibility
- enable stricter TypeScript checks with noImplicitAny and explicit node types
- update HTTP tool schemas to use explicit z.record key and value types for newer zod versions
- adjust test typing for calculator operations and refresh build-related dependencies and package metadata
## 2026-03-06 - 3.0.2 - fix(agent)
use output parameter when invoking onToolResult instead of toolCall.result