@thi.ng/testament
Advanced tools
Comparing version 0.4.18 to 0.4.19
# Change Log | ||
- **Last updated**: 2024-02-19T16:07:07Z | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [0.4.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/testament@0.4.19) (2024-02-22) | ||
#### ♻️ Refactoring | ||
- update all `node:*` imports ([c71a526](https://github.com/thi-ng/umbrella/commit/c71a526)) | ||
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/testament@0.4.0) (2023-11-09) | ||
@@ -14,0 +20,0 @@ |
import { watch } from "chokidar"; | ||
import { readdirSync, statSync, writeFileSync } from "fs"; | ||
import { normalize, resolve } from "path"; | ||
import { readdirSync, statSync, writeFileSync } from "node:fs"; | ||
import { normalize, resolve } from "node:path"; | ||
import { GLOBAL_OPTS } from "./api.js"; | ||
@@ -5,0 +5,0 @@ import { execute } from "./exec.js"; |
@@ -1,3 +0,3 @@ | ||
import { readFileSync } from "fs"; | ||
import { join, resolve } from "path"; | ||
import { readFileSync } from "node:fs"; | ||
import { join, resolve } from "node:path"; | ||
const fixturePath = (path, abs = false) => { | ||
@@ -4,0 +4,0 @@ const $path = join("test", "fixtures", ...path.split("/")); |
{ | ||
"name": "@thi.ng/testament", | ||
"version": "0.4.18", | ||
"version": "0.4.19", | ||
"description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/logger": "^3.0.1", | ||
"@thi.ng/logger": "^3.0.2", | ||
"chokidar": "^3.6.0" | ||
@@ -104,3 +104,3 @@ }, | ||
}, | ||
"gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n" | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
} |
@@ -21,3 +21,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> This is one of 190 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -69,3 +69,3 @@ > and anti-framework. | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.08 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.09 KB | ||
@@ -72,0 +72,0 @@ ## Dependencies |
46151
2
Updated@thi.ng/logger@^3.0.2