vitest 0.24.2 → 0.24.3

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.
@@ -29,7 +29,7 @@ import { stripLiteral } from 'strip-literal';
29
29
  import require$$0$2 from 'readline';
30
30
  import { p as prompts } from './vendor-index.9f20a9be.js';
31
31
 
32
- var version$1 = "0.24.2";
32
+ var version$1 = "0.24.3";
33
33
 
34
34
  class EndError extends Error {
35
35
  constructor(value) {
@@ -9533,7 +9533,7 @@ createLogUpdate(process$1.stdout);
9533
9533
 
9534
9534
  createLogUpdate(process$1.stderr);
9535
9535
 
9536
- var version = "0.24.2";
9536
+ var version = "0.24.3";
9537
9537
 
9538
9538
  function fileFromParsedStack(stack) {
9539
9539
  var _a, _b;
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from 'events';
2
2
  import { p as picocolors } from './chunk-utils-env.b1281522.js';
3
- import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.02d922bf.js';
3
+ import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.efa824b9.js';
4
4
  import 'tty';
5
5
  import 'url';
6
6
  import 'path';
package/dist/node.js CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseSequencer, V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.02d922bf.js';
1
+ export { B as BaseSequencer, V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.efa824b9.js';
2
2
  export { V as VitestRunner } from './chunk-runtime-mocker.3eb1fcc0.js';
3
3
  import './chunk-utils-env.b1281522.js';
4
4
  import 'tty';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitest",
3
3
  "type": "module",
4
- "version": "0.24.2",
4
+ "version": "0.24.3",
5
5
  "description": "A blazing fast unit test framework powered by Vite",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -121,7 +121,7 @@
121
121
  "@types/natural-compare": "^1.4.1",
122
122
  "@types/prompts": "^2.4.1",
123
123
  "@types/sinonjs__fake-timers": "^8.1.2",
124
- "@vitest/ui": "0.24.2",
124
+ "@vitest/ui": "0.24.3",
125
125
  "birpc": "^0.2.3",
126
126
  "cac": "^6.7.14",
127
127
  "chai-subset": "^1.6.0",
@@ -149,7 +149,7 @@
149
149
  "source-map-js": "^1.0.2",
150
150
  "strip-ansi": "^7.0.1",
151
151
  "typescript": "^4.8.4",
152
- "vite-node": "0.24.2",
152
+ "vite-node": "0.24.3",
153
153
  "ws": "^8.9.0"
154
154
  },
155
155
  "scripts": {