express-zod-safe 1.0.1 → 1.0.4

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
@@ -99,7 +99,7 @@ This behaviour is intentional and ensures that you do not try to access or use a
99
99
 
100
100
  ## ⭐️ Show your support
101
101
 
102
- Give a ⭐️ if this project helped you!
102
+ Give a ⭐️ on GitHub if this project helped you!
103
103
 
104
104
  ## 📝 License
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-safe",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "TypeScript-friendly middleware designed for Express applications, leveraging the robustness of Zod schemas to validate incoming request bodies, parameters, and queries.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {