@vitest/browser 0.25.6 → 0.25.8

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.
@@ -16,8 +16,8 @@
16
16
  document.documentElement.classList.toggle('dark', true)
17
17
  })()
18
18
  </script>
19
- <script type="module" crossorigin src="/__vitest__/assets/index.4a4b33b0.js"></script>
20
- <link rel="stylesheet" href="/__vitest__/assets/index.c6e235c9.css">
19
+ <script type="module" crossorigin src="/__vitest__/assets/index-3415f7bd.js"></script>
20
+ <link rel="stylesheet" href="/__vitest__/assets/index-2d169b39.css">
21
21
  </head>
22
22
  <body>
23
23
  <div id="app"></div>
@@ -152,7 +152,6 @@ function nanoid(size = 21) {
152
152
  id += urlAlphabet[Math.random() * 64 | 0];
153
153
  return id;
154
154
  }
155
- /*! (c) 2020 Andrea Giammarchi */
156
155
  const { parse: $parse, stringify: $stringify } = JSON;
157
156
  const { keys } = Object;
158
157
  const Primitive = String;
@@ -21,7 +21,7 @@
21
21
  border: none;
22
22
  }
23
23
  </style>
24
- <script type="module" crossorigin src="/assets/index.5e00c68b.js"></script>
24
+ <script type="module" crossorigin src="/assets/index-2a0b4312.js"></script>
25
25
  </head>
26
26
  <body>
27
27
  <iframe id="vitest-ui" src=""></iframe>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitest/browser",
3
3
  "type": "module",
4
- "version": "0.25.6",
4
+ "version": "0.25.8",
5
5
  "description": "Browser running for Vitest",
6
6
  "repository": {
7
7
  "type": "git",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/ws": "^8.5.3",
35
- "@vitest/ws-client": "0.25.6",
36
35
  "picocolors": "^1.0.0",
37
36
  "rollup": "^2.79.1",
38
- "vitest": "0.25.6"
37
+ "@vitest/ws-client": "0.25.8",
38
+ "vitest": "0.25.8"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "rimraf dist && pnpm build:node && pnpm build:client && pnpm copy",