vitest 0.3.4 → 0.3.5

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 CHANGED
@@ -6,8 +6,8 @@ import process$1 from 'process';
6
6
  import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709f57.js';
7
7
  import require$$0, { constants } from 'os';
8
8
  import { s as signalExit } from './index-648e7ab2.js';
9
- import { c, e as ensurePackageInstalled } from './index-61b7ead7.js';
10
- import { c as createVitest } from './create-03db0821.js';
9
+ import { c, e as ensurePackageInstalled } from './index-5e0ca99c.js';
10
+ import { c as createVitest } from './create-c989e565.js';
11
11
  import require$$0$1 from 'readline';
12
12
  import './_commonjsHelpers-c9e3b764.js';
13
13
  import 'fs';
@@ -25,8 +25,8 @@ import 'module';
25
25
  import 'vm';
26
26
  import './defaults-ac98ff15.js';
27
27
  import 'perf_hooks';
28
- import './diff-21debc94.js';
29
- import './source-map-c0dbec82.js';
28
+ import './diff-00c7fe6a.js';
29
+ import './source-map-1b1fae71.js';
30
30
  import 'worker_threads';
31
31
  import 'tinypool';
32
32
  import './magic-string.es-94000aea.js';
@@ -1704,7 +1704,7 @@ function execa(file, args, options) {
1704
1704
  return mergePromise(spawned, handlePromiseOnce);
1705
1705
  }
1706
1706
 
1707
- var version = "0.3.4";
1707
+ var version = "0.3.5";
1708
1708
 
1709
1709
  const keys = [
1710
1710
  ["a", "rerun all tests"],