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
|
# 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)
|
## 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
|
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",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest ./test)",
|
"test": "(tstest ./test --verbose --logfile --timeout 120)",
|
||||||
"build": "(tsbuild --web && tsbundle npm)",
|
"build": "(tsbuild --web && tsbundle npm)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smarttime',
|
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.'
|
description: 'Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user