fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-01 15:12:54 +02:00
parent 49afc16422
commit bf2c6660f2
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedserver',
version: '2.0.48',
version: '2.0.49',
description: 'easy serving of static files'
}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedserver',
version: '2.0.48',
version: '2.0.49',
description: 'easy serving of static files'
}

View File

@ -65,7 +65,7 @@ export class ReloadChecker {
if (reloadJustified) {
this.store.set(this.storeKey, lastServerChange);
const reloadText = `about to reload ${
const reloadText = `upgrading... ${
globalThis.globalSw ? '(purging the sw cache first...)' : ''
}`;
this.infoscreen.setText(reloadText);