@miiajs/core 0.6.0 → 0.7.0

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
@@ -15,7 +15,7 @@ Build structured, type-safe APIs with decorators, dependency injection, and midd
15
15
 
16
16
  ## Performance
17
17
 
18
- Up to **17% faster** than Hono | Up to **31% faster** than NestJS+Fastify \*
18
+ Up to **9% faster** than Hono | Up to **33% faster** than NestJS+Fastify \*
19
19
 
20
20
  > \* Realistic API benchmarks on Bun. Results vary by runtime. [See full benchmarks →](https://miiajs.com/benchmarks)
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miiajs/core",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "author": "Ruslan Matiushev",
5
5
  "license": "MIT",
6
6
  "description": "Lightweight, decorator-driven HTTP framework for TypeScript - DI, router, middleware, exceptions.",