fix(build): tighten TypeScript build configuration and fix Deno binary websocket sending

This commit is contained in:
2026-04-30 10:27:40 +00:00
parent a957feb868
commit 9ef4ac4a71
9 changed files with 2011 additions and 3948 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-04-30 - 2.0.4 - fix(build)
tighten TypeScript build configuration and fix Deno binary websocket sending
- enable stricter TypeScript checks with noImplicitAny and Node type definitions
- fix Deno adapter binary payload handling by converting ArrayBuffer inputs to a BufferSource-compatible payload
- add explicit interceptor option typing to satisfy stricter compilation
- update build tooling and runtime dependencies and include project config and license files in the published package
## 2026-03-23 - 2.0.3 - fix(adapter.node)
unref the node server before closing connections during shutdown