fix(build): tighten TypeScript build configuration and fix Deno binary websocket sending
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user