princejs 2.2.1 → 2.2.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
@@ -28,7 +28,7 @@ Benchmarked with `oha -c 100 -z 30s` on Windows 10:
28
28
  | Fastify | 15,519 | 16,434 |
29
29
  | Express | 13,138 | 13,458 |
30
30
 
31
- > PrinceJS is **2.3× faster than Express**, matches Hono head-to-head, and sits at just **5.1kB gzipped** — loads in ~101ms on a slow 3G connection.
31
+ > PrinceJS is **2.3× faster than Express**, matches Hono head-to-head, and sits at approximately 5kB gzipped — loads in approximately 100ms on a slow 3G connection.
32
32
 
33
33
  ---
34
34
 
@@ -680,7 +680,7 @@ bun test
680
680
 
681
681
  <div align="center">
682
682
 
683
- **PrinceJS: 5.1kB. Hono-speed. Everything included. 👑**
683
+ **PrinceJS: ~5kB. Hono-speed. Everything included. 👑**
684
684
 
685
685
  *Built with ❤️ in Nigeria*
686
686
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "An easy and fast backend framework that is among the top three — by a 13yo developer, for developers.",
5
5
  "main": "dist/prince.js",
6
6
  "types": "dist/prince.d.ts",