fix(web_inject): Use TypedSocket status API in web_inject and bump dependencies

This commit is contained in:
2025-12-04 00:03:23 +00:00
parent 1885eb78e5
commit b4e26d6d6a
5 changed files with 137 additions and 144 deletions

View File

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