@vitest/browser
Advanced tools
Comparing version 0.25.3 to 0.25.4
{ | ||
"name": "@vitest/browser", | ||
"type": "module", | ||
"version": "0.25.3", | ||
"version": "0.25.4", | ||
"description": "Browser running for Vitest", | ||
@@ -35,13 +35,13 @@ "repository": { | ||
"@types/ws": "^8.5.3", | ||
"@vitest/ws-client": "0.25.3", | ||
"@vitest/ws-client": "0.25.4", | ||
"picocolors": "^1.0.0", | ||
"rollup": "^2.79.1", | ||
"vitest": "0.25.3" | ||
"vitest": "0.25.4" | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && pnpm build:node && pnpm build:client && pnpm copy", | ||
"build:client": "vite build", | ||
"build:client": "vite build src/client", | ||
"build:node": "rollup -c", | ||
"dev:client": "vite build --watch", | ||
"dev:node": "rollup -c --watch --watch.include=node", | ||
"dev:client": "vite build src/client --watch", | ||
"dev:node": "rollup -c --watch --watch.include src/node/index.ts", | ||
"dev": "rimraf dist && run-p dev:node dev:client", | ||
@@ -48,0 +48,0 @@ "copy": "esno scripts/copy-ui-to-browser.ts" |
Sorry, the diff of this file is not supported yet
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
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
813780
2893