vitest 0.7.6 → 0.7.7

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 { d as c } from './chunk-utils-base.8397dafe.js';
3
- import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.fe4b860d.js';
3
+ import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.82d4b8d8.js';
4
4
  import 'path';
5
5
  import 'tty';
6
6
  import 'local-pkg';
@@ -17,7 +17,7 @@ import 'url';
17
17
  import 'os';
18
18
  import 'vite';
19
19
  import './chunk-constants.a717efa1.js';
20
- import './chunk-vite-node-utils.45af7aa1.js';
20
+ import './chunk-vite-node-utils.66647e5d.js';
21
21
  import 'module';
22
22
  import 'vm';
23
23
  import './chunk-defaults.720fd914.js';
package/dist/config.d.ts CHANGED
@@ -358,6 +358,7 @@ interface UserConsoleLog {
358
358
  time: number;
359
359
  }
360
360
  interface Position {
361
+ source?: string;
361
362
  line: number;
362
363
  column: number;
363
364
  }