@bairock/lenz 0.0.1 → 0.0.2

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 +1 -1
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Lenz 🚀
2
2
 
3
- GraphQL-based ORM for MongoDB (Prisma 7.0 style)
3
+ GraphQL-based ORM for MongoDB (Prisma style)
4
4
 
5
5
  ## Features
6
6
 
7
7
  - ✅ **GraphQL SDL Schema** - Define models using GraphQL syntax
8
8
  - ✅ **TypeScript First** - Full type safety and autocompletion
9
9
  - ✅ **MongoDB Native** - Leverage all MongoDB features
10
- - ✅ **Prisma 7.0 Style** - Familiar configuration and client generation
10
+ - ✅ **Prisma Style** - Familiar configuration and client generation
11
11
  - ✅ **Auto-generated Client** - Generate TypeScript client from GraphQL schema
12
12
  - ✅ **Relations Support** - One-to-One, One-to-Many, Many-to-Many
13
13
  - ✅ **Transactions** - ACID transactions with MongoDB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bairock/lenz",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Lenz ORM for MongoDB with GraphQL SDL - Prisma 7.0 style",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",