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.
- package/README.md +1 -1
- 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