princejs 1.2.2 → 1.2.3

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 +3 -3
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # PrinceJS
2
2
 
3
3
  **The fastest backend framework ever made.** <br>
4
- **Under 2 kB • Beats Hono • Built in 3 days** <br>
4
+ **Under 5 kB • Beats Hono and Express • Built in 3 days** <br>
5
5
 
6
6
  ---
7
7
 
@@ -57,7 +57,7 @@ app.error(handler) — global error handling
57
57
 
58
58
  ### Benchmarks (real Windows laptop)
59
59
  ```bash
60
- PrinceJS: 24k–44k requests in 10s
60
+ PrinceJS: 24k–47k requests in 10s
61
61
  Hono: 20k–40k requests in 10s
62
62
  Express: ~7k requests in 10s
63
63
  ```
@@ -65,7 +65,7 @@ Express: ~7k requests in 10s
65
65
  Same code. Same features. Same machine.
66
66
 
67
67
  ### Author
68
- Matthew Micheal — Age 13 — Nigeria
68
+ Matthew Micheal — Nigeria
69
69
 
70
70
  Made in PowerShell on a school laptop.
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "An easy and fast backend framework — by a 13yo developer, for developers.",
5
5
  "main": "dist/prince.js",
6
6
  "types": "dist/prince.d.ts",