create-nuxt-nightly 3.31.0-20251110-105807-ce9694f → 3.31.0-20251111-164233-694e92b
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
|
@@ -27977,7 +27977,7 @@ async function checkEngines() {
|
|
|
27977
27977
|
//#endregion
|
|
27978
27978
|
//#region package.json
|
|
27979
27979
|
var name = "create-nuxt-nightly";
|
|
27980
|
-
var version = "3.31.0-
|
|
27980
|
+
var version = "3.31.0-20251111-164233-694e92b";
|
|
27981
27981
|
var description = "Create a Nuxt app in seconds";
|
|
27982
27982
|
|
|
27983
27983
|
//#endregion
|