escover 3.2.0 → 3.2.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/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.05.05, v3.2.1
2
+
3
+ feature:
4
+ - 0c86858 escover: rm unused deps
5
+ - 98ff5ae package: escover v3.2.0
6
+
1
7
  2023.05.05, v3.2.0
2
8
 
3
9
  feature:
package/lib/escover.js CHANGED
@@ -30,7 +30,6 @@ export function globalPreload({port}) {
30
30
  global.__createC4 = port.postMessage.bind(port);
31
31
  `;
32
32
  }
33
-
34
33
  export async function load(url, context, defaultLoad) {
35
34
  const {
36
35
  format,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "escover",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "Coverage for EcmaScript Modules",
6
6
  "main": "lib/escover.js",
@@ -39,8 +39,6 @@
39
39
  "prewisdom": "madrun prewisdom"
40
40
  },
41
41
  "dependencies": {
42
- "@babel/parser": "^7.21.8",
43
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
44
42
  "@putout/plugin-convert-optional-to-logical": "^1.0.0",
45
43
  "@putout/printer": "^1.80.3",
46
44
  "chalk": "^5.0.0",
@@ -64,7 +62,7 @@
64
62
  "devDependencies": {
65
63
  "@putout/test": "^6.4.0",
66
64
  "c8": "^7.8.0",
67
- "escover": "^2.0.1",
65
+ "escover": "^3.2.0",
68
66
  "eslint": "^8.3.0",
69
67
  "eslint-plugin-n": "^15.2.4",
70
68
  "eslint-plugin-putout": "^17.5.1",