create-nuxt-nightly 3.31.1-20251204-174656-0aa3a0f → 3.31.1-20251205-110855-3da220c

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 (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -4,10 +4,10 @@ import { a as le, c as ye, i as dt, n as Mn, o as qn, r as br, s as ut, t as Mi
4
4
  import { a as require_lte, c as require_eq, d as require_compare, f as require_semver$1, h as require_constants, i as require_cmp, l as require_lt, m as require_re, n as require_comparator, o as require_gte, p as require_identifiers, r as require_range, s as require_neq, t as require_satisfies, u as require_gt } from "./satisfies-B0aM6MHp.mjs";
5
5
  import { t as templates } from "./templates-Dc0okpQy.mjs";
6
6
  import { createRequire } from "node:module";
7
+ import process$1, { cwd, stdin, stdout } from "node:process";
7
8
  import { defineCommand, runCommand as runCommand$1, runMain as runMain$1 } from "citty";
8
9
  import * as fs$1 from "node:fs";
9
10
  import fs, { createWriteStream, existsSync, lstatSync, promises, readdirSync, realpathSync, renameSync, statSync } from "node:fs";
10
- import process$1, { cwd, stdin, stdout } from "node:process";
11
11
  import * as k$4 from "node:readline";
12
12
  import c from "node:readline";
13
13
  import * as tty$2 from "node:tty";
@@ -27778,7 +27778,7 @@ async function checkEngines() {
27778
27778
  //#endregion
27779
27779
  //#region package.json
27780
27780
  var name = "create-nuxt-nightly";
27781
- var version = "3.31.1-20251204-174656-0aa3a0f";
27781
+ var version = "3.31.1-20251205-110855-3da220c";
27782
27782
  var description = "Create a Nuxt app in seconds";
27783
27783
 
27784
27784
  //#endregion
@@ -27796,7 +27796,7 @@ const _main = defineCommand({
27796
27796
  await init_default.run?.(ctx);
27797
27797
  }
27798
27798
  });
27799
- await setupInitCompletions(_main);
27799
+ if (process$1.argv[2] === "complete") await setupInitCompletions(_main);
27800
27800
  const main = _main;
27801
27801
 
27802
27802
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-nuxt-nightly",
3
3
  "type": "module",
4
- "version": "3.31.1-20251204-174656-0aa3a0f",
4
+ "version": "3.31.1-20251205-110855-3da220c",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {