create-nuxt-nightly 3.32.1-20260204-103652-362ab3a → 3.32.1-20260204-113146-362ab3a

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
@@ -13644,7 +13644,7 @@ async function checkEngines() {
13644
13644
  //#endregion
13645
13645
  //#region package.json
13646
13646
  var name = "create-nuxt-nightly";
13647
- var version = "3.32.1-20260204-103652-362ab3a";
13647
+ var version = "3.32.1-20260204-113146-362ab3a";
13648
13648
  var description = "Create a Nuxt app in seconds";
13649
13649
 
13650
13650
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-nuxt-nightly",
3
3
  "type": "module",
4
- "version": "3.32.1-20260204-103652-362ab3a",
4
+ "version": "3.32.1-20260204-113146-362ab3a",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {