From 4724629efa3a7642a561ca695b28a62500f63086 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Apr 2023 17:23:49 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/typedserver.classes.typedserver.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 64cfcd0..0307aef 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.50', + version: '2.0.51', description: 'easy serving of static files' } diff --git a/ts/typedserver.classes.typedserver.ts b/ts/typedserver.classes.typedserver.ts index 0edace2..57b7139 100644 --- a/ts/typedserver.classes.typedserver.ts +++ b/ts/typedserver.classes.typedserver.ts @@ -192,7 +192,7 @@ export class TypedServer { */ public async reload() { this.lastReload = Date.now(); - for (const connectionArg of await this.typedsocket.findAllTargetConnectionsByTag('typedserver_frontend') { + for (const connectionArg of await this.typedsocket.findAllTargetConnectionsByTag('typedserver_frontend')) { const pushTime = this.typedsocket.createTypedRequest( 'pushLatestServerChangeTime', diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 64cfcd0..0307aef 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.50', + version: '2.0.51', description: 'easy serving of static files' }