@nuxt/cli-nightly 3.30.0-20251030-121131-df17ad4 → 3.30.0-20251030-210831-e0ea531

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-nr2jb3A5.mjs").then(_rDefault),
19
19
  devtools: () => import("./devtools-BLGzUSNU.mjs").then(_rDefault),
20
20
  generate: () => import("./generate-DZJF1Xf_.mjs").then(_rDefault),
21
- info: () => import("./info-CDEpghWt.mjs").then(_rDefault),
21
+ info: () => import("./info-9A9-0MOb.mjs").then(_rDefault),
22
22
  init: () => import("./init-DxB4kjq8.mjs").then(_rDefault),
23
23
  module: () => import("./module-gIxjhGid.mjs").then(_rDefault),
24
24
  prepare: () => import("./prepare-ZByeo9vQ.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.30.0-20251030-121131-df17ad4";
66
+ var version = "3.30.0-20251030-210831-e0ea531";
67
67
  var description = "Nuxt CLI";
68
68
 
69
69
  //#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.30.0-20251030-121124-df17ad4";
16
+ var version = "3.30.0-20251030-210822-e0ea531";
17
17
 
18
18
  //#endregion
19
19
  //#region ../nuxi/src/commands/info.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/cli-nightly",
3
3
  "type": "module",
4
- "version": "3.30.0-20251030-121131-df17ad4",
4
+ "version": "3.30.0-20251030-210831-e0ea531",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {