fix(test): Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2

This commit is contained in:
2025-11-17 14:37:08 +00:00
parent bc71d2e5a8
commit 15819d8a23
5 changed files with 19 additions and 13 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2025-11-17 - 5.0.1 - fix(test)
Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2
- Update npm script: add --logfile flag to the test command to produce test logs
- Bump devDependency @git.zone/tstest from ^2.8.1 to ^2.8.2
## 2025-11-17 - 5.0.0 - BREAKING CHANGE(client/streaming)
Unify streaming APIs: remove raw()/streamNode() and standardize on web ReadableStream across runtimes