fix(ServiceWorkerCacheManager): fixed caching

This commit is contained in:
2025-02-04 01:45:08 +01:00
parent 8f6f177d19
commit f518300d68
3 changed files with 154 additions and 92 deletions

View File

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