@nuxt/cli-nightly 3.31.2-20251208-101820-c12ef7d → 3.31.2-20251208-171641-c12ef7d
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.
|
@@ -187,7 +187,7 @@ function routeToRegExp(route = "/") {
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
//#endregion
|
|
190
|
-
//#region ../../node_modules/.pnpm/h3@2.0.1-rc.
|
|
190
|
+
//#region ../../node_modules/.pnpm/h3@2.0.1-rc.6_crossws@0.4.1_srvx@0.9.7_/node_modules/h3/dist/h3.mjs
|
|
191
191
|
const kEventNS = "h3.internal.event.";
|
|
192
192
|
const kEventRes = /* @__PURE__ */ Symbol.for(`${kEventNS}res`);
|
|
193
193
|
const kEventResHeaders = /* @__PURE__ */ Symbol.for(`${kEventNS}res.headers`);
|
|
@@ -369,6 +369,7 @@ function prepareResponse(val, event, config, nested) {
|
|
|
369
369
|
}
|
|
370
370
|
const preparedRes = event[kEventRes];
|
|
371
371
|
const preparedHeaders = preparedRes?.[kEventResHeaders];
|
|
372
|
+
event[kEventRes] = void 0;
|
|
372
373
|
if (!(val instanceof Response)) {
|
|
373
374
|
const res = prepareResponseBody(val, event, config);
|
|
374
375
|
const status = res.status || preparedRes?.status;
|
package/dist/index.mjs
CHANGED
|
@@ -14,14 +14,14 @@ import tab from "@bomb.sh/tab/citty";
|
|
|
14
14
|
const _rDefault = (r) => r.default || r;
|
|
15
15
|
const commands = {
|
|
16
16
|
add: () => import("./add-BRBkCPhK.mjs").then(_rDefault),
|
|
17
|
-
analyze: () => import("./analyze-
|
|
17
|
+
analyze: () => import("./analyze-CaUx1uIN.mjs").then(_rDefault),
|
|
18
18
|
build: () => import("./build-BrNcO3Nf.mjs").then(_rDefault),
|
|
19
19
|
cleanup: () => import("./cleanup-DKZcEgpd.mjs").then(_rDefault),
|
|
20
20
|
_dev: () => import("./dev-child-DzglMUJH.mjs").then(_rDefault),
|
|
21
21
|
dev: () => import("./dev-DzDtIj6D.mjs").then(_rDefault),
|
|
22
22
|
devtools: () => import("./devtools-ChsGaImC.mjs").then(_rDefault),
|
|
23
23
|
generate: () => import("./generate-E-Rug7g3.mjs").then(_rDefault),
|
|
24
|
-
info: () => import("./info-
|
|
24
|
+
info: () => import("./info-CkkViVY_.mjs").then(_rDefault),
|
|
25
25
|
init: () => import("./init-cKyx2_WR.mjs").then(_rDefault),
|
|
26
26
|
module: () => import("./module-DgpPOW_T.mjs").then(_rDefault),
|
|
27
27
|
prepare: () => import("./prepare-DKLHAJCM.mjs").then(_rDefault),
|
|
@@ -66,7 +66,7 @@ async function checkEngines() {
|
|
|
66
66
|
//#endregion
|
|
67
67
|
//#region package.json
|
|
68
68
|
var name = "@nuxt/cli-nightly";
|
|
69
|
-
var version = "3.31.2-20251208-
|
|
69
|
+
var version = "3.31.2-20251208-171641-c12ef7d";
|
|
70
70
|
var description = "Nuxt CLI";
|
|
71
71
|
|
|
72
72
|
//#endregion
|
|
@@ -17,7 +17,7 @@ import { copy } from "copy-paste";
|
|
|
17
17
|
import { detectPackageManager } from "nypm";
|
|
18
18
|
|
|
19
19
|
//#region ../nuxi/package.json
|
|
20
|
-
var version = "3.31.2-20251208-
|
|
20
|
+
var version = "3.31.2-20251208-171629-c12ef7d";
|
|
21
21
|
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region ../nuxi/src/commands/info.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/cli-nightly",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.31.2-20251208-
|
|
4
|
+
"version": "3.31.2-20251208-171641-c12ef7d",
|
|
5
5
|
"description": "Nuxt CLI",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@types/node": "^24.10.1",
|
|
69
69
|
"get-port-please": "^3.2.0",
|
|
70
70
|
"h3": "^1.15.4",
|
|
71
|
-
"h3-next": "npm:h3@^2.0.1-rc.
|
|
71
|
+
"h3-next": "npm:h3@^2.0.1-rc.6",
|
|
72
72
|
"nitro": "^3.0.1-alpha.1",
|
|
73
73
|
"nitropack": "^2.12.9",
|
|
74
74
|
"rollup": "^4.53.3",
|