@nuxt/nitro-server-nightly 4.2.2-29401293.ec316eae → 4.2.2-29401397.ece38229

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 +2 -1
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import { isWindows } from 'std-env';
17
17
  import { ImpoundPlugin } from 'impound';
18
18
  import { resolveModulePath } from 'exsolve';
19
19
 
20
- const version = "4.2.2-29401293.ec316eae";
20
+ const version = "4.2.2-29401397.ece38229";
21
21
 
22
22
  function toArray(value) {
23
23
  return Array.isArray(value) ? value : [value];
@@ -328,6 +328,7 @@ async function bundle(nuxt) {
328
328
  join(moduleDir, "dist/runtime/server")
329
329
  ];
330
330
  }),
331
+ ...layerDirs.map((dirs) => relativeWithDot(nuxt.options.buildDir, join(dirs.server, "**/*"))),
331
332
  ...layerDirs.map((dirs) => relativeWithDot(nuxt.options.buildDir, join(dirs.shared, "**/*.d.ts")))
332
333
  ],
333
334
  exclude: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/nitro-server-nightly",
3
- "version": "4.2.2-29401293.ec316eae",
3
+ "version": "4.2.2-29401397.ece38229",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -19,13 +19,13 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@nuxt/devalue": "^2.0.2",
22
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.2-29401293.ec316eae",
22
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.2-29401397.ece38229",
23
23
  "@unhead/vue": "^2.0.19",
24
- "@vue/shared": "^3.5.24",
24
+ "@vue/shared": "^3.5.25",
25
25
  "consola": "^3.4.2",
26
26
  "defu": "^6.1.4",
27
27
  "destr": "^2.0.5",
28
- "devalue": "^5.4.2",
28
+ "devalue": "^5.5.0",
29
29
  "errx": "^0.1.0",
30
30
  "escape-string-regexp": "^5.0.0",
31
31
  "exsolve": "^1.0.8",
@@ -40,17 +40,17 @@
40
40
  "std-env": "^3.10.0",
41
41
  "ufo": "^1.6.1",
42
42
  "unctx": "^2.4.1",
43
- "unstorage": "^1.17.2",
44
- "vue": "^3.5.24",
43
+ "unstorage": "^1.17.3",
44
+ "vue": "^3.5.25",
45
45
  "vue-bundle-renderer": "^2.2.0",
46
46
  "vue-devtools-stub": "^0.1.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "nuxt": "npm:nuxt-nightly@4.2.2-29401293.ec316eae"
49
+ "nuxt": "npm:nuxt-nightly@4.2.2-29401397.ece38229"
50
50
  },
51
51
  "devDependencies": {
52
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.2-29401293.ec316eae",
53
- "nuxt": "npm:nuxt-nightly@4.2.2-29401293.ec316eae",
52
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.2-29401397.ece38229",
53
+ "nuxt": "npm:nuxt-nightly@4.2.2-29401397.ece38229",
54
54
  "unbuild": "3.6.1",
55
55
  "vitest": "3.2.4"
56
56
  },