From bd9397eb138c9310c3f73837efe0d67e6dd0dac8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 23 May 2024 14:54:25 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/utilityservers/classes.serviceserver.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 1ad6536..2d9a5f0 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedserver', - version: '3.0.38', + version: '3.0.39', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' } diff --git a/ts/utilityservers/classes.serviceserver.ts b/ts/utilityservers/classes.serviceserver.ts index c68fa6a..41ca98a 100644 --- a/ts/utilityservers/classes.serviceserver.ts +++ b/ts/utilityservers/classes.serviceserver.ts @@ -11,7 +11,7 @@ export interface ILoleServiceServerConstructorOptions { } // the main service server -export class ServiceServer { +export class UtilityServiceServer { public options: ILoleServiceServerConstructorOptions; public typedServer: TypedServer;