fix(serve): migrate test HTTP server to @push.rocks/smartserve and update related dependencies

This commit is contained in:
2026-03-09 16:23:48 +00:00
parent 8c41d18f84
commit 8b16ba1d9a
7 changed files with 69 additions and 1294 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-09 - 3.3.1 - fix(serve)
migrate test HTTP server to @push.rocks/smartserve and update related dependencies
- Replace @api.global/typedserver with @push.rocks/smartserve and FileServer; use SmartServe.setHandler to serve static assets and a custom /test response.
- Export smartserve from ts/tstest.plugins.ts and remove typedserver import/export.
- Update package.json dependencies: add @push.rocks/smartserve@^2.0.1 and bump @push.rocks/smartbrowser to ^2.0.10.
## 2026-03-06 - 3.3.0 - feat(testfile-directives)
Add per-test file directives to control runtime permissions and flags (Deno, Node, Bun, Chromium)