@thi.ng/testament
Advanced tools
Comparing version 0.2.2 to 0.2.3
# Change Log | ||
- **Last updated**: 2021-11-21T17:09:28Z | ||
- **Last updated**: 2021-12-13T10:26:00Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/testament", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode", | ||
@@ -38,5 +38,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/logger": "^1.1.2", | ||
"@thi.ng/logger": "^1.1.3", | ||
"chokidar": "^3.5.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.19.2", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.10", | ||
"typescript": "^4.5.3" | ||
}, | ||
"keywords": [ | ||
@@ -81,10 +88,3 @@ "typescript" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
}, | ||
"gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n" | ||
"gitHead": "2db9dd34c0c2c60cbfde3dad0bca352b20292f5c\n" | ||
} |
Updated@thi.ng/logger@^1.1.3