vitest 0.0.67 → 0.0.68

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/node/cli.js CHANGED
@@ -638,7 +638,7 @@ var dist_default = cac;
638
638
  import c4 from "picocolors";
639
639
 
640
640
  // package.json
641
- var version = "0.0.67";
641
+ var version = "0.0.68";
642
642
 
643
643
  // src/reporters/default.ts
644
644
  init_esm_shims();
@@ -22,8 +22,7 @@ import { fileURLToPath, pathToFileURL } from "url";
22
22
  import { dirname, resolve } from "path";
23
23
  import vm from "vm";
24
24
  var defaultInline = [
25
- "vitest/dist/runtime/entry.js",
26
- "vitest/src/runtime/entry.ts",
25
+ "vitest/dist",
27
26
  "@vue",
28
27
  "@vueuse",
29
28
  "vue-demi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "description": "A blazing fast unit test framework powered by Vite",
5
5
  "keywords": [
6
6
  "vite",