escover 6.3.0 → 6.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.
Files changed (2) hide show
  1. package/ChangeLog +14 -0
  2. package/package.json +1 -3
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2026.05.15, v6.3.1
2
+
3
+ fix:
4
+ - 37b6a58 @escover/converter-istanbul: fromIstanbul: simplify
5
+ - b62bfb5 badges
6
+ - 1ee7c61 @escover/formatter-istanbul: rm unused dependencies
7
+
8
+ feature:
9
+ - 89c7532 escover: rm unused dependencies
10
+ - 4c3f305 @escover/formatter-files: table v6.9.0
11
+ - ece5db7 @escover/formatter-files: strip-ansi v7.2.0
12
+ - 96b7a5d @escover/formatter-istanbul: try-catch v4.0.9
13
+ - 053b3f8 @escover/converter-istanbul: fromIstanbul: improve support
14
+
1
15
  2026.05.13, v6.3.0
2
16
 
3
17
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "escover",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
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
  },