fix(build): add Node types to tsconfig and update build dependencies for tsbuild 4.4.x

This commit is contained in:
2026-04-30 08:35:36 +00:00
parent 394d4e5b27
commit 1556a14a09
9 changed files with 893 additions and 11296 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-30 - 4.6.1 - fix(build)
add Node types to tsconfig and update build dependencies for tsbuild 4.4.x
- declare Node types explicitly in tsconfig so Node globals and modules resolve during tsbuild compilation
- remove the build workaround flag and upgrade tsbuild and related package versions
- harden the watcher test setup by validating required S3 environment variables before creating the bucket client
## 2026-04-07 - 4.6.0 - feat(bucket)
expose the underlying S3 client through getStorageClient()