@vitest/coverage-istanbul 0.25.7 → 0.26.0

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/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -187,7 +187,7 @@ interface AcornNode {
187
187
  type: string;
188
188
  }
189
189
 
190
- declare type Threshold = 'lines' | 'functions' | 'statements' | 'branches';
190
+ type Threshold = 'lines' | 'functions' | 'statements' | 'branches';
191
191
  interface TestExclude {
192
192
  new (opts: {
193
193
  cwd?: string | string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitest/coverage-istanbul",
3
3
  "type": "module",
4
- "version": "0.25.7",
4
+ "version": "0.26.0",
5
5
  "description": "Istanbul coverage provider for Vitest",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  "istanbul-lib-source-maps": "^4.0.1",
44
44
  "istanbul-reports": "^3.1.5",
45
45
  "test-exclude": "^6.0.0",
46
- "vitest": "0.25.7"
46
+ "vitest": "0.26.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/istanbul-lib-coverage": "^2.0.4",