create-nuxt-nightly 3.32.0-20260106-124253-8928d35 → 3.33.0-20260106-161845-8928d35

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
@@ -27810,7 +27810,7 @@ async function checkEngines() {
27810
27810
  //#endregion
27811
27811
  //#region package.json
27812
27812
  var name = "create-nuxt-nightly";
27813
- var version = "3.32.0-20260106-124253-8928d35";
27813
+ var version = "3.33.0-20260106-161845-8928d35";
27814
27814
  var description = "Create a Nuxt app in seconds";
27815
27815
 
27816
27816
  //#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.0-20260106-124253-8928d35",
4
+ "version": "3.33.0-20260106-161845-8928d35",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {