princejs 1.3.2 → 1.3.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 +1 -1
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -66,7 +66,7 @@ Real-world 30-second load test with `autocannon -c 100 -d 30`.
66
66
 
67
67
  | Framework | Avg Req/sec | Total Requests (30s) | Avg Bytes/sec | Avg Latency |
68
68
  | -------------------- | ------------ | -------------------- | ------------- | ------------ |
69
- | **PrinceJS (yours)** | **8,526.34** | **256,000** | **1.14 MB/s** | **11.22 ms** |
69
+ | **PrinceJS** | **8,526.34** | **256,000** | **1.14 MB/s** | **11.22 ms** |
70
70
  | Hono | 8,044.8 | 241,000 | 1.08 MB/s | 11.22 ms |
71
71
  | Elysia | 9,531.21 | 286,000 | 1.28 MB/s | 10 ms |
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "1.3.2",
3
+ "version": "1.3.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",