@vitest/web-worker 0.29.0 → 0.29.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install -D @vitest/web-worker
21
21
  pnpm install -D @vitest/web-worker
22
22
 
23
23
  # with yarn
24
- yarn install -D @vitest/web-worker
24
+ yarn add --dev @vitest/web-worker
25
25
  ```
26
26
 
27
27
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitest/web-worker",
3
3
  "type": "module",
4
- "version": "0.29.0",
4
+ "version": "0.29.2",
5
5
  "description": "Web Worker support for testing in Vitest",
6
6
  "repository": {
7
7
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "debug": "^4.3.4",
35
- "vite-node": "0.29.0"
35
+ "vite-node": "0.29.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/debug": "^4.1.7",