vitest 0.32.1 → 0.32.2

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.
@@ -3,7 +3,7 @@ import p from 'path';
3
3
  import require$$0$1 from 'util';
4
4
  import require$$0$3 from 'child_process';
5
5
  import { p as pathKey, s as signalExit, m as mergeStream$1, g as getStream$1, c as crossSpawn$1 } from './vendor-index.c1e09929.js';
6
- import { o as onetime$1 } from './vendor-cli-api.17011d0a.js';
6
+ import { o as onetime$1 } from './vendor-cli-api.f9adf98c.js';
7
7
  import require$$0$2 from 'os';
8
8
  import 'node:buffer';
9
9
  import 'node:path';
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { normalize } from 'pathe';
2
2
  import cac from 'cac';
3
3
  import c from 'picocolors';
4
- import { v as version, s as startVitest, d as divider } from './vendor-cli-api.17011d0a.js';
4
+ import { v as version, s as startVitest, d as divider } from './vendor-cli-api.f9adf98c.js';
5
5
  import './vendor-index.fad2598b.js';
6
6
  import { t as toArray } from './vendor-index.87ab04c3.js';
7
7
  import './vendor-constants.538d9b49.js';
package/dist/node.js CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseSequencer, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor-cli-api.17011d0a.js';
1
+ export { B as BaseSequencer, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor-cli-api.f9adf98c.js';
2
2
  export { V as VitestExecutor } from './vendor-execute.001ae440.js';
3
3
  import 'pathe';
4
4
  import './vendor-constants.538d9b49.js';
@@ -60,7 +60,7 @@ function _mergeNamespaces(n, m) {
60
60
  return Object.freeze(n);
61
61
  }
62
62
 
63
- var version$1 = "0.32.1";
63
+ var version$1 = "0.32.2";
64
64
 
65
65
  const __dirname$1 = url.fileURLToPath(new URL(".", import.meta.url));
66
66
  async function ensurePackageInstalled(dependency, root, errorMessage) {
@@ -81,7 +81,7 @@ async function ensurePackageInstalled(dependency, root, errorMessage) {
81
81
  message: c.reset(`Do you want to install ${c.green(dependency)}?`)
82
82
  });
83
83
  if (install) {
84
- await (await import('./chunk-install-pkg.65daeadb.js')).installPackage(dependency, { dev: true });
84
+ await (await import('./chunk-install-pkg.62047ee6.js')).installPackage(dependency, { dev: true });
85
85
  process.stderr.write(c.yellow(`
86
86
  Package ${dependency} installed, re-run the command to start.
87
87
  `));
@@ -11173,7 +11173,7 @@ createLogUpdate(process$1.stdout);
11173
11173
 
11174
11174
  createLogUpdate(process$1.stderr);
11175
11175
 
11176
- var version = "0.32.1";
11176
+ var version = "0.32.2";
11177
11177
 
11178
11178
  const comma = ','.charCodeAt(0);
11179
11179
  const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitest",
3
3
  "type": "module",
4
- "version": "0.32.1",
4
+ "version": "0.32.2",
5
5
  "description": "A blazing fast unit test framework powered by Vite",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -148,12 +148,12 @@
148
148
  "tinypool": "^0.5.0",
149
149
  "vite": "^3.0.0 || ^4.0.0",
150
150
  "why-is-node-running": "^2.2.2",
151
- "@vitest/expect": "0.32.1",
152
- "@vitest/snapshot": "0.32.1",
153
- "@vitest/runner": "0.32.1",
154
- "vite-node": "0.32.1",
155
- "@vitest/spy": "0.32.1",
156
- "@vitest/utils": "0.32.1"
151
+ "@vitest/expect": "0.32.2",
152
+ "@vitest/runner": "0.32.2",
153
+ "vite-node": "0.32.2",
154
+ "@vitest/snapshot": "0.32.2",
155
+ "@vitest/spy": "0.32.2",
156
+ "@vitest/utils": "0.32.2"
157
157
  },
158
158
  "devDependencies": {
159
159
  "@ampproject/remapping": "^2.2.1",