@nuxt/cli-nightly 3.31.0-20251106-122236-3eaca44 → 3.31.0-20251106-122644-ce9694f
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
|
@@ -19,7 +19,7 @@ const commands = {
|
|
|
19
19
|
dev: () => import("./dev-aS1afvp8.mjs").then(_rDefault),
|
|
20
20
|
devtools: () => import("./devtools-BLGzUSNU.mjs").then(_rDefault),
|
|
21
21
|
generate: () => import("./generate-DZJF1Xf_.mjs").then(_rDefault),
|
|
22
|
-
info: () => import("./info-
|
|
22
|
+
info: () => import("./info-CCwBjlAr.mjs").then(_rDefault),
|
|
23
23
|
init: () => import("./init-DX0yoR1B.mjs").then(_rDefault),
|
|
24
24
|
module: () => import("./module-t-MDBA3Y.mjs").then(_rDefault),
|
|
25
25
|
prepare: () => import("./prepare-ZByeo9vQ.mjs").then(_rDefault),
|
|
@@ -64,7 +64,7 @@ async function checkEngines() {
|
|
|
64
64
|
//#endregion
|
|
65
65
|
//#region package.json
|
|
66
66
|
var name = "@nuxt/cli-nightly";
|
|
67
|
-
var version = "3.31.0-20251106-
|
|
67
|
+
var version = "3.31.0-20251106-122644-ce9694f";
|
|
68
68
|
var description = "Nuxt CLI";
|
|
69
69
|
|
|
70
70
|
//#endregion
|
|
@@ -13,7 +13,7 @@ import { detectPackageManager } from "nypm";
|
|
|
13
13
|
import { readPackageJSON } from "pkg-types";
|
|
14
14
|
|
|
15
15
|
//#region ../nuxi/package.json
|
|
16
|
-
var version = "3.31.0-20251106-
|
|
16
|
+
var version = "3.31.0-20251106-122632-ce9694f";
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region ../nuxi/src/commands/info.ts
|
|
@@ -79,7 +79,7 @@ var info_default = defineCommand({
|
|
|
79
79
|
for (const [label, value] of entries) infoStr += `- ${`${label}: `.padEnd(maxLength + 2)}${value.includes("`") ? value : `\`${value}\``}\n`;
|
|
80
80
|
const copied = !isMinimal && await new Promise((resolve$1) => copy(infoStr, (err) => resolve$1(!err)));
|
|
81
81
|
const isNuxt3 = !isLegacy;
|
|
82
|
-
const isBridge = !isNuxt3 && infoObj.BuildModules
|
|
82
|
+
const isBridge = !isNuxt3 && infoObj.BuildModules?.includes("bridge");
|
|
83
83
|
const repo = isBridge ? "nuxt/bridge" : "nuxt/nuxt";
|
|
84
84
|
const log = [
|
|
85
85
|
(isNuxt3 || isBridge) && `👉 Report an issue: https://github.com/${repo}/issues/new?template=bug-report.yml`,
|