From 296cb6441846db155b691ff3f927a6dad59f0d6f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Feb 2026 23:09:41 +0000 Subject: [PATCH] fix(test,docs): increase tstest verbosity, enable logfile, and extend timeout; fix README formatting for company line --- changelog.md | 6 ++++++ package.json | 2 +- readme.md | 2 +- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index ce8ad83..100ad5c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-15 - 4.2.3 - fix(test,docs) +increase tstest verbosity, enable logfile, and extend timeout; fix README formatting for company line + +- package.json: test script updated to add --verbose, --logfile, and --timeout 120 to tstest invocation +- readme.md: adjusted company line formatting (removed list marker and added trailing spaces) to ensure proper Markdown line break/paragraph + ## 2026-02-15 - 4.2.2 - fix(npmextra) restructure npmextra.json: flatten @git.zone/cli and tsdoc to top-level, add Verdaccio registry and @ship.zone/szci entry, remove deprecated npmci and gitzone keys diff --git a/package.json b/package.json index 93315a2..22d3b58 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Lossless GmbH", "license": "MIT", "scripts": { - "test": "(tstest ./test)", + "test": "(tstest ./test --verbose --logfile --timeout 120)", "build": "(tsbuild --web && tsbundle npm)", "buildDocs": "tsdoc" }, diff --git a/readme.md b/readme.md index e895e38..54c5c09 100644 --- a/readme.md +++ b/readme.md @@ -275,7 +275,7 @@ Use of these trademarks must comply with Task Venture Capital GmbH's Trademark G ### Company Information -Task Venture Capital GmbH +Task Venture Capital GmbH Registered at District Court Bremen HRB 35230 HB, Germany For any legal inquiries or further information, please contact us via email at hello@task.vc. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ac1ab6e..07280b4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smarttime', - version: '4.2.2', + version: '4.2.3', description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.' }