itee-validators 5.3.7 → 5.3.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.3.8](https://github.com/Itee/itee-validators/compare/v5.3.7...v5.3.8) (2025-09-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **gulpfile:** fix some tests generation and regenerate them ([f55d066](https://github.com/Itee/itee-validators/commit/f55d066b6616449929d5f75ea1b493334dd05047))
7
+
1
8
  ## [5.3.7](https://github.com/Itee/itee-validators/compare/v5.3.6...v5.3.7) (2025-09-04)
2
9
 
3
10
 
@@ -1,4 +1,4 @@
1
- console.log('Itee.Validators v5.3.7 - CommonJs')
1
+ console.log('Itee.Validators v5.3.8 - CommonJs')
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,4 +1,4 @@
1
- console.log('Itee.Validators v5.3.7 - EsModule')
1
+ console.log('Itee.Validators v5.3.8 - EsModule')
2
2
  /**
3
3
  * @author [Tristan Valcke]{@link https://github.com/Itee}
4
4
  * @license [BSD-3-Clause]{@link https://opensource.org/licenses/BSD-3-Clause}
@@ -1,4 +1,4 @@
1
- console.log('Itee.Validators v5.3.7 - Standalone')
1
+ console.log('Itee.Validators v5.3.8 - Standalone')
2
2
  this.Itee = this.Itee || {};
3
3
  this.Itee.Validators = (function (exports) {
4
4
  'use strict';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itee-validators",
3
- "version": "5.3.7",
3
+ "version": "5.3.8",
4
4
  "description": "A library of validation functions use in various Itee projects",
5
5
  "keywords": [
6
6
  "itee",