create-nuxt-nightly 3.31.2-20251208-101809-c12ef7d → 3.31.2-20251208-171622-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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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.2-20251208-101809-c12ef7d";
27781
+ var version = "3.31.2-20251208-171622-c12ef7d";
27782
27782
  var description = "Create a Nuxt app in seconds";
27783
27783
 
27784
27784
  //#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.2-20251208-101809-c12ef7d",
4
+ "version": "3.31.2-20251208-171622-c12ef7d",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {