@nuxt/cli-nightly 3.31.0-20251204-154009-40c967f → 3.31.0-20251204-163318-40c967f
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,12 +21,12 @@ const commands = {
|
|
|
21
21
|
dev: () => import("./dev-BjCHVbda.mjs").then(_rDefault),
|
|
22
22
|
devtools: () => import("./devtools-BTYlIJMv.mjs").then(_rDefault),
|
|
23
23
|
generate: () => import("./generate-DSEHRPYE.mjs").then(_rDefault),
|
|
24
|
-
info: () => import("./info-
|
|
25
|
-
init: () => import("./init-
|
|
24
|
+
info: () => import("./info-CR_pmRKF.mjs").then(_rDefault),
|
|
25
|
+
init: () => import("./init-CUkHvr29.mjs").then(_rDefault),
|
|
26
26
|
module: () => import("./module-dUoKC1O2.mjs").then(_rDefault),
|
|
27
27
|
prepare: () => import("./prepare-DCVINTk-.mjs").then(_rDefault),
|
|
28
|
-
preview: () => import("./preview-
|
|
29
|
-
start: () => import("./preview-
|
|
28
|
+
preview: () => import("./preview-D2Y29Rfc.mjs").then(_rDefault),
|
|
29
|
+
start: () => import("./preview-D2Y29Rfc.mjs").then(_rDefault),
|
|
30
30
|
test: () => import("./test-D9z67EJZ.mjs").then(_rDefault),
|
|
31
31
|
typecheck: () => import("./typecheck-CLdIBKcn.mjs").then(_rDefault),
|
|
32
32
|
upgrade: () => import("./upgrade-fEGIXDnO.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.0-20251204-
|
|
69
|
+
var version = "3.31.0-20251204-163318-40c967f";
|
|
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.0-20251204-
|
|
20
|
+
var version = "3.31.0-20251204-163308-40c967f";
|
|
21
21
|
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region ../nuxi/src/commands/info.ts
|
|
@@ -276,7 +276,7 @@ var init_default = defineCommand({
|
|
|
276
276
|
}
|
|
277
277
|
downloadSpinner.stop(`Downloaded ${colors.cyan(template.name)} template`);
|
|
278
278
|
} catch (err) {
|
|
279
|
-
downloadSpinner.
|
|
279
|
+
downloadSpinner.error("Template download failed");
|
|
280
280
|
if (process.env.DEBUG) throw err;
|
|
281
281
|
logger.error(err.toString());
|
|
282
282
|
process.exit(1);
|
|
@@ -287,13 +287,13 @@ var init_default = defineCommand({
|
|
|
287
287
|
const response = await $fetch("https://registry.npmjs.org/nuxt-nightly");
|
|
288
288
|
const nightlyChannelTag = ctx.args.nightly || "latest";
|
|
289
289
|
if (!nightlyChannelTag) {
|
|
290
|
-
nightlySpinner.
|
|
290
|
+
nightlySpinner.error("Failed to get nightly channel tag");
|
|
291
291
|
logger.error(`Error getting nightly channel tag.`);
|
|
292
292
|
process.exit(1);
|
|
293
293
|
}
|
|
294
294
|
const nightlyChannelVersion = response["dist-tags"][nightlyChannelTag];
|
|
295
295
|
if (!nightlyChannelVersion) {
|
|
296
|
-
nightlySpinner.
|
|
296
|
+
nightlySpinner.error("Nightly version not found");
|
|
297
297
|
logger.error(`Nightly channel version for tag ${colors.cyan(nightlyChannelTag)} not found.`);
|
|
298
298
|
process.exit(1);
|
|
299
299
|
}
|
|
@@ -428,7 +428,7 @@ var init_default = defineCommand({
|
|
|
428
428
|
titlePadding: 2,
|
|
429
429
|
contentPadding: 2,
|
|
430
430
|
rounded: true,
|
|
431
|
-
|
|
431
|
+
withGuide: false,
|
|
432
432
|
formatBorder: (text$1) => `${themeColor + text$1}\x1B[0m`
|
|
433
433
|
});
|
|
434
434
|
if (ctx.args.shell) startShell(template.dir);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/cli-nightly",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.31.0-20251204-
|
|
4
|
+
"version": "3.31.0-20251204-163318-40c967f",
|
|
5
5
|
"description": "Nuxt CLI",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@bomb.sh/tab": "^0.0.9",
|
|
37
|
-
"@clack/prompts": "1.0.0-alpha.
|
|
37
|
+
"@clack/prompts": "1.0.0-alpha.7",
|
|
38
38
|
"c12": "^3.3.2",
|
|
39
39
|
"citty": "^0.1.6",
|
|
40
40
|
"confbox": "^0.2.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"pkg-types": "^2.3.0",
|
|
56
56
|
"scule": "^1.3.0",
|
|
57
57
|
"semver": "^7.7.3",
|
|
58
|
-
"srvx": "^0.9.
|
|
58
|
+
"srvx": "^0.9.7",
|
|
59
59
|
"std-env": "^3.10.0",
|
|
60
60
|
"tinyexec": "^1.0.2",
|
|
61
61
|
"ufo": "^1.6.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"nitropack": "^2.12.9",
|
|
74
74
|
"rollup": "^4.53.3",
|
|
75
75
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
76
|
-
"tsdown": "^0.16.
|
|
76
|
+
"tsdown": "^0.16.8",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
78
|
"undici": "^7.16.0",
|
|
79
79
|
"unplugin-purge-polyfills": "^0.1.0",
|