vitest 0.6.3 → 0.7.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.
Files changed (30) hide show
  1. package/LICENSE.md +0 -29
  2. package/dist/{chunk-api-setup.1387bc33.js → chunk-api-setup.78dc40d0.js} +5 -5
  3. package/dist/{chunk-constants.15865c75.js → chunk-constants.a717efa1.js} +2 -2
  4. package/dist/{chunk-defaults.5e983edd.js → chunk-defaults.720fd914.js} +2 -2
  5. package/dist/{chunk-install-pkg.ba2381b8.js → chunk-install-pkg.1d3b155f.js} +3 -3
  6. package/dist/chunk-integrations-globals.07fd0dd8.js +25 -0
  7. package/dist/chunk-runtime-chain.26475065.js +7065 -0
  8. package/dist/chunk-runtime-rpc.5f9e77bc.js +9 -0
  9. package/dist/chunk-utils-base.8397dafe.js +409 -0
  10. package/dist/chunk-utils-global.7bcfa03c.js +6 -0
  11. package/dist/chunk-utils-path.c049f6c1.js +267 -0
  12. package/dist/{chunk-utils-source-map.f852610c.js → chunk-utils-source-map.268054ec.js} +2 -2
  13. package/dist/{chunk-vite-node-externalize.3c10a918.js → chunk-vite-node-externalize.141a670a.js} +22 -17
  14. package/dist/{chunk-vite-node-utils.78bec025.js → chunk-vite-node-utils.f7a2c0bb.js} +30 -15
  15. package/dist/cli.js +8 -8
  16. package/dist/config.d.ts +2 -2
  17. package/dist/entry.js +25 -20
  18. package/dist/index.d.ts +38 -6
  19. package/dist/index.js +7 -6
  20. package/dist/jest-mock.js +4 -3
  21. package/dist/node.d.ts +106 -3
  22. package/dist/node.js +11 -9
  23. package/dist/{vendor-_commonjsHelpers.edc3a5f0.js → vendor-_commonjsHelpers.34b404ce.js} +2 -6
  24. package/dist/{vendor-index.a89597d0.js → vendor-index.16e6622e.js} +2 -2
  25. package/dist/worker.js +14 -265
  26. package/package.json +3 -4
  27. package/dist/chunk-integrations-globals.f273e501.js +0 -24
  28. package/dist/chunk-runtime-chain.6e08f23f.js +0 -7088
  29. package/dist/chunk-runtime-rpc.1832c38c.js +0 -6
  30. package/dist/chunk-utils-base.4350de31.js +0 -409
package/LICENSE.md CHANGED
@@ -1231,35 +1231,6 @@ Repository: unjs/mlly
1231
1231
 
1232
1232
  ---------------------------------------
1233
1233
 
1234
- ## mockdate
1235
- License: MIT
1236
- By: Bob Lauer
1237
- Repository: https://github.com/boblauer/MockDate.git
1238
-
1239
- > The MIT License (MIT)
1240
- >
1241
- > Copyright (c) 2014 Bob Lauer
1242
- >
1243
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1244
- > of this software and associated documentation files (the "Software"), to deal
1245
- > in the Software without restriction, including without limitation the rights
1246
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1247
- > copies of the Software, and to permit persons to whom the Software is
1248
- > furnished to do so, subject to the following conditions:
1249
- >
1250
- > The above copyright notice and this permission notice shall be included in all
1251
- > copies or substantial portions of the Software.
1252
- >
1253
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1254
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1255
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1256
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1257
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1258
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1259
- > SOFTWARE.
1260
-
1261
- ---------------------------------------
1262
-
1263
1234
  ## natural-compare
1264
1235
  License: MIT
1265
1236
  By: Lauri Rooden