@vitest/browser
Advanced tools
Comparing version 0.22.1 to 0.23.0
@@ -43,6 +43,9 @@ import { fileURLToPath } from 'url'; | ||
async configureServer(server) { | ||
server.middlewares.use(base, sirv(resolve(distRoot, "client"), { | ||
single: false, | ||
dev: true | ||
})); | ||
server.middlewares.use( | ||
base, | ||
sirv(resolve(distRoot, "client"), { | ||
single: false, | ||
dev: true | ||
}) | ||
); | ||
} | ||
@@ -49,0 +52,0 @@ }, |
{ | ||
"name": "@vitest/browser", | ||
"type": "module", | ||
"version": "0.22.1", | ||
"version": "0.23.0", | ||
"description": "Browser running for Vitest", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"local-pkg": "^0.4.2", | ||
"mlly": "^0.5.12", | ||
"mlly": "^0.5.14", | ||
"modern-node-polyfills": "0.0.9", | ||
@@ -36,6 +36,6 @@ "rollup-plugin-node-polyfills": "^0.2.1", | ||
"@types/ws": "^8.5.3", | ||
"@vitest/ws-client": "0.22.1", | ||
"@vitest/ws-client": "0.23.0", | ||
"picocolors": "^1.0.0", | ||
"rollup": "^2.78.0", | ||
"vitest": "0.22.1" | ||
"rollup": "^2.78.1", | ||
"vitest": "0.23.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22882
575
2
Updatedmlly@^0.5.14