create-nuxt-nightly 3.32.1-20260119-102004-362ab3a → 3.32.1-20260119-112846-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
@@ -27813,7 +27813,7 @@ async function checkEngines() {
27813
27813
  //#endregion
27814
27814
  //#region package.json
27815
27815
  var name = "create-nuxt-nightly";
27816
- var version = "3.32.1-20260119-102004-362ab3a";
27816
+ var version = "3.32.1-20260119-112846-362ab3a";
27817
27817
  var description = "Create a Nuxt app in seconds";
27818
27818
 
27819
27819
  //#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-20260119-102004-362ab3a",
4
+ "version": "3.32.1-20260119-112846-362ab3a",
5
5
  "description": "Create a Nuxt app in seconds",
6
6
  "license": "MIT",
7
7
  "repository": {