vitest 0.1.20 → 0.1.25
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 +10 -11
- package/dist/create-59a8f7ed.js +9150 -0
- package/dist/diff-1f9491ae.js +1367 -0
- package/dist/entry.js +47 -12
- package/dist/{globals-862e8d31.js → globals-7409dbab.js} +5 -4
- package/dist/{index-34e48ae9.js → index-80a227f0.js} +2 -2
- package/dist/index-ba307c22.js +9255 -0
- package/dist/{index-32c8ccbd.js → index-cd6f3933.js} +2 -2
- package/dist/index.d.ts +18 -16
- package/dist/index.js +5 -4
- package/dist/node.d.ts +13 -15
- package/dist/node.js +6 -5
- package/dist/{setup-bd3957d1.js → setup-c3de8512.js} +4 -4
- package/dist/source-map-6a5e2318.js +3407 -0
- package/dist/{vi-a1478189.js → vi-15ee265f.js} +24 -7
- package/dist/worker.js +231 -187
- package/package.json +10 -11
- package/dist/create-3bc3fb6a.js +0 -9160
- package/dist/diff-cec3bc6d.js +0 -4749
- package/dist/index-058a289b.js +0 -9255
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.
|