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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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-20251110-105807-ce9694f";
27980
+ var version = "3.31.0-20251111-164233-694e92b";
27981
27981
  var description = "Create a Nuxt app in seconds";
27982
27982
 
27983
27983
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-nuxt-nightly",
3
3
  "type": "module",
4
- "version": "3.31.0-20251110-105807-ce9694f",
4
+ "version": "3.31.0-20251111-164233-694e92b",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {