vitest 1.0.0 → 1.0.1
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,7 +1,7 @@
|
|
|
1
1
|
import { normalize } from 'pathe';
|
|
2
2
|
import cac from 'cac';
|
|
3
3
|
import c from 'picocolors';
|
|
4
|
-
import { v as version, s as startVitest } from './vendor/node.
|
|
4
|
+
import { v as version, s as startVitest } from './vendor/node.mLeBfrTn.js';
|
|
5
5
|
import './vendor/index.XU72Rmy8.js';
|
|
6
6
|
import { d as divider } from './vendor/reporters.pr8MinP9.js';
|
|
7
7
|
import { t as toArray } from './vendor/base._79unx2z.js';
|
package/dist/node.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BaseSequencer, V as VitestPlugin, a as createMethodsRPC, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor/node.
|
|
1
|
+
export { B as BaseSequencer, V as VitestPlugin, a as createMethodsRPC, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor/node.mLeBfrTn.js';
|
|
2
2
|
import 'pathe';
|
|
3
3
|
import 'vite';
|
|
4
4
|
import 'node:path';
|
|
@@ -62,7 +62,7 @@ function _mergeNamespaces(n, m) {
|
|
|
62
62
|
return Object.freeze(n);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
var version$1 = "1.0.
|
|
65
|
+
var version$1 = "1.0.1";
|
|
66
66
|
|
|
67
67
|
const __dirname$1 = url.fileURLToPath(new URL(".", import.meta.url));
|
|
68
68
|
async function ensurePackageInstalled(dependency, root) {
|
|
@@ -6283,7 +6283,7 @@ createLogUpdate(process$2.stdout);
|
|
|
6283
6283
|
|
|
6284
6284
|
createLogUpdate(process$2.stderr);
|
|
6285
6285
|
|
|
6286
|
-
var version = "1.0.
|
|
6286
|
+
var version = "1.0.1";
|
|
6287
6287
|
|
|
6288
6288
|
async function printError(error, project, options) {
|
|
6289
6289
|
const { showCodeFrame = true, fullStack = false, type } = options;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "Next generation testing framework powered by Vite",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"@edge-runtime/vm": "*",
|
|
108
108
|
"@types/node": "^18.0.0 || >=20.0.0",
|
|
109
|
-
"@vitest/browser": "
|
|
110
|
-
"@vitest/ui": "
|
|
109
|
+
"@vitest/browser": "^1.0.0",
|
|
110
|
+
"@vitest/ui": "^1.0.0",
|
|
111
111
|
"happy-dom": "*",
|
|
112
112
|
"jsdom": "*"
|
|
113
113
|
},
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"tinypool": "^0.8.1",
|
|
148
148
|
"vite": "^5.0.0-beta.19 || ^5.0.0",
|
|
149
149
|
"why-is-node-running": "^2.2.2",
|
|
150
|
-
"@vitest/expect": "1.0.
|
|
151
|
-
"@vitest/
|
|
152
|
-
"@vitest/spy": "1.0.
|
|
153
|
-
"@vitest/
|
|
154
|
-
"@vitest/utils": "1.0.
|
|
155
|
-
"vite-node": "1.0.
|
|
150
|
+
"@vitest/expect": "1.0.1",
|
|
151
|
+
"@vitest/snapshot": "1.0.1",
|
|
152
|
+
"@vitest/spy": "1.0.1",
|
|
153
|
+
"@vitest/runner": "1.0.1",
|
|
154
|
+
"@vitest/utils": "1.0.1",
|
|
155
|
+
"vite-node": "1.0.1"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
158
|
"@ampproject/remapping": "^2.2.1",
|