neex 0.7.5 → 0.7.6

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  </picture>
8
8
  </a>
9
9
 
10
- # Neex v0.7.5
10
+ # Neex v0.7.6
11
11
 
12
12
  ### Neex - Modern Fullstack Framework Built on Express and Next.js. Fast to Start, Easy to Build, Ready to Deploy.
13
13
 
@@ -310,7 +310,7 @@ npm run start # Launches the Express server in production mode
310
310
 
311
311
  This setup provides a clean, efficient workflow for Express-based projects, leveraging Neex’s live-reloading and production-ready features for rapid development and deployment.
312
312
 
313
- ### Example 2: Fullstack Express + Next.js Project
313
+ ### Example 2: Fullstack Express + Next.js Project => Neex
314
314
 
315
315
  For a fullstack application with a **Next.js frontend** and an **Express backend**, Neex’s polyrepo-in-monorepo architecture shines. The following `package.json` example demonstrates how to manage both projects concurrently, with integrated Prisma ORM for database operations:
316
316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neex",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "The Modern Build System for Polyrepo-in-Monorepo Architecture",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -60,7 +60,7 @@
60
60
  "typescript": "^4.9.3"
61
61
  },
62
62
  "engines": {
63
- "node": ">=20.0.0"
63
+ "node": ">=18.0.0"
64
64
  },
65
65
  "repository": {
66
66
  "type": "git",