feat(tsbuild): Improve task logging and update dependencies

This commit is contained in:
2025-05-21 13:38:21 +00:00
parent f220a11caa
commit 050e41cdf9
8 changed files with 4218 additions and 1335 deletions

View File

@@ -10,7 +10,7 @@
"tsbuild": "./cli.js"
},
"scripts": {
"test": "tsrun test/test.ts",
"test": "tsrun test/test.ts --verbose",
"build": "node cli.ts.js --web",
"buildDocs": "tsdoc"
},
@@ -40,16 +40,16 @@
"@push.rocks/early": "^4.0.4",
"@push.rocks/smartcli": "^4.0.11",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.1.5",
"@push.rocks/smartlog": "^3.0.7",
"@push.rocks/smartfile": "^11.2.3",
"@push.rocks/smartlog": "^3.1.8",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.2.2",
"typescript": "5.7.3"
"@push.rocks/smartpromise": "^4.2.3",
"typescript": "5.8.3"
},
"devDependencies": {
"@git.zone/tsrun": "^1.2.47",
"@push.rocks/tapbundle": "^5.5.6",
"@types/node": "^22.12.0"
"@git.zone/tstest": "^1.9.0",
"@types/node": "^22.15.21"
},
"files": [
"ts/**/*",