vite-node 0.9.2 → 0.9.3

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/dist/cli.cjs CHANGED
@@ -65,7 +65,6 @@ async function run(options = {}) {
65
65
  const files = options.files || options._ || [];
66
66
  const server$1 = await vite.createServer({
67
67
  logLevel: "error",
68
- clearScreen: false,
69
68
  configFile: options.config,
70
69
  root: options.root
71
70
  });
package/dist/cli.js CHANGED
@@ -59,7 +59,6 @@ async function run(options = {}) {
59
59
  const files = options.files || options._ || [];
60
60
  const server = await createServer({
61
61
  logLevel: "error",
62
- clearScreen: false,
63
62
  configFile: options.config,
64
63
  root: options.root
65
64
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-node",
3
3
  "type": "module",
4
- "version": "0.9.2",
4
+ "version": "0.9.3",
5
5
  "description": "Vite as Node.js runtime",
6
6
  "homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme",
7
7
  "bugs": {