vitest 0.7.12 → 0.8.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/worker.js CHANGED
@@ -1,8 +1,8 @@
1
- import { u as resolve } from './chunk-utils-base.8397dafe.js';
2
- import { c as createBirpc, M as ModuleCacheMap } from './chunk-vite-node-utils.71f7ea0f.js';
3
- import { d as distDir } from './chunk-constants.a717efa1.js';
4
- import { e as executeInViteNode } from './chunk-utils-path.bd53cafb.js';
5
- import { r as rpc } from './chunk-runtime-rpc.5f9e77bc.js';
1
+ import { u as resolve } from './chunk-utils-base.8408f73a.js';
2
+ import { c as createBirpc, M as ModuleCacheMap } from './chunk-vite-node-utils.386c09c4.js';
3
+ import { d as distDir } from './chunk-constants.6062c404.js';
4
+ import { e as executeInViteNode } from './chunk-utils-path.02d3f287.js';
5
+ import { r as rpc } from './chunk-runtime-rpc.e8aa1ebe.js';
6
6
  import { g as getWorkerState } from './chunk-utils-global.7bcfa03c.js';
7
7
  import 'path';
8
8
  import 'tty';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest",
3
- "version": "0.7.12",
3
+ "version": "0.8.1",
4
4
  "description": "A blazing fast unit test framework powered by Vite",
5
5
  "keywords": [
6
6
  "vite",
@@ -32,9 +32,6 @@
32
32
  "types": "./dist/index.d.ts"
33
33
  },
34
34
  "./*": "./*",
35
- "./global": {
36
- "types": "./globals.d.ts"
37
- },
38
35
  "./globals": {
39
36
  "types": "./globals.d.ts"
40
37
  },
@@ -95,9 +92,9 @@
95
92
  "@types/natural-compare": "^1.4.1",
96
93
  "@types/node": "^17.0.21",
97
94
  "@types/prompts": "^2.4.0",
98
- "@types/sinonjs__fake-timers": "^8.1.1",
99
- "@vitest/ui": "0.7.12",
100
- "birpc": "^0.1.0",
95
+ "@types/sinonjs__fake-timers": "^8.1.2",
96
+ "@vitest/ui": "0.8.1",
97
+ "birpc": "^0.2.2",
101
98
  "c8": "^7.11.0",
102
99
  "cac": "^6.7.12",
103
100
  "chai-subset": "^1.6.0",
@@ -107,12 +104,12 @@
107
104
  "fast-glob": "^3.2.11",
108
105
  "find-up": "^6.3.0",
109
106
  "flatted": "^3.2.5",
110
- "happy-dom": "^2.49.0",
107
+ "happy-dom": "^2.50.0",
111
108
  "jsdom": "^19.0.0",
112
109
  "log-update": "^5.0.0",
113
110
  "magic-string": "^0.26.1",
114
- "micromatch": "^4.0.4",
115
- "mlly": "^0.4.3",
111
+ "micromatch": "^4.0.5",
112
+ "mlly": "^0.5.1",
116
113
  "natural-compare": "^1.4.0",
117
114
  "pathe": "^0.2.0",
118
115
  "picocolors": "^1.0.0",
@@ -122,8 +119,8 @@
122
119
  "rollup": "^2.70.1",
123
120
  "source-map-js": "^1.0.2",
124
121
  "strip-ansi": "^7.0.1",
125
- "typescript": "^4.6.2",
126
- "vite-node": "0.7.12",
122
+ "typescript": "^4.6.3",
123
+ "vite-node": "0.8.1",
127
124
  "ws": "^8.5.0"
128
125
  },
129
126
  "engines": {