@nuxt/cli-nightly 3.31.0-20251121-131900-02d37f0 → 3.31.0-20251129-195444-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.
package/dist/index.mjs CHANGED
@@ -20,7 +20,7 @@ const commands = {
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-B7c9tYVJ.mjs").then(_rDefault),
23
+ info: () => import("./info-C8ElKlCL.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-20251121-131900-02d37f0";
68
+ var version = "3.31.0-20251129-195444-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-20251121-131849-02d37f0";
20
+ var version = "3.31.0-20251129-195432-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-20251121-131900-02d37f0",
4
+ "version": "3.31.0-20251129-195444-02d37f0",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -59,7 +59,7 @@
59
59
  "std-env": "^3.10.0",
60
60
  "tinyexec": "^1.0.2",
61
61
  "ufo": "^1.6.1",
62
- "youch": "^4.1.0-beta.12"
62
+ "youch": "^4.1.0-beta.13"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@nuxt/kit": "^4.2.1",
@@ -71,13 +71,13 @@
71
71
  "h3-next": "npm:h3@^2.0.1-rc.5",
72
72
  "nitro": "^3.0.1-alpha.1",
73
73
  "nitropack": "^2.12.9",
74
- "rollup": "^4.53.2",
74
+ "rollup": "^4.53.3",
75
75
  "rollup-plugin-visualizer": "^6.0.5",
76
- "tsdown": "^0.16.5",
76
+ "tsdown": "^0.16.6",
77
77
  "typescript": "^5.9.3",
78
78
  "undici": "^7.16.0",
79
79
  "unplugin-purge-polyfills": "^0.1.0",
80
80
  "vitest": "^3.2.4",
81
- "youch": "^4.1.0-beta.12"
81
+ "youch": "^4.1.0-beta.13"
82
82
  }
83
83
  }