feat(CodeFeed): Enhance commit results with human-readable time

This commit is contained in:
2024-12-13 22:15:33 +01:00
parent d23a27eb66
commit 46bd0a2486
6 changed files with 108 additions and 68 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild tsfolders --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
@@ -19,11 +19,12 @@
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.7"
"@types/node": "^22.10.2"
},
"dependencies": {
"@push.rocks/qenv": "^6.1.0",
"@push.rocks/smartnpm": "^2.0.4",
"@push.rocks/smarttime": "^4.1.1",
"@push.rocks/smartxml": "^1.0.8"
},
"repository": {