smart-auth-validator 1.3.9 → 1.3.12

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
@@ -14,7 +14,7 @@ Smart Auth Validator
14
14
 
15
15
  - Type-safe validation with **TypeScript**
16
16
  - Supports **Fastify** and **Express** out of the box
17
- - Standard rules for common fields: `email`, `password`, `name`, `phone`, etc.
17
+ - Standard rules for common fields: `image`, `email`, `password`, `name`, `phone`, etc.
18
18
  - Returns structured **errors** for each field
19
19
  - Minimal and lightweight
20
20
  - Easy to extend with custom rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-auth-validator",
3
- "version": "1.3.9",
3
+ "version": "1.3.12",
4
4
  "description": "Zero-regex, type-safe authentication and form validation for Fastify and Express",
5
5
  "author": "Muhammad Burhan Chughtai",
6
6
  "license": "MIT",