@thzero/library_server_validation_joi 0.18.4 → 0.18.5

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -97,7 +97,7 @@ class JoiBaseValidationService extends BaseValidationService {
97
97
  .trim()
98
98
  .regex(/^[a-zA-Z0-9]+([._\-a-zA-Z0-9]*)*$/)
99
99
  .min(2)
100
- .max(16);
100
+ .max(100);
101
101
 
102
102
  _username = Joi.string()
103
103
  .trim()
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@thzero/library_server_validation_joi",
3
3
  "type": "module",
4
- "version": "0.18.4",
4
+ "version": "0.18.5",
5
5
  "version_major": 0,
6
6
  "version_minor": 18,
7
- "version_patch": 4,
7
+ "version_patch": 5,
8
8
  "version_date": "04/07/2024",
9
9
  "author": "thZero",
10
10
  "license": "MIT",