escover 3.6.0 → 3.6.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,8 @@
1
+ 2023.08.27, v3.6.1
2
+
3
+ feature:
4
+ - 7cb7e37 package: @putout/plugin-convert-optional-to-logical v2.0.0
5
+
1
6
  2023.08.27, v3.6.0
2
7
 
3
8
  feature:
@@ -1,6 +1,6 @@
1
1
  import putout from 'putout';
2
2
  import * as mark from './plugin-mark/index.js';
3
- import convertOptionalToLogical from '@putout/plugin-convert-optional-to-logical';
3
+ import * as convertOptionalToLogical from '@putout/plugin-convert-optional-to-logical';
4
4
 
5
5
  const cut = (a) => a.replace('#!/usr/bin/env node', '');
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "escover",
3
- "version": "3.6.0",
3
+ "version": "3.6.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,7 +39,7 @@
39
39
  "prewisdom": "madrun prewisdom"
40
40
  },
41
41
  "dependencies": {
42
- "@putout/plugin-convert-optional-to-logical": "^1.0.0",
42
+ "@putout/plugin-convert-optional-to-logical": "^2.0.0",
43
43
  "chalk": "^5.0.0",
44
44
  "find-cache-dir": "^5.0.0",
45
45
  "find-up": "^6.2.0",