express-zod-safe 1.0.0 → 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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,6 @@
10
10
 
11
11
  Express Zod Safe is a strict, typesafe middleware designed for Node.js applications, leveraging the robustness of Zod schemas to validate incoming request bodies, parameters, and queries. This package seamlessly integrates with Express.js (or similar frameworks) to provide developers with a typesafe, declarative approach to ensure data integrity and prevent invalid or malicious data from affecting their applications.
12
12
 
13
- ### 🏠 [Homepage](https://github.com/AngaBlue/express-zod-safe)
14
-
15
13
  ## 🔒 Features
16
14
 
17
15
  - **Typesafe**: Built with TypeScript, offering complete typesafe interfaces that enrich your development experience.
@@ -101,7 +99,7 @@ This behaviour is intentional and ensures that you do not try to access or use a
101
99
 
102
100
  ## ⭐️ Show your support
103
101
 
104
- Give a ⭐️ if this project helped you!
102
+ Give a ⭐️ on GitHub if this project helped you!
105
103
 
106
104
  ## 📝 License
107
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-safe",
3
- "version": "1.0.0",
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": {