vitest 0.1.21 → 0.1.23
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/LICENSE.md +1 -1
- package/dist/cli.js +5 -5
- package/dist/create-38cbed6f.js +9156 -0
- package/dist/{diff-b959f41e.js → diff-1f9491ae.js} +2 -2
- package/dist/entry.js +46 -12
- package/dist/{globals-17a08ea0.js → globals-7409dbab.js} +4 -4
- package/dist/index-ba307c22.js +9255 -0
- package/dist/{index-099b4b5d.js → index-cd6f3933.js} +2 -2
- package/dist/index.d.ts +12 -14
- package/dist/index.js +3 -3
- package/dist/node.d.ts +11 -13
- package/dist/node.js +4 -4
- package/dist/setup-458ce1c8.js +4393 -0
- package/dist/{source-map-2548ccee.js → source-map-6a5e2318.js} +22 -2
- package/dist/{vi-b8d6ed42.js → vi-15ee265f.js} +2 -2
- package/dist/worker.js +12 -15
- package/package.json +11 -12
- package/dist/create-30793c93.js +0 -9144
- package/dist/index-058a289b.js +0 -9255
- package/dist/setup-a40bec26.js +0 -4381
package/LICENSE.md
CHANGED
|
@@ -1712,7 +1712,7 @@ Repository: chalk/slice-ansi
|
|
|
1712
1712
|
## source-map-js
|
|
1713
1713
|
License: BSD-3-Clause
|
|
1714
1714
|
By: Valentin 7rulnik Semirulnik, Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
|
|
1715
|
-
Repository: 7rulnik/source-map
|
|
1715
|
+
Repository: 7rulnik/source-map-js
|
|
1716
1716
|
|
|
1717
1717
|
> Copyright (c) 2009-2011, Mozilla Foundation and contributors
|
|
1718
1718
|
> All rights reserved.
|
package/dist/cli.js
CHANGED
|
@@ -7,7 +7,7 @@ import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709
|
|
|
7
7
|
import require$$0, { constants } from 'os';
|
|
8
8
|
import { s as signalExit } from './index-648e7ab2.js';
|
|
9
9
|
import { c, e as ensurePackageInstalled } from './index-80a227f0.js';
|
|
10
|
-
import { c as createVitest } from './create-
|
|
10
|
+
import { c as createVitest } from './create-38cbed6f.js';
|
|
11
11
|
import require$$0$1 from 'readline';
|
|
12
12
|
import './_commonjsHelpers-c9e3b764.js';
|
|
13
13
|
import 'fs';
|
|
@@ -20,11 +20,11 @@ import './index-1964368a.js';
|
|
|
20
20
|
import 'vite';
|
|
21
21
|
import './constants-de5287a6.js';
|
|
22
22
|
import 'url';
|
|
23
|
-
import './index-
|
|
23
|
+
import './index-ba307c22.js';
|
|
24
24
|
import 'module';
|
|
25
25
|
import 'perf_hooks';
|
|
26
|
-
import './diff-
|
|
27
|
-
import './source-map-
|
|
26
|
+
import './diff-1f9491ae.js';
|
|
27
|
+
import './source-map-6a5e2318.js';
|
|
28
28
|
import 'worker_threads';
|
|
29
29
|
import 'tinypool';
|
|
30
30
|
import './magic-string.es-94000aea.js';
|
|
@@ -1702,7 +1702,7 @@ function execa(file, args, options) {
|
|
|
1702
1702
|
return mergePromise(spawned, handlePromiseOnce);
|
|
1703
1703
|
}
|
|
1704
1704
|
|
|
1705
|
-
var version = "0.1.
|
|
1705
|
+
var version = "0.1.23";
|
|
1706
1706
|
|
|
1707
1707
|
const keys = [
|
|
1708
1708
|
["a", "rerun all tests"],
|