@vitest/coverage-istanbul
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -23,3 +23,2 @@ import { promises } from 'node:fs'; | ||
const _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/; | ||
globalThis.process?.platform === "win32" ? ";" : ":"; | ||
function cwd() { | ||
@@ -112,3 +111,3 @@ if (typeof process !== "undefined" && typeof process.cwd === "function") { | ||
var version = "3.0.0"; | ||
var version = "3.0.1"; | ||
@@ -115,0 +114,0 @@ const debug = createDebug("vitest:coverage"); |
{ | ||
"name": "@vitest/coverage-istanbul", | ||
"type": "module", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Istanbul coverage provider for Vitest", | ||
@@ -40,3 +40,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"peerDependencies": { | ||
"vitest": "3.0.0" | ||
"vitest": "3.0.1" | ||
}, | ||
@@ -63,4 +63,4 @@ "dependencies": { | ||
"@types/test-exclude": "^6.0.2", | ||
"pathe": "^2.0.0", | ||
"vitest": "3.0.0" | ||
"pathe": "^2.0.1", | ||
"vitest": "3.0.1" | ||
}, | ||
@@ -67,0 +67,0 @@ "scripts": { |
13926
318