princejs 1.7.7 → 1.7.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 +0 -2
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -61,8 +61,6 @@ app
61
61
 
62
62
  ### ✓ Validation (Zod)
63
63
 
64
- ### ✓ WebSocket Support
65
-
66
64
  ### ✓ File Uploads
67
65
 
68
66
  ### ✓ Response Builder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
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",