create-nuxt-nightly 3.31.3-20251217-181959-e46541d → 3.31.3-20251217-184825-4f5cf67

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
@@ -27793,7 +27793,7 @@ async function checkEngines() {
27793
27793
  //#endregion
27794
27794
  //#region package.json
27795
27795
  var name = "create-nuxt-nightly";
27796
- var version = "3.31.3-20251217-181959-e46541d";
27796
+ var version = "3.31.3-20251217-184825-4f5cf67";
27797
27797
  var description = "Create a Nuxt app in seconds";
27798
27798
 
27799
27799
  //#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.3-20251217-181959-e46541d",
4
+ "version": "3.31.3-20251217-184825-4f5cf67",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {