create-nuxt-nightly 3.31.0-20251204-152217-b04de4f → 3.31.0-20251204-153459-fdafc3a

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
@@ -27729,7 +27729,7 @@ async function checkEngines() {
27729
27729
  //#endregion
27730
27730
  //#region package.json
27731
27731
  var name = "create-nuxt-nightly";
27732
- var version = "3.31.0-20251204-152217-b04de4f";
27732
+ var version = "3.31.0-20251204-153459-fdafc3a";
27733
27733
  var description = "Create a Nuxt app in seconds";
27734
27734
 
27735
27735
  //#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-20251204-152217-b04de4f",
4
+ "version": "3.31.0-20251204-153459-fdafc3a",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {