escover 6.3.0 → 6.3.2
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/ChangeLog +19 -0
- package/lib/cli/cli.js +1 -1
- package/package.json +1 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2026.05.15, v6.3.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 823bd51 escover: cli: default formatter: responsive
|
|
5
|
+
|
|
6
|
+
2026.05.15, v6.3.1
|
|
7
|
+
|
|
8
|
+
fix:
|
|
9
|
+
- 37b6a58 @escover/converter-istanbul: fromIstanbul: simplify
|
|
10
|
+
- b62bfb5 badges
|
|
11
|
+
- 1ee7c61 @escover/formatter-istanbul: rm unused dependencies
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- 89c7532 escover: rm unused dependencies
|
|
15
|
+
- 4c3f305 @escover/formatter-files: table v6.9.0
|
|
16
|
+
- ece5db7 @escover/formatter-files: strip-ansi v7.2.0
|
|
17
|
+
- 96b7a5d @escover/formatter-istanbul: try-catch v4.0.9
|
|
18
|
+
- 053b3f8 @escover/converter-istanbul: fromIstanbul: improve support
|
|
19
|
+
|
|
1
20
|
2026.05.13, v6.3.0
|
|
2
21
|
|
|
3
22
|
fix:
|
package/lib/cli/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "escover",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.2",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"description": "Coverage for EcmaScript Modules",
|
|
6
6
|
"main": "packages/escover/lib/escover.js",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@escover/formatter-files": "^1.0.1",
|
|
42
42
|
"@escover/formatter-lines": "^1.0.1",
|
|
43
43
|
"@putout/plugin-convert-optional-to-logical": "^4.0.0",
|
|
44
|
-
"chalk": "^5.0.0",
|
|
45
44
|
"find-cache-dir": "^5.0.0",
|
|
46
45
|
"find-up": "^8.0.0",
|
|
47
46
|
"montag": "^2.0.1",
|
|
@@ -49,7 +48,6 @@
|
|
|
49
48
|
"picomatch": "^4.0.2",
|
|
50
49
|
"putout": "^42.0.1",
|
|
51
50
|
"strip-ansi": "^7.0.1",
|
|
52
|
-
"table": "^6.8.0",
|
|
53
51
|
"try-catch": "^4.0.9",
|
|
54
52
|
"yargs-parser": "^22.0.0"
|
|
55
53
|
},
|