@thi.ng/testament
Advanced tools
Comparing version 0.2.4 to 0.2.5
# Change Log | ||
- **Last updated**: 2022-03-11T12:13:49Z | ||
- **Last updated**: 2022-04-07T14:17:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/testament", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/logger": "^1.1.4", | ||
"@thi.ng/logger": "^1.1.5", | ||
"chokidar": "^3.5.3" | ||
@@ -69,15 +69,15 @@ }, | ||
".": { | ||
"import": "./index.js" | ||
"default": "./index.js" | ||
}, | ||
"./api": { | ||
"import": "./api.js" | ||
"default": "./api.js" | ||
}, | ||
"./exec": { | ||
"import": "./exec.js" | ||
"default": "./exec.js" | ||
}, | ||
"./group": { | ||
"import": "./group.js" | ||
"default": "./group.js" | ||
}, | ||
"./test": { | ||
"import": "./test.js" | ||
"default": "./test.js" | ||
} | ||
@@ -89,3 +89,3 @@ }, | ||
}, | ||
"gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n" | ||
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n" | ||
} |
47319
Updated@thi.ng/logger@^1.1.5