@nuxt/cli-nightly 3.31.0-20251117-213707-02d37f0 → 3.31.0-20251121-131900-02d37f0

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.
@@ -12,7 +12,7 @@ import { promises } from "node:fs";
12
12
  import { join, resolve } from "pathe";
13
13
  import { FastResponse, FastURL, serve } from "srvx";
14
14
 
15
- //#region ../../node_modules/.pnpm/rou3@0.7.9/node_modules/rou3/dist/index.mjs
15
+ //#region ../../node_modules/.pnpm/rou3@0.7.10/node_modules/rou3/dist/index.mjs
16
16
  const NullProtoObj = /* @__PURE__ */ (() => {
17
17
  const e = function() {};
18
18
  return e.prototype = Object.create(null), Object.freeze(e.prototype), e;
package/dist/index.mjs CHANGED
@@ -13,14 +13,14 @@ import tab from "@bomb.sh/tab/citty";
13
13
  const _rDefault = (r) => r.default || r;
14
14
  const commands = {
15
15
  add: () => import("./add-k1Nn1cL6.mjs").then(_rDefault),
16
- analyze: () => import("./analyze-B7vdkB-T.mjs").then(_rDefault),
16
+ analyze: () => import("./analyze-D3UWe081.mjs").then(_rDefault),
17
17
  build: () => import("./build-BXaUqCgz.mjs").then(_rDefault),
18
18
  cleanup: () => import("./cleanup-B6ZYJtxX.mjs").then(_rDefault),
19
19
  _dev: () => import("./dev-child-BMQAV2Jm.mjs").then(_rDefault),
20
20
  dev: () => import("./dev-JltooV9B.mjs").then(_rDefault),
21
21
  devtools: () => import("./devtools-BOw17GFK.mjs").then(_rDefault),
22
22
  generate: () => import("./generate-DD8qcTxo.mjs").then(_rDefault),
23
- info: () => import("./info-D2CLSwia.mjs").then(_rDefault),
23
+ info: () => import("./info-B7c9tYVJ.mjs").then(_rDefault),
24
24
  init: () => import("./init-D6EjQYoM.mjs").then(_rDefault),
25
25
  module: () => import("./module-JzL-mWJT.mjs").then(_rDefault),
26
26
  prepare: () => import("./prepare-D3poicWu.mjs").then(_rDefault),
@@ -65,7 +65,7 @@ async function checkEngines() {
65
65
  //#endregion
66
66
  //#region package.json
67
67
  var name = "@nuxt/cli-nightly";
68
- var version = "3.31.0-20251117-213707-02d37f0";
68
+ var version = "3.31.0-20251121-131900-02d37f0";
69
69
  var description = "Nuxt CLI";
70
70
 
71
71
  //#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-20251117-213656-02d37f0";
20
+ var version = "3.31.0-20251121-131849-02d37f0";
21
21
 
22
22
  //#endregion
23
23
  //#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.31.0-20251117-213707-02d37f0",
4
+ "version": "3.31.0-20251121-131900-02d37f0",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {