create-nexusts 0.7.3 → 0.7.4

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,7 @@ Your app will be running at `http://localhost:3000`.
38
38
  # Minimal: NestJS-style + Rendu + Drizzle + SQLite
39
39
  npm create nexusts@latest my-app
40
40
 
41
- # Inertia.js v2 + React SPA
41
+ # Inertia.js v3 + React SPA
42
42
  npm create nexusts@latest my-app --view inertia
43
43
 
44
44
  # No ORM (just an HTTP skeleton)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nexusts",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Scaffold a new NexusTS project — npm create nexusts@latest, bunx create-nexusts, or npx create-nexusts",
5
5
  "bin": {
6
6
  "create-nexusts": "index.js"