@nuxt/cli-nightly 3.32.1-20260119-112903-362ab3a → 3.32.1-20260120-094453-362ab3a

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.
@@ -190,7 +190,7 @@ function routeToRegExp(route = "/") {
190
190
  }
191
191
 
192
192
  //#endregion
193
- //#region ../../node_modules/.pnpm/h3@2.0.1-rc.8_crossws@0.4.1_srvx@0.10.0_/node_modules/h3/dist/h3.mjs
193
+ //#region ../../node_modules/.pnpm/h3@2.0.1-rc.11_crossws@0.4.3_srvx@0.10.1_/node_modules/h3/dist/h3.mjs
194
194
  const kEventNS = "h3.internal.event.";
195
195
  const kEventRes = /* @__PURE__ */ Symbol.for(`${kEventNS}res`);
196
196
  const kEventResHeaders = /* @__PURE__ */ Symbol.for(`${kEventNS}res.headers`);
@@ -707,6 +707,7 @@ const H3 = /* @__PURE__ */ (() => {
707
707
  };
708
708
  return H3$1;
709
709
  })();
710
+ const _textEncoder = new TextEncoder();
710
711
  const lazyEventHandler = defineLazyEventHandler;
711
712
 
712
713
  //#endregion
package/dist/index.mjs CHANGED
@@ -16,14 +16,14 @@ const _rDefault = (r) => r.default || r;
16
16
  const commands = {
17
17
  "add": () => import("./add-Bznb4lxU.mjs").then(_rDefault),
18
18
  "add-template": () => import("./add-template-BqK8C-av.mjs").then(_rDefault),
19
- "analyze": () => import("./analyze-HJN72PL9.mjs").then(_rDefault),
19
+ "analyze": () => import("./analyze-DNULgfOm.mjs").then(_rDefault),
20
20
  "build": () => import("./build-xBDofBQy.mjs").then(_rDefault),
21
21
  "cleanup": () => import("./cleanup-viSjdn1J.mjs").then(_rDefault),
22
22
  "_dev": () => import("./dev-child-CTpoGVT-.mjs").then(_rDefault),
23
23
  "dev": () => import("./dev-CAUc81j8.mjs").then(_rDefault),
24
24
  "devtools": () => import("./devtools-BTYlIJMv.mjs").then(_rDefault),
25
25
  "generate": () => import("./generate-Dl0M7pNO.mjs").then(_rDefault),
26
- "info": () => import("./info-CwjqD4NA.mjs").then(_rDefault),
26
+ "info": () => import("./info-vozmjCHC.mjs").then(_rDefault),
27
27
  "init": () => import("./init-CbX2kZ7b.mjs").then(_rDefault),
28
28
  "module": () => import("./module-CsMeSzOg.mjs").then(_rDefault),
29
29
  "prepare": () => import("./prepare-D99IJFcY.mjs").then(_rDefault),
@@ -68,7 +68,7 @@ async function checkEngines() {
68
68
  //#endregion
69
69
  //#region package.json
70
70
  var name = "@nuxt/cli-nightly";
71
- var version = "3.32.1-20260119-112903-362ab3a";
71
+ var version = "3.32.1-20260120-094453-362ab3a";
72
72
  var description = "Nuxt CLI";
73
73
 
74
74
  //#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.32.1-20260119-112852-362ab3a";
20
+ var version = "3.32.1-20260120-094443-362ab3a";
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.32.1-20260119-112903-362ab3a",
4
+ "version": "3.32.1-20260120-094453-362ab3a",
5
5
  "description": "Nuxt CLI",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -71,7 +71,7 @@
71
71
  "h3-next": "npm:h3@^2.0.1-rc.8",
72
72
  "nitro": "^3.0.1-alpha.1",
73
73
  "nitropack": "^2.13.1",
74
- "rollup": "^4.55.1",
74
+ "rollup": "^4.55.2",
75
75
  "rollup-plugin-visualizer": "^6.0.5",
76
76
  "tsdown": "^0.19.0",
77
77
  "typescript": "^5.9.3",