navis.js 5.7.0 → 5.7.1

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
@@ -197,7 +197,7 @@ navis metrics
197
197
  - ✅ **Complex queries** - Support for JOINs, nested WHERE conditions, GROUP BY, HAVING, ORDER BY
198
198
  - ✅ **Database-agnostic** - Automatic SQL dialect handling (PostgreSQL, MySQL, SQLite, SQL Server)
199
199
 
200
- ### v5.7 (Current)
200
+ ### v5.7 (Current)
201
201
  - ✅ **ORM-like features** - Model definitions with relationships, hooks, and validation
202
202
  - ✅ **Database migrations** - Migration system with up/down support and tracking
203
203
  - ✅ **Model relationships** - hasMany, belongsTo, hasOne relationship definitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "navis.js",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
4
4
  "description": "A lightweight, serverless-first, microservice API framework designed for AWS Lambda and Node.js",
5
5
  "main": "src/index.js",
6
6
  "types": "types/index.d.ts",