@nuxt/nitro-server-nightly 4.3.0-29473767.8c01e1ce → 4.3.0-29473885.5385d4a8

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 +15 -1
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -21,7 +21,7 @@ import { resolveModulePath } from "exsolve";
21
21
  import { runtimeDependencies } from "nitropack/runtime/meta";
22
22
 
23
23
  //#region package.json
24
- var version = "4.3.0-29473767.8c01e1ce";
24
+ var version = "4.3.0-29473885.5385d4a8";
25
25
 
26
26
  //#endregion
27
27
  //#region src/utils.ts
@@ -249,6 +249,20 @@ async function bundle(nuxt) {
249
249
  priority: -1
250
250
  }
251
251
  ],
252
+ presets: [{
253
+ from: "h3",
254
+ imports: ["H3Event", "H3Error"]
255
+ }, {
256
+ from: "h3",
257
+ type: true,
258
+ imports: [
259
+ "EventHandler",
260
+ "EventHandlerRequest",
261
+ "EventHandlerResponse",
262
+ "EventHandlerObject",
263
+ "H3EventContext"
264
+ ]
265
+ }],
252
266
  exclude: [...excludePattern, /[\\/]\.git[\\/]/]
253
267
  },
254
268
  esbuild: { options: { exclude: excludePattern } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/nitro-server-nightly",
3
- "version": "4.3.0-29473767.8c01e1ce",
3
+ "version": "4.3.0-29473885.5385d4a8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@nuxt/devalue": "^2.0.2",
22
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29473767.8c01e1ce",
23
- "@unhead/vue": "^2.1.1",
22
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29473885.5385d4a8",
23
+ "@unhead/vue": "^2.1.2",
24
24
  "@vue/shared": "^3.5.26",
25
25
  "consola": "^3.4.2",
26
26
  "defu": "^6.1.4",
@@ -33,13 +33,13 @@
33
33
  "impound": "^1.0.0",
34
34
  "klona": "^2.0.6",
35
35
  "mocked-exports": "^0.1.1",
36
- "nitropack": "^2.12.9",
36
+ "nitropack": "^2.13.0",
37
37
  "ohash": "^2.0.11",
38
38
  "pathe": "^2.0.3",
39
39
  "pkg-types": "^2.3.0",
40
40
  "rou3": "^0.7.12",
41
41
  "std-env": "^3.10.0",
42
- "ufo": "^1.6.1",
42
+ "ufo": "^1.6.2",
43
43
  "unctx": "^2.5.0",
44
44
  "unstorage": "^1.17.3",
45
45
  "vue": "^3.5.26",
@@ -47,11 +47,11 @@
47
47
  "vue-devtools-stub": "^0.1.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "nuxt": "npm:nuxt-nightly@4.3.0-29473767.8c01e1ce"
50
+ "nuxt": "npm:nuxt-nightly@4.3.0-29473885.5385d4a8"
51
51
  },
52
52
  "devDependencies": {
53
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29473767.8c01e1ce",
54
- "nuxt": "npm:nuxt-nightly@4.3.0-29473767.8c01e1ce",
53
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29473885.5385d4a8",
54
+ "nuxt": "npm:nuxt-nightly@4.3.0-29473885.5385d4a8",
55
55
  "obuild": "0.4.14",
56
56
  "vitest": "3.2.4"
57
57
  },