fix(serviceworker): Improve error handling and logging in service worker backend and network manager; update multiple dependency versions and packageManager settings.

This commit is contained in:
2025-04-11 09:45:41 +00:00
parent 42e8e575d8
commit 84f7d8d4a0
7 changed files with 2015 additions and 1582 deletions

View File

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