create-nuxt-nightly 3.31.1-20251205-111025-3650f92 → 3.31.2-20251208-100722-c12ef7d
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
|
@@ -27778,7 +27778,7 @@ async function checkEngines() {
|
|
|
27778
27778
|
//#endregion
|
|
27779
27779
|
//#region package.json
|
|
27780
27780
|
var name = "create-nuxt-nightly";
|
|
27781
|
-
var version = "3.31.
|
|
27781
|
+
var version = "3.31.2-20251208-100722-c12ef7d";
|
|
27782
27782
|
var description = "Create a Nuxt app in seconds";
|
|
27783
27783
|
|
|
27784
27784
|
//#endregion
|