vitest 0.0.121 → 0.0.125

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest",
3
- "version": "0.0.121",
3
+ "version": "0.0.125",
4
4
  "description": "A blazing fast unit test framework powered by Vite",
5
5
  "keywords": [
6
6
  "vite",
@@ -8,13 +8,13 @@
8
8
  "test",
9
9
  "jest"
10
10
  ],
11
- "homepage": "https://github.com/antfu/vitest#readme",
11
+ "homepage": "https://github.com/vitest-dev/vitest#readme",
12
12
  "bugs": {
13
- "url": "https://github.com/antfu/vitest/issues"
13
+ "url": "https://github.com/vitest-dev/vitest/issues"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/antfu/vitest.git"
17
+ "url": "git+https://github.com/vitest-dev/vitest.git"
18
18
  },
19
19
  "funding": "https://github.com/sponsors/antfu",
20
20
  "license": "MIT",
@@ -52,7 +52,8 @@
52
52
  "chai": "^4.3.4",
53
53
  "local-pkg": "^0.4.0",
54
54
  "tinypool": "^0.0.6",
55
- "tinyspy": "^0.2.6"
55
+ "tinyspy": "^0.2.6",
56
+ "vite": ">=2.7.10"
56
57
  },
57
58
  "devDependencies": {
58
59
  "@antfu/install-pkg": "^0.1.0",
@@ -89,13 +90,14 @@
89
90
  "source-map-js": "^1.0.1",
90
91
  "strip-ansi": "^7.0.1",
91
92
  "typescript": "^4.5.4",
92
- "ws": "^8.4.0"
93
+ "ws": "^8.4.0",
94
+ "@vitest/ui": "0.0.125"
93
95
  },
94
96
  "peerDependencies": {
95
97
  "c8": "*",
96
98
  "happy-dom": "*",
97
99
  "jsdom": "*",
98
- "vite": "^2.7.1"
100
+ "@vitest/ui": "*"
99
101
  },
100
102
  "peerDependenciesMeta": {
101
103
  "c8": {
@@ -106,6 +108,9 @@
106
108
  },
107
109
  "jsdom": {
108
110
  "optional": true
111
+ },
112
+ "@vitest/ui": {
113
+ "optional": true
109
114
  }
110
115
  },
111
116
  "engines": {
@@ -115,5 +120,5 @@
115
120
  "build": "rimraf dist && rollup -c",
116
121
  "dev": "rollup -c --watch src"
117
122
  },
118
- "readme": "# vitest\n\n[![NPM version](https://img.shields.io/npm/v/vitest?color=a1b858&label=)](https://www.npmjs.com/package/vitest)\n\nA blazing fast unit test framework powered by Vite.\n\n> **This project is currently in closed beta exclusively for Sponsors.**<br>\n> Become a Sponsor of [@patak-dev](https://github.com/sponsors/patak-dev) or [@antfu](https://github.com/sponsors/antfu) to access the source code and issues tracker.\n> Learn more at [vitest.dev](https://vitest.dev)\n"
123
+ "readme": "# vitest\n\n[![NPM version](https://img.shields.io/npm/v/vitest?color=a1b858&label=)](https://www.npmjs.com/package/vitest)\n\nA blazing fast unit test framework powered by Vite.\n\n[GitHub](https://github.com/vitest-dev/vitest) | [Documentation](https://vitest.dev/)\n"
119
124
  }
package/dist/utils.js DELETED
@@ -1,5 +0,0 @@
1
- export { l as deepMerge, e as ensurePackageInstalled, g as getFullName, v as getNames, f as getSuites, z as getTasks, j as getTests, h as hasFailed, x as hasTests, i as isObject, y as isWindows, p as mergeSlashes, n as noop, o as notNullish, w as partitionSuiteChildren, k as resolvePath, s as slash, t as toArray, m as toFilePath } from './index-090545ef.js';
2
- import 'url';
3
- import 'tty';
4
- import 'local-pkg';
5
- import 'path';