@nuxt/vite-builder-nightly 4.3.0-29458913.b0ea8b60 → 4.3.0-29458918.2df4e1ae

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 +0 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -2204,7 +2204,6 @@ function ResolveExternalsPlugin(nuxt) {
2204
2204
  "unhead",
2205
2205
  "@unhead/vue",
2206
2206
  "@nuxt/devalue",
2207
- "rou3",
2208
2207
  "unstorage",
2209
2208
  // ensure we only have one version of vue if nitro is going to inline anyway
2210
2209
  ...nitro.options.inlineDynamicImports ? ["vue", "@vue/server-renderer"] : [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/vite-builder-nightly",
3
- "version": "4.3.0-29458913.b0ea8b60",
3
+ "version": "4.3.0-29458918.2df4e1ae",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29458913.b0ea8b60",
28
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29458918.2df4e1ae",
29
29
  "nitropack": "2.12.9",
30
30
  "rolldown": "1.0.0-beta.58",
31
31
  "rollup": "4.54.0",
@@ -33,7 +33,7 @@
33
33
  "vue": "3.5.26"
34
34
  },
35
35
  "dependencies": {
36
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29458913.b0ea8b60",
36
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29458918.2df4e1ae",
37
37
  "@rollup/plugin-replace": "^6.0.3",
38
38
  "@vitejs/plugin-vue": "^6.0.3",
39
39
  "@vitejs/plugin-vue-jsx": "^5.1.3",
@@ -65,7 +65,7 @@
65
65
  "vue-bundle-renderer": "^2.2.0"
66
66
  },
67
67
  "peerDependencies": {
68
- "nuxt": "npm:nuxt-nightly@4.3.0-29458913.b0ea8b60",
68
+ "nuxt": "npm:nuxt-nightly@4.3.0-29458918.2df4e1ae",
69
69
  "rolldown": "^1.0.0-beta.38",
70
70
  "vue": "^3.3.4"
71
71
  },