fix(ts_web_inject): improve ReloadChecker resilience and TypedSocket handling

This commit is contained in:
2026-03-03 21:32:06 +00:00
parent e80619bac6
commit 7003d3fbf9
3 changed files with 74 additions and 46 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedserver',
version: '8.4.1',
version: '8.4.2',
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
}