create-nuxt-nightly 3.32.1-20260202-121955-362ab3a → 3.32.1-20260204-103045-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.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13645,7 +13645,7 @@ async function checkEngines() {
|
|
|
13645
13645
|
//#endregion
|
|
13646
13646
|
//#region package.json
|
|
13647
13647
|
var name = "create-nuxt-nightly";
|
|
13648
|
-
var version = "3.32.1-
|
|
13648
|
+
var version = "3.32.1-20260204-103045-362ab3a";
|
|
13649
13649
|
var description = "Create a Nuxt app in seconds";
|
|
13650
13650
|
|
|
13651
13651
|
//#endregion
|