@nuxt/cli-nightly 3.31.2-20251208-100741-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.
Files changed (25) hide show
  1. package/dist/{add-CHNLu2Nh.mjs → add-BXA0rS8b.mjs} +3 -3
  2. package/dist/{add-DLobtPIm.mjs → add-Cm_5fc2T.mjs} +2 -2
  3. package/dist/{analyze-C5qqTkhe.mjs → analyze-CaUx1uIN.mjs} +2 -1
  4. package/dist/{build-ChMzq018.mjs → build-BrNcO3Nf.mjs} +2 -1
  5. package/dist/{generate-DSEHRPYE.mjs → generate-E-Rug7g3.mjs} +1 -1
  6. package/dist/index.mjs +17 -17
  7. package/dist/{info-CCO2wsUo.mjs → info-CkkViVY_.mjs} +3 -3
  8. package/dist/{init-CUkHvr29.mjs → init-cKyx2_WR.mjs} +3 -3
  9. package/dist/{module-dUoKC1O2.mjs → module-DgpPOW_T.mjs} +2 -2
  10. package/dist/{prepare-DCVINTk-.mjs → prepare-DKLHAJCM.mjs} +1 -1
  11. package/dist/{search-JRE-pvWm.mjs → search-iKRA08rV.mjs} +2 -2
  12. package/dist/{upgrade-fEGIXDnO.mjs → upgrade-CjXfwsOz.mjs} +1 -1
  13. package/package.json +3 -3
  14. package/dist/build-Dx1VGivC.mjs +0 -10
  15. /package/dist/{_utils-B8YNEdpq.mjs → _utils-NB3Cn3-G.mjs} +0 -0
  16. /package/dist/{cleanup-CD3OpT9X.mjs → cleanup-DKZcEgpd.mjs} +0 -0
  17. /package/dist/{dev-XjVsLkhN.mjs → dev-DzDtIj6D.mjs} +0 -0
  18. /package/dist/{dev-child-D94d7-bL.mjs → dev-child-DzglMUJH.mjs} +0 -0
  19. /package/dist/{devtools-BTYlIJMv.mjs → devtools-ChsGaImC.mjs} +0 -0
  20. /package/dist/{formatting-PESozNtr.mjs → formatting-V2rnOEP4.mjs} +0 -0
  21. /package/dist/{packageManagers-BX7-V04a.mjs → packageManagers-BKxN4oEl.mjs} +0 -0
  22. /package/dist/{prepare-DU15fbIh.mjs → prepare-CYiGWTFv.mjs} +0 -0
  23. /package/dist/{preview-D2Y29Rfc.mjs → preview-BUkFoOlO.mjs} +0 -0
  24. /package/dist/{test-D9z67EJZ.mjs → test-pxuzy0gI.mjs} +0 -0
  25. /package/dist/{typecheck-CLdIBKcn.mjs → typecheck-BSzhkYG-.mjs} +0 -0
@@ -3,8 +3,8 @@ import "./logger-B4ge7MhP.mjs";
3
3
  import "./kit-CPEUdXTm.mjs";
4
4
  import "./versions-CTlxnxbH.mjs";
5
5
  import "./fs-B_hD5MnA.mjs";
6
- import { t as add_default } from "./add-DLobtPIm.mjs";
7
- import "./_utils-B8YNEdpq.mjs";
8
- import "./prepare-DU15fbIh.mjs";
6
+ import { t as add_default } from "./add-Cm_5fc2T.mjs";
7
+ import "./_utils-NB3Cn3-G.mjs";
8
+ import "./prepare-CYiGWTFv.mjs";
9
9
 
10
10
  export { add_default as default };
@@ -2,8 +2,8 @@ import { o as logLevelArgs, t as cwdArgs } from "./_shared-BCYCnX0T.mjs";
2
2
  import { n as logger } from "./logger-B4ge7MhP.mjs";
3
3
  import { r as relativeToProcess } from "./kit-CPEUdXTm.mjs";
4
4
  import { t as getNuxtVersion } from "./versions-CTlxnxbH.mjs";
5
- import { n as fetchModules, r as getRegistryFromContent, t as checkNuxtCompatibility } from "./_utils-B8YNEdpq.mjs";
6
- import { t as prepare_default } from "./prepare-DU15fbIh.mjs";
5
+ import { n as fetchModules, r as getRegistryFromContent, t as checkNuxtCompatibility } from "./_utils-NB3Cn3-G.mjs";
6
+ import { t as prepare_default } from "./prepare-CYiGWTFv.mjs";
7
7
  import { join } from "node:path";
8
8
  import process from "node:process";
9
9
  import { defineCommand, runCommand } from "citty";
@@ -187,7 +187,7 @@ function routeToRegExp(route = "/") {
187
187
  }
188
188
 
189
189
  //#endregion
190
- //#region ../../node_modules/.pnpm/h3@2.0.1-rc.5_crossws@0.4.1_srvx@0.9.7_/node_modules/h3/dist/h3.mjs
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;
@@ -1,6 +1,7 @@
1
1
  import { a as legacyRootDirArgs, i as extendsArgs, n as dotEnvArgs, o as logLevelArgs, r as envNameArgs, t as cwdArgs } from "./_shared-BCYCnX0T.mjs";
2
2
  import { n as logger } from "./logger-B4ge7MhP.mjs";
3
3
  import { t as loadKit } from "./kit-CPEUdXTm.mjs";
4
+ import "./versions-CTlxnxbH.mjs";
4
5
  import { n as showVersions } from "./banner-drlfl0J-.mjs";
5
6
  import { t as clearBuildDir } from "./fs-B_hD5MnA.mjs";
6
7
  import { t as overrideEnv } from "./env-kdrdHqLf.mjs";
@@ -81,4 +82,4 @@ var build_default = defineCommand({
81
82
  });
82
83
 
83
84
  //#endregion
84
- export { build_default as t };
85
+ export { build_default as default };
@@ -5,7 +5,7 @@ import "./versions-CTlxnxbH.mjs";
5
5
  import "./banner-drlfl0J-.mjs";
6
6
  import "./fs-B_hD5MnA.mjs";
7
7
  import "./env-kdrdHqLf.mjs";
8
- import { t as build_default } from "./build-ChMzq018.mjs";
8
+ import build_default from "./build-BrNcO3Nf.mjs";
9
9
  import { defineCommand } from "citty";
10
10
 
11
11
  //#region ../nuxi/src/commands/generate.ts
package/dist/index.mjs CHANGED
@@ -14,22 +14,22 @@ 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-C5qqTkhe.mjs").then(_rDefault),
18
- build: () => import("./build-Dx1VGivC.mjs").then(_rDefault),
19
- cleanup: () => import("./cleanup-CD3OpT9X.mjs").then(_rDefault),
20
- _dev: () => import("./dev-child-D94d7-bL.mjs").then(_rDefault),
21
- dev: () => import("./dev-XjVsLkhN.mjs").then(_rDefault),
22
- devtools: () => import("./devtools-BTYlIJMv.mjs").then(_rDefault),
23
- generate: () => import("./generate-DSEHRPYE.mjs").then(_rDefault),
24
- info: () => import("./info-CCO2wsUo.mjs").then(_rDefault),
25
- init: () => import("./init-CUkHvr29.mjs").then(_rDefault),
26
- module: () => import("./module-dUoKC1O2.mjs").then(_rDefault),
27
- prepare: () => import("./prepare-DCVINTk-.mjs").then(_rDefault),
28
- preview: () => import("./preview-D2Y29Rfc.mjs").then(_rDefault),
29
- start: () => import("./preview-D2Y29Rfc.mjs").then(_rDefault),
30
- test: () => import("./test-D9z67EJZ.mjs").then(_rDefault),
31
- typecheck: () => import("./typecheck-CLdIBKcn.mjs").then(_rDefault),
32
- upgrade: () => import("./upgrade-fEGIXDnO.mjs").then(_rDefault)
17
+ analyze: () => import("./analyze-CaUx1uIN.mjs").then(_rDefault),
18
+ build: () => import("./build-BrNcO3Nf.mjs").then(_rDefault),
19
+ cleanup: () => import("./cleanup-DKZcEgpd.mjs").then(_rDefault),
20
+ _dev: () => import("./dev-child-DzglMUJH.mjs").then(_rDefault),
21
+ dev: () => import("./dev-DzDtIj6D.mjs").then(_rDefault),
22
+ devtools: () => import("./devtools-ChsGaImC.mjs").then(_rDefault),
23
+ generate: () => import("./generate-E-Rug7g3.mjs").then(_rDefault),
24
+ info: () => import("./info-CkkViVY_.mjs").then(_rDefault),
25
+ init: () => import("./init-cKyx2_WR.mjs").then(_rDefault),
26
+ module: () => import("./module-DgpPOW_T.mjs").then(_rDefault),
27
+ prepare: () => import("./prepare-DKLHAJCM.mjs").then(_rDefault),
28
+ preview: () => import("./preview-BUkFoOlO.mjs").then(_rDefault),
29
+ start: () => import("./preview-BUkFoOlO.mjs").then(_rDefault),
30
+ test: () => import("./test-pxuzy0gI.mjs").then(_rDefault),
31
+ typecheck: () => import("./typecheck-BSzhkYG-.mjs").then(_rDefault),
32
+ upgrade: () => import("./upgrade-CjXfwsOz.mjs").then(_rDefault)
33
33
  };
34
34
 
35
35
  //#endregion
@@ -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-100741-c12ef7d";
69
+ var version = "3.31.2-20251208-171641-c12ef7d";
70
70
  var description = "Nuxt CLI";
71
71
 
72
72
  //#endregion
@@ -3,8 +3,8 @@ import { n as logger } from "./logger-B4ge7MhP.mjs";
3
3
  import { n as tryResolveNuxt } from "./kit-CPEUdXTm.mjs";
4
4
  import "./versions-CTlxnxbH.mjs";
5
5
  import { t as getBuilder } from "./banner-drlfl0J-.mjs";
6
- import { t as formatInfoBox } from "./formatting-PESozNtr.mjs";
7
- import { t as getPackageManagerVersion } from "./packageManagers-BX7-V04a.mjs";
6
+ import { t as formatInfoBox } from "./formatting-V2rnOEP4.mjs";
7
+ import { t as getPackageManagerVersion } from "./packageManagers-BKxN4oEl.mjs";
8
8
  import process from "node:process";
9
9
  import { defineCommand } from "citty";
10
10
  import { isBun, isDeno, isMinimal } from "std-env";
@@ -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-100728-c12ef7d";
20
+ var version = "3.31.2-20251208-171629-c12ef7d";
21
21
 
22
22
  //#endregion
23
23
  //#region ../nuxi/src/commands/info.ts
@@ -3,9 +3,9 @@ import { n as logger } from "./logger-B4ge7MhP.mjs";
3
3
  import { r as relativeToProcess } from "./kit-CPEUdXTm.mjs";
4
4
  import "./versions-CTlxnxbH.mjs";
5
5
  import "./fs-B_hD5MnA.mjs";
6
- import { n as runCommand$1, t as add_default } from "./add-DLobtPIm.mjs";
7
- import { n as fetchModules } from "./_utils-B8YNEdpq.mjs";
8
- import "./prepare-DU15fbIh.mjs";
6
+ import { n as runCommand$1, t as add_default } from "./add-Cm_5fc2T.mjs";
7
+ import { n as fetchModules } from "./_utils-NB3Cn3-G.mjs";
8
+ import "./prepare-CYiGWTFv.mjs";
9
9
  import process from "node:process";
10
10
  import { defineCommand } from "citty";
11
11
  import { hasTTY } from "std-env";
@@ -8,8 +8,8 @@ var module_default = defineCommand({
8
8
  },
9
9
  args: {},
10
10
  subCommands: {
11
- add: () => import("./add-CHNLu2Nh.mjs").then((r) => r.default || r),
12
- search: () => import("./search-JRE-pvWm.mjs").then((r) => r.default || r)
11
+ add: () => import("./add-BXA0rS8b.mjs").then((r) => r.default || r),
12
+ search: () => import("./search-iKRA08rV.mjs").then((r) => r.default || r)
13
13
  }
14
14
  });
15
15
 
@@ -2,6 +2,6 @@ import "./_shared-BCYCnX0T.mjs";
2
2
  import "./logger-B4ge7MhP.mjs";
3
3
  import "./kit-CPEUdXTm.mjs";
4
4
  import "./fs-B_hD5MnA.mjs";
5
- import { t as prepare_default } from "./prepare-DU15fbIh.mjs";
5
+ import { t as prepare_default } from "./prepare-CYiGWTFv.mjs";
6
6
 
7
7
  export { prepare_default as default };
@@ -2,8 +2,8 @@ import { t as cwdArgs } from "./_shared-BCYCnX0T.mjs";
2
2
  import { n as logger } from "./logger-B4ge7MhP.mjs";
3
3
  import "./kit-CPEUdXTm.mjs";
4
4
  import { t as getNuxtVersion } from "./versions-CTlxnxbH.mjs";
5
- import { t as formatInfoBox } from "./formatting-PESozNtr.mjs";
6
- import { n as fetchModules, t as checkNuxtCompatibility } from "./_utils-B8YNEdpq.mjs";
5
+ import { t as formatInfoBox } from "./formatting-V2rnOEP4.mjs";
6
+ import { n as fetchModules, t as checkNuxtCompatibility } from "./_utils-NB3Cn3-G.mjs";
7
7
  import { defineCommand } from "citty";
8
8
  import { colors } from "consola/utils";
9
9
  import { box } from "@clack/prompts";
@@ -4,7 +4,7 @@ import { r as relativeToProcess, t as loadKit } from "./kit-CPEUdXTm.mjs";
4
4
  import { t as getNuxtVersion } from "./versions-CTlxnxbH.mjs";
5
5
  import "./fs-B_hD5MnA.mjs";
6
6
  import { r as nuxtVersionToGitIdentifier, t as cleanupNuxtDirs } from "./nuxt-Bkosdz43.mjs";
7
- import { t as getPackageManagerVersion } from "./packageManagers-BX7-V04a.mjs";
7
+ import { t as getPackageManagerVersion } from "./packageManagers-BKxN4oEl.mjs";
8
8
  import process from "node:process";
9
9
  import { defineCommand } from "citty";
10
10
  import { colors } from "consola/utils";
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-100741-c12ef7d",
4
+ "version": "3.31.2-20251208-171641-c12ef7d",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -68,12 +68,12 @@
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.5",
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",
75
75
  "rollup-plugin-visualizer": "^6.0.5",
76
- "tsdown": "^0.16.8",
76
+ "tsdown": "^0.17.1",
77
77
  "typescript": "^5.9.3",
78
78
  "undici": "^7.16.0",
79
79
  "unplugin-purge-polyfills": "^0.1.0",
@@ -1,10 +0,0 @@
1
- import "./_shared-BCYCnX0T.mjs";
2
- import "./logger-B4ge7MhP.mjs";
3
- import "./kit-CPEUdXTm.mjs";
4
- import "./versions-CTlxnxbH.mjs";
5
- import "./banner-drlfl0J-.mjs";
6
- import "./fs-B_hD5MnA.mjs";
7
- import "./env-kdrdHqLf.mjs";
8
- import { t as build_default } from "./build-ChMzq018.mjs";
9
-
10
- export { build_default as default };
File without changes
File without changes