vitest 0.0.140 → 0.0.141
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/dist/cli.js +4 -4
- package/dist/{diff-deb11fa7.js → diff-f7af3876.js} +2 -2
- package/dist/entry.js +10 -34
- package/dist/{global-7907d87d.js → global-be63adce.js} +4 -4
- package/dist/index-1bb8e174.js +267 -0
- package/dist/{index-4a8eca63.js → index-9387000b.js} +2 -2
- package/dist/{index-3faf3d6e.js → index-9a69ca2e.js} +31 -59
- package/dist/index.d.ts +36 -2
- package/dist/index.js +3 -3
- package/dist/node.d.ts +125 -91
- package/dist/node.js +3 -3
- package/dist/{setup-901b91d4.js → setup-61d53207.js} +3 -3
- package/dist/{vi-8e5d0623.js → vi-8d17efa1.js} +2 -2
- package/dist/worker.js +1 -1
- package/package.json +3 -3
- package/dist/index-53aca3c1.js +0 -205
package/dist/cli.js
CHANGED
|
@@ -7,8 +7,8 @@ import process$1 from 'process';
|
|
|
7
7
|
import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709f57.js';
|
|
8
8
|
import require$$0, { constants } from 'os';
|
|
9
9
|
import { s as signalExit } from './index-648e7ab2.js';
|
|
10
|
-
import { e as ensurePackageInstalled } from './index-
|
|
11
|
-
import { c as createVitest } from './index-
|
|
10
|
+
import { e as ensurePackageInstalled } from './index-1bb8e174.js';
|
|
11
|
+
import { c as createVitest } from './index-9a69ca2e.js';
|
|
12
12
|
import './_commonjsHelpers-c9e3b764.js';
|
|
13
13
|
import 'fs';
|
|
14
14
|
import 'stream';
|
|
@@ -24,7 +24,7 @@ import 'url';
|
|
|
24
24
|
import './constants-124522a1.js';
|
|
25
25
|
import './magic-string.es-94000aea.js';
|
|
26
26
|
import 'perf_hooks';
|
|
27
|
-
import './diff-
|
|
27
|
+
import './diff-f7af3876.js';
|
|
28
28
|
import 'worker_threads';
|
|
29
29
|
import 'tinypool';
|
|
30
30
|
|
|
@@ -1701,7 +1701,7 @@ function execa(file, args, options) {
|
|
|
1701
1701
|
return mergePromise(spawned, handlePromiseOnce);
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
|
-
var version = "0.0.
|
|
1704
|
+
var version = "0.0.141";
|
|
1705
1705
|
|
|
1706
1706
|
const CLOSE_TIMEOUT = 1e3;
|
|
1707
1707
|
const cli = cac("vitest");
|