@vitest/browser 1.0.0-beta.5 → 1.0.0-beta.6

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Browser runner for Vitest.
4
4
 
5
- > ⚠️ This package is **experimental**. While this package will be released along with other packages, it will not follow semver for breaking changes until we mark it as ready.
5
+ > ⚠️ This package is **experimental**. While this package will be released along with other packages, it will not follow SemVer for breaking changes until we mark it as ready.
6
6
 
7
7
  ## Progress
8
8
 
package/dist/index.js CHANGED
@@ -474,6 +474,7 @@ var index = (project, base = "/") => {
474
474
  ],
475
475
  include: [
476
476
  "vitest > @vitest/utils > pretty-format",
477
+ "vitest > @vitest/snapshot > pretty-format",
477
478
  "vitest > diff-sequences",
478
479
  "vitest > loupe",
479
480
  "vitest > pretty-format",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitest/browser",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.5",
4
+ "version": "1.0.0-beta.6",
5
5
  "description": "Browser running for Vitest",
6
6
  "license": "MIT",
7
7
  "funding": "https://opencollective.com/vitest",
@@ -66,14 +66,14 @@
66
66
  "@types/ws": "^8.5.9",
67
67
  "@wdio/protocols": "^8.22.0",
68
68
  "periscopic": "^4.0.2",
69
- "playwright": "^1.39.0",
70
- "playwright-core": "^1.39.0",
69
+ "playwright": "^1.40.0",
70
+ "playwright-core": "^1.40.0",
71
71
  "safaridriver": "^0.1.0",
72
72
  "webdriverio": "^8.22.1",
73
- "@vitest/runner": "1.0.0-beta.5",
74
- "vitest": "1.0.0-beta.5",
75
- "@vitest/ui": "1.0.0-beta.5",
76
- "@vitest/ws-client": "1.0.0-beta.5"
73
+ "@vitest/ui": "1.0.0-beta.6",
74
+ "vitest": "1.0.0-beta.6",
75
+ "@vitest/runner": "1.0.0-beta.6",
76
+ "@vitest/ws-client": "1.0.0-beta.6"
77
77
  },
78
78
  "scripts": {
79
79
  "build": "rimraf dist && pnpm build:node && pnpm build:client",