@kozojs/cli 0.1.7 → 0.1.8

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
@@ -17,9 +17,9 @@ kozo my-app
17
17
 
18
18
  - 🚀 **Interactive Setup** - Choose database, template, and more
19
19
  - 📦 **Zero Config** - Works out of the box
20
- - 🔥 **Hono-powered** - Fastest HTTP framework
20
+ - **uWS-powered** - Native C++ route matching, 17,510 req/s
21
21
  - 🛡️ **Type-safe** - Full TypeScript inference with Zod
22
- - **High Performance** - Ajv validation + fast-json-stringify serialization
22
+ - 🔥 **Fast Validation** - Ajv validation + fast-json-stringify serialization
23
23
  - 📚 **OpenAPI Auto-gen** - Swagger docs out of the box
24
24
  - 🗄️ **Drizzle ORM** - Best-in-class database toolkit
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kozojs/cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "CLI to scaffold new Kozo Framework projects - The next-gen TypeScript Backend Framework",
5
5
  "bin": {
6
6
  "create-kozo": "./lib/index.js",