fix(serviceworker): Improve error handling and logging in cache manager and update manager.

This commit is contained in:
2025-02-06 02:54:37 +01:00
parent 435a4a0349
commit 75ce27a4bf
4 changed files with 216 additions and 186 deletions

View File

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