vitest 0.31.3 → 0.32.0
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/browser.d.ts +1 -1
- package/dist/browser.js +2 -2
- package/dist/child.js +3 -3
- package/dist/{chunk-api-setup.3854747a.js → chunk-api-setup.05e3917b.js} +1 -1
- package/dist/{chunk-install-pkg.1ed93fe7.js → chunk-install-pkg.ce602c20.js} +3 -3
- package/dist/{chunk-integrations-globals.6a234998.js → chunk-integrations-globals.277730ba.js} +3 -2
- package/dist/cli.js +18 -7
- package/dist/config.cjs +8 -9
- package/dist/config.d.ts +5 -3
- package/dist/config.js +8 -9
- package/dist/coverage.d.ts +9 -1
- package/dist/coverage.js +31 -0
- package/dist/entry.js +5 -4
- package/dist/environments.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -3
- package/dist/node.d.ts +6 -5
- package/dist/node.js +5 -4
- package/dist/runners.d.ts +1 -1
- package/dist/runners.js +2 -1
- package/dist/{types-fe79687a.d.ts → types-2b1c412e.d.ts} +30 -10
- package/dist/{vendor-cli-api.0726b980.js → vendor-cli-api.897427d4.js} +120 -51
- package/dist/{vendor-coverage.c8fd34c3.js → vendor-coverage.de2180ed.js} +2 -1
- package/dist/{vendor-execute.132a3e09.js → vendor-execute.001ae440.js} +36 -8
- package/dist/{vendor-index.5037f2c0.js → vendor-index.87ab04c3.js} +2 -2
- package/dist/{vendor-index.f81f6285.js → vendor-index.b46c103a.js} +1 -1
- package/dist/{vendor-setup.common.823a1300.js → vendor-setup.common.a35ee78b.js} +1 -1
- package/dist/{vendor-vi.23b98fa1.js → vendor-vi.55d2bc52.js} +31 -4
- package/dist/worker.js +3 -3
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.32.0",
|
|
5
5
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -148,17 +148,17 @@
|
|
|
148
148
|
"tinypool": "^0.5.0",
|
|
149
149
|
"vite": "^3.0.0 || ^4.0.0",
|
|
150
150
|
"why-is-node-running": "^2.2.2",
|
|
151
|
-
"@vitest/
|
|
152
|
-
"@vitest/spy": "0.
|
|
153
|
-
"@vitest/
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"@vitest/
|
|
151
|
+
"@vitest/utils": "0.32.0",
|
|
152
|
+
"@vitest/spy": "0.32.0",
|
|
153
|
+
"@vitest/runner": "0.32.0",
|
|
154
|
+
"@vitest/snapshot": "0.32.0",
|
|
155
|
+
"vite-node": "0.32.0",
|
|
156
|
+
"@vitest/expect": "0.32.0"
|
|
157
157
|
},
|
|
158
158
|
"devDependencies": {
|
|
159
159
|
"@ampproject/remapping": "^2.2.1",
|
|
160
160
|
"@antfu/install-pkg": "^0.1.1",
|
|
161
|
-
"@edge-runtime/vm": "
|
|
161
|
+
"@edge-runtime/vm": "3.0.1",
|
|
162
162
|
"@jridgewell/trace-mapping": "^0.3.18",
|
|
163
163
|
"@sinonjs/fake-timers": "^10.0.2",
|
|
164
164
|
"@types/diff": "^5.0.3",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"flatted": "^3.2.7",
|
|
181
181
|
"get-tsconfig": "^4.5.0",
|
|
182
182
|
"happy-dom": "^9.10.7",
|
|
183
|
-
"jsdom": "^
|
|
183
|
+
"jsdom": "^22.1.0",
|
|
184
184
|
"log-update": "^5.0.1",
|
|
185
185
|
"micromatch": "^4.0.5",
|
|
186
186
|
"mlly": "^1.2.0",
|