@japa/runner 4.3.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +2 -3
package/build/index.js
CHANGED
|
@@ -23,7 +23,7 @@ import { ErrorsPrinter as ErrorsPrinter2 } from "@japa/errors-printer";
|
|
|
23
23
|
|
|
24
24
|
// src/plugins/retry.ts
|
|
25
25
|
import { join } from "path";
|
|
26
|
-
import findCacheDirectory from "find-cache-
|
|
26
|
+
import findCacheDirectory from "find-cache-directory";
|
|
27
27
|
import { mkdir, readFile, unlink, writeFile } from "fs/promises";
|
|
28
28
|
var CACHE_DIR = findCacheDirectory({ name: "@japa/runner" });
|
|
29
29
|
var SUMMARY_FILE = CACHE_DIR ? join(CACHE_DIR, "summary.json") : void 0;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@japa/runner",
|
|
3
3
|
"description": "A simple yet powerful testing framework for Node.js",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.1",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.16.0"
|
|
7
7
|
},
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
42
42
|
"@swc/core": "1.13.1",
|
|
43
43
|
"@types/chai": "^5.2.2",
|
|
44
|
-
"@types/find-cache-dir": "^5.0.2",
|
|
45
44
|
"@types/ms": "^2.1.0",
|
|
46
45
|
"@types/node": "^24.0.15",
|
|
47
46
|
"c8": "^10.1.3",
|
|
@@ -62,7 +61,7 @@
|
|
|
62
61
|
"@poppinss/colors": "^4.1.5",
|
|
63
62
|
"@poppinss/hooks": "^7.2.6",
|
|
64
63
|
"fast-glob": "^3.3.3",
|
|
65
|
-
"find-cache-
|
|
64
|
+
"find-cache-directory": "^6.0.0",
|
|
66
65
|
"getopts": "^2.3.0",
|
|
67
66
|
"ms": "^2.1.3",
|
|
68
67
|
"serialize-error": "^12.0.0",
|