vitest 0.2.0 → 0.2.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/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from 'events';
2
2
  import { c, e as ensurePackageInstalled } from './index-a2ff0e29.js';
3
- import { c as createVitest } from './create-edd195eb.js';
3
+ import { c as createVitest } from './create-0d7ef684.js';
4
4
  import require$$0 from 'readline';
5
5
  import 'tty';
6
6
  import 'local-pkg';
@@ -639,7 +639,7 @@ class CAC extends EventEmitter {
639
639
 
640
640
  const cac = (name = "") => new CAC(name);
641
641
 
642
- var version = "0.2.0";
642
+ var version = "0.2.1";
643
643
 
644
644
  const keys = [
645
645
  ["a", "rerun all tests"],