fix(updateManager): Refine cache management for service worker updates.

This commit is contained in:
2025-02-03 00:25:05 +01:00
parent 8202ce6227
commit c5cb8c1f01
3 changed files with 51 additions and 7 deletions

View File

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