@nuxt/vite-builder-nightly 4.2.1-29370820.95518afa → 4.2.1-29372276.f809e80a

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/index.mjs CHANGED
@@ -1,4 +1,5 @@
1
1
  import fs, { existsSync, readFileSync } from 'node:fs';
2
+ import { performance } from 'node:perf_hooks';
2
3
  import * as vite from 'vite';
3
4
  import { isCSSRequest, createLogger, mergeConfig, createBuilder, createServer } from 'vite';
4
5
  import { dirname, normalize, join, resolve, relative, basename, isAbsolute } from 'pathe';
@@ -11,6 +12,7 @@ import { filename as filename$1 } from 'pathe/utils';
11
12
  import { resolveModulePath } from 'exsolve';
12
13
  import { pathToFileURL, fileURLToPath } from 'node:url';
13
14
  import MagicString from 'magic-string';
15
+ import process from 'node:process';
14
16
  import { unlink, mkdir, writeFile, rm, readFile } from 'node:fs/promises';
15
17
  import net from 'node:net';
16
18
  import os from 'node:os';
@@ -1,4 +1,5 @@
1
1
  // @ts-check
2
+ import process from 'node:process'
2
3
  import net from 'node:net'
3
4
  import { Buffer } from 'node:buffer'
4
5
  import { isTest } from 'std-env'
@@ -1,5 +1,6 @@
1
1
  // @ts-check
2
2
 
3
+ import process from 'node:process'
3
4
  import { performance } from 'node:perf_hooks'
4
5
  import { createError } from 'h3'
5
6
  import { ViteNodeRunner } from 'vite-node/client'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/vite-builder-nightly",
3
- "version": "4.2.1-29370820.95518afa",
3
+ "version": "4.2.1-29372276.f809e80a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "devDependencies": {
24
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29370820.95518afa",
24
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29372276.f809e80a",
25
25
  "nitropack": "2.12.9",
26
26
  "rolldown": "1.0.0-beta.46",
27
27
  "rollup": "4.52.5",
@@ -29,7 +29,7 @@
29
29
  "vue": "3.5.22"
30
30
  },
31
31
  "dependencies": {
32
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29370820.95518afa",
32
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29372276.f809e80a",
33
33
  "@rollup/plugin-replace": "^6.0.3",
34
34
  "@vitejs/plugin-vue": "^6.0.1",
35
35
  "@vitejs/plugin-vue-jsx": "^5.1.1",
@@ -61,7 +61,7 @@
61
61
  "vue-bundle-renderer": "^2.2.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "nuxt": "npm:nuxt-nightly@4.2.1-29370820.95518afa",
64
+ "nuxt": "npm:nuxt-nightly@4.2.1-29372276.f809e80a",
65
65
  "rolldown": "^1.0.0-beta.38",
66
66
  "vue": "^3.3.4"
67
67
  },