@nuxt/cli-nightly 4.0.0-20260824-190836-dfdcf73 → 4.0.0-20260824-191301-dfdcf73

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.
@@ -1,4 +1,4 @@
1
- import { n as engines } from "./package-Rv7FJIRf.mjs";
1
+ import { n as engines } from "./package-DfnnU_HX.mjs";
2
2
  import { C as logger } from "./console-LozpSk5B.mjs";
3
3
  import process from "node:process";
4
4
  import { styleText } from "node:util";
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { n as runCommand$1, r as runMain$1, t as defineCommand } from "./dist-BHScxwnh.mjs";
2
- import { i as version, r as name, t as description } from "./package-Rv7FJIRf.mjs";
2
+ import { i as version, r as name, t as description } from "./package-DfnnU_HX.mjs";
3
3
  import { a as globalCwdArgs, t as cwdArgs } from "./_shared-OF10mGcK.mjs";
4
4
  import { C as logger, a as setupGlobalConsole, x as debug } from "./console-LozpSk5B.mjs";
5
5
  import { n as warnOnHang } from "./hang-Bxz5G4z4.mjs";
@@ -25,7 +25,7 @@ const commands = Object.assign(Object.create(null), {
25
25
  "devtools": () => import("./devtools-gkrsI7KT.mjs").then(_rDefault),
26
26
  "docs": () => import("./docs-DzgWYiWr.mjs").then(_rDefault),
27
27
  "generate": () => import("./generate-DmpHSYQP.mjs").then(_rDefault),
28
- "info": () => import("./info-lNIhjapu.mjs").then(_rDefault),
28
+ "info": () => import("./info-LgCpvQEV.mjs").then(_rDefault),
29
29
  "init": () => import("./init-nCDQ39hE.mjs").then(_rDefault),
30
30
  "module": () => import("./module-QfBsK4TZ.mjs").then(_rDefault),
31
31
  "prepare": () => import("./prepare-BBcJaCJF.mjs").then((n) => n.n).then(_rDefault),
@@ -178,7 +178,7 @@ const _main = defineCommand({
178
178
  setCurrentCommand(command);
179
179
  setupGlobalConsole({ dev: command === "dev" });
180
180
  if (command && command !== "_dev" && provider !== "stackblitz") {
181
- await import("./engines-Br8hs7X1.mjs").then(({ checkEngines }) => checkEngines()).catch((err) => logger.error(String(err)));
181
+ await import("./engines-g1WiEo0B.mjs").then(({ checkEngines }) => checkEngines()).catch((err) => logger.error(String(err)));
182
182
  import("./console-LozpSk5B.mjs").then((n) => n.p).then(({ resolveProjectDir }) => scheduleUpdateNudge(resolveProjectDir(ctx.args), command)).catch((err) => debug("Failed to check for updates:", err));
183
183
  }
184
184
  if (command === "add" && ctx.rawArgs[1] && templateNames.includes(ctx.rawArgs[1])) {
@@ -1,5 +1,5 @@
1
1
  import { t as defineCommand } from "./dist-BHScxwnh.mjs";
2
- import { i as version } from "./package-Rv7FJIRf.mjs";
2
+ import { i as version } from "./package-DfnnU_HX.mjs";
3
3
  import { l as rootDirArgs } from "./_shared-OF10mGcK.mjs";
4
4
  import { C as logger, f as tryResolveNuxt, g as resolveRootDir, o as withDirectStdout } from "./console-LozpSk5B.mjs";
5
5
  import { n as formatInfoBox } from "./formatting-DwIOb1Eu.mjs";
@@ -1,6 +1,6 @@
1
1
  //#region package.json
2
2
  var name = "@nuxt/cli-nightly";
3
- var version = "4.0.0-20260824-190836-dfdcf73";
3
+ var version = "4.0.0-20260824-191301-dfdcf73";
4
4
  var description = "Nuxt CLI";
5
5
  var engines = { "node": "^22.19.0 || ^24.11.0 || >=26.0.0" };
6
6
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/cli-nightly",
3
3
  "type": "module",
4
- "version": "4.0.0-20260824-190836-dfdcf73",
4
+ "version": "4.0.0-20260824-191301-dfdcf73",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {