@nuxt/vite-builder-nightly 4.2.1-29360786.986ec1a0 → 4.2.1-29360990.b3040970

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -2140,7 +2140,7 @@ const bundle = async (nuxt) => {
2140
2140
  return relativeSourcePath.includes("node_modules") || relativeSourcePath.includes(nuxt.options.buildDir);
2141
2141
  },
2142
2142
  sanitizeFileName: sanitizeFilePath,
2143
- // https://github.com/vitejs/vite/tree/main/packages/vite/src/node/build.ts#L464-L478
2143
+ // https://github.com/vitejs/vite/blob/main/packages/vite/src/node/build.ts#L464-L478
2144
2144
  assetFileNames: nuxt.options.dev ? void 0 : (chunk) => withoutLeadingSlash(join(nuxt.options.app.buildAssetsDir, `${sanitizeFilePath(filename$1(chunk.names[0]))}.[hash].[ext]`))
2145
2145
  }
2146
2146
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/vite-builder-nightly",
3
- "version": "4.2.1-29360786.986ec1a0",
3
+ "version": "4.2.1-29360990.b3040970",
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-29360786.986ec1a0",
24
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29360990.b3040970",
25
25
  "nitropack": "2.12.8",
26
26
  "rolldown": "1.0.0-beta.45",
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-29360786.986ec1a0",
32
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29360990.b3040970",
33
33
  "@rollup/plugin-replace": "^6.0.2",
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-29360786.986ec1a0",
64
+ "nuxt": "npm:nuxt-nightly@4.2.1-29360990.b3040970",
65
65
  "rolldown": "^1.0.0-beta.38",
66
66
  "vue": "^3.3.4"
67
67
  },