@nuxt/cli-nightly 3.29.4-20251021-185748-1848fa9 → 3.29.4-20251021-190716-bbf70fc

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
@@ -18,7 +18,7 @@ const commands = {
18
18
  dev: () => import("./dev-Bs_0dzlh.mjs").then(_rDefault),
19
19
  devtools: () => import("./devtools-BLGzUSNU.mjs").then(_rDefault),
20
20
  generate: () => import("./generate-CGy3-x2K.mjs").then(_rDefault),
21
- info: () => import("./info-D_BSPfUs.mjs").then(_rDefault),
21
+ info: () => import("./info-BDdsghj1.mjs").then(_rDefault),
22
22
  init: () => import("./init-_n9DXzzY.mjs").then(_rDefault),
23
23
  module: () => import("./module-CqBrGD-s.mjs").then(_rDefault),
24
24
  prepare: () => import("./prepare-B0KOhO-L.mjs").then(_rDefault),
@@ -63,7 +63,7 @@ async function checkEngines() {
63
63
  //#endregion
64
64
  //#region package.json
65
65
  var name = "@nuxt/cli-nightly";
66
- var version = "3.29.4-20251021-185748-1848fa9";
66
+ var version = "3.29.4-20251021-190716-bbf70fc";
67
67
  var description = "Nuxt CLI";
68
68
 
69
69
  //#endregion
@@ -8,12 +8,12 @@ import { isMinimal } from "std-env";
8
8
  import { resolve } from "pathe";
9
9
  import { splitByCase } from "scule";
10
10
  import os from "node:os";
11
- import clipboardy from "clipboardy";
11
+ import { copy } from "copy-paste";
12
12
  import { detectPackageManager } from "nypm";
13
13
  import { readPackageJSON } from "pkg-types";
14
14
 
15
15
  //#region ../nuxi/package.json
16
- var version = "3.29.4-20251021-185739-1848fa9";
16
+ var version = "3.29.4-20251021-190708-bbf70fc";
17
17
 
18
18
  //#endregion
19
19
  //#region ../nuxi/src/commands/info.ts
@@ -77,7 +77,7 @@ var info_default = defineCommand({
77
77
  });
78
78
  let infoStr = "";
79
79
  for (const [label, value] of entries) infoStr += `- ${`${label}: `.padEnd(maxLength + 2)}${value.includes("`") ? value : `\`${value}\``}\n`;
80
- const copied = !isMinimal && await clipboardy.write(infoStr).then(() => true).catch(() => false);
80
+ const copied = !isMinimal && await new Promise((resolve$1) => copy(infoStr, (err) => resolve$1(!err)));
81
81
  const isNuxt3 = !isLegacy;
82
82
  const isBridge = !isNuxt3 && infoObj.BuildModules.includes("bridge");
83
83
  const repo = isBridge ? "nuxt/bridge" : "nuxt/nuxt";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/cli-nightly",
3
3
  "type": "module",
4
- "version": "3.29.4-20251021-185748-1848fa9",
4
+ "version": "3.29.4-20251021-190716-bbf70fc",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -35,9 +35,9 @@
35
35
  "dependencies": {
36
36
  "c12": "^3.3.1",
37
37
  "citty": "^0.1.6",
38
- "clipboardy": "^5.0.0",
39
38
  "confbox": "^0.2.2",
40
39
  "consola": "^3.4.2",
40
+ "copy-paste": "^2.2.0",
41
41
  "defu": "^6.1.4",
42
42
  "exsolve": "^1.0.7",
43
43
  "fuse.js": "^7.1.0",