@nuxt/cli-nightly 3.31.0-20251129-195444-02d37f0 → 3.31.0-20251204-092002-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.
|
@@ -187,7 +187,7 @@ function routeToRegExp(route = "/") {
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
//#endregion
|
|
190
|
-
//#region ../../node_modules/.pnpm/h3@2.0.1-rc.5_crossws@0.4.1_srvx@0.9.
|
|
190
|
+
//#region ../../node_modules/.pnpm/h3@2.0.1-rc.5_crossws@0.4.1_srvx@0.9.7_/node_modules/h3/dist/h3.mjs
|
|
191
191
|
const kEventNS = "h3.internal.event.";
|
|
192
192
|
const kEventRes = /* @__PURE__ */ Symbol.for(`${kEventNS}res`);
|
|
193
193
|
const kEventResHeaders = /* @__PURE__ */ Symbol.for(`${kEventNS}res.headers`);
|
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-
|
|
16
|
+
analyze: () => import("./analyze-DVTE10Og.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-
|
|
23
|
+
info: () => import("./info-xsjPNXb7.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-
|
|
68
|
+
var version = "3.31.0-20251204-092002-02d37f0";
|
|
69
69
|
var description = "Nuxt CLI";
|
|
70
70
|
|
|
71
71
|
//#endregion
|
|
@@ -170,6 +170,7 @@ const templates = [
|
|
|
170
170
|
"doc-driven",
|
|
171
171
|
"hub",
|
|
172
172
|
"layer",
|
|
173
|
+
"minimal",
|
|
173
174
|
"module",
|
|
174
175
|
"module-devtools",
|
|
175
176
|
"ui",
|
|
@@ -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-
|
|
20
|
+
var version = "3.31.0-20251204-091951-02d37f0";
|
|
21
21
|
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region ../nuxi/src/commands/info.ts
|