@nuxt/cli-nightly 3.31.3-20251217-184842-4f5cf67 → 3.31.4-20251217-224540-77340dc
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.
package/dist/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ const commands = {
|
|
|
21
21
|
dev: () => import("./dev-HhMgIfMX.mjs").then(_rDefault),
|
|
22
22
|
devtools: () => import("./devtools-ChsGaImC.mjs").then(_rDefault),
|
|
23
23
|
generate: () => import("./generate-cGaHTpaK.mjs").then(_rDefault),
|
|
24
|
-
info: () => import("./info-
|
|
24
|
+
info: () => import("./info-CP7qFulC.mjs").then(_rDefault),
|
|
25
25
|
init: () => import("./init-jiA9OW7h.mjs").then(_rDefault),
|
|
26
26
|
module: () => import("./module-CZNTz7xr.mjs").then(_rDefault),
|
|
27
27
|
prepare: () => import("./prepare-DCPPpZ3e.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.
|
|
69
|
+
var version = "3.31.4-20251217-224540-77340dc";
|
|
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.
|
|
20
|
+
var version = "3.31.4-20251217-224528-77340dc";
|
|
21
21
|
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region ../nuxi/src/commands/info.ts
|