@thzero/library_server_validation_joi 0.18.22 → 0.18.24

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 (3) hide show
  1. package/gamer.js +1 -1
  2. package/index.js +1 -1
  3. package/package.json +5 -5
package/gamer.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import Joi from 'joi';
2
- import JoiDate from '@joi/date';
2
+ import { JoiDate } from '@joi/date';
3
3
  Joi.extend(JoiDate);
4
4
 
5
5
  import JoiBaseValidationService from './index.js';
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import Joi from 'joi';
2
- import JoiDate from '@joi/date';
2
+ import { JoiDate } from '@joi/date';
3
3
  Joi.extend(JoiDate);
4
4
 
5
5
  import BaseValidationService from '@thzero/library_common_service/service/validation.js';
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@thzero/library_server_validation_joi",
3
3
  "type": "module",
4
- "version": "0.18.22",
4
+ "version": "0.18.24",
5
5
  "version_major": 0,
6
6
  "version_minor": 18,
7
- "version_patch": 22,
8
- "version_date": "07/18/2026",
7
+ "version_patch": 24,
8
+ "version_date": "08/27/2026",
9
9
  "author": "thZero",
10
10
  "author_url": "https://www.thzero.com",
11
11
  "copyright": "2020-2026",
@@ -26,8 +26,8 @@
26
26
  "test": "echo \"Error: no test specified\" && exit 1"
27
27
  },
28
28
  "dependencies": {
29
- "@joi/date": "^2.1.1",
30
- "joi": "^18.2.3",
29
+ "@joi/date": "^3.0.0",
30
+ "joi": "^18.2.5",
31
31
  "moment": ">=2.30.1"
32
32
  },
33
33
  "peerDependencies": {