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