fix(test,docs): increase tstest verbosity, enable logfile, and extend timeout; fix README formatting for company line
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user