itee-validators 5.3.9 → 5.5.0

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 (80) hide show
  1. package/.czrc +6 -0
  2. package/CHANGELOG.md +20 -0
  3. package/builds/itee-validators.cjs.js +278 -277
  4. package/builds/itee-validators.cjs.js.map +1 -1
  5. package/builds/itee-validators.cjs.min.js +144 -144
  6. package/builds/itee-validators.esm.js +210 -205
  7. package/builds/itee-validators.esm.js.map +1 -1
  8. package/builds/itee-validators.esm.min.js +97 -97
  9. package/builds/itee-validators.iife.js +211 -207
  10. package/builds/itee-validators.iife.js.map +1 -1
  11. package/builds/itee-validators.iife.min.js +120 -120
  12. package/package.json +6 -10
  13. package/sources/cores/arrays/isArray.js +4 -4
  14. package/sources/cores/arrays/isArrayOfArray.js +2 -2
  15. package/sources/cores/arrays/isArrayOfBoolean.js +2 -2
  16. package/sources/cores/arrays/isArrayOfFunction.js +2 -2
  17. package/sources/cores/arrays/isArrayOfMultiElement.js +1 -1
  18. package/sources/cores/arrays/isArrayOfNull.js +2 -2
  19. package/sources/cores/arrays/isArrayOfNumber.js +2 -2
  20. package/sources/cores/arrays/isArrayOfObject.js +2 -2
  21. package/sources/cores/arrays/isArrayOfSingleElement.js +1 -1
  22. package/sources/cores/arrays/isArrayOfString.js +3 -3
  23. package/sources/cores/arrays/isArrayOfUndefined.js +2 -2
  24. package/sources/cores/arrays/isEmptyArray.js +2 -2
  25. package/sources/cores/booleans/isBoolean.js +4 -4
  26. package/sources/cores/booleans/isTrue.js +2 -2
  27. package/sources/cores/cores.js +91 -91
  28. package/sources/cores/functions/isFunction.js +2 -2
  29. package/sources/cores/numbers/isInfinite.js +13 -19
  30. package/sources/cores/numbers/isMax.js +2 -2
  31. package/sources/cores/numbers/isMin.js +2 -2
  32. package/sources/cores/numbers/isNumber.js +15 -15
  33. package/sources/cores/numbers/isSafeInteger.js +2 -2
  34. package/sources/cores/numbers/isZero.js +3 -3
  35. package/sources/cores/objects/isEmptyObject.js +2 -2
  36. package/sources/cores/objects/isObject.js +2 -2
  37. package/sources/cores/strings/isBlankString.js +2 -2
  38. package/sources/cores/strings/isEmptyString.js +2 -2
  39. package/sources/cores/strings/isString.js +7 -7
  40. package/sources/cores/symbols/isSymbol.js +2 -2
  41. package/sources/cores/tests/isTestUnitGenerator.js +10 -10
  42. package/sources/cores/typed-arrays/isArrayBuffer.js +2 -2
  43. package/sources/cores/typed-arrays/isBigInt64Array.js +2 -2
  44. package/sources/cores/typed-arrays/isBigUint64Array.js +2 -2
  45. package/sources/cores/typed-arrays/isFloat32Array.js +2 -2
  46. package/sources/cores/typed-arrays/isFloat64Array.js +2 -2
  47. package/sources/cores/typed-arrays/isInt16Array.js +2 -2
  48. package/sources/cores/typed-arrays/isInt32Array.js +2 -2
  49. package/sources/cores/typed-arrays/isInt8Array.js +2 -2
  50. package/sources/cores/typed-arrays/isUint16Array.js +2 -2
  51. package/sources/cores/typed-arrays/isUint32Array.js +2 -2
  52. package/sources/cores/typed-arrays/isUint8Array.js +2 -2
  53. package/sources/cores/typed-arrays/isUint8ClampedArray.js +2 -2
  54. package/sources/cores/voids/isDefined.js +2 -2
  55. package/sources/cores/voids/isEmpty.js +2 -2
  56. package/sources/cores/voids/isNull.js +3 -3
  57. package/sources/cores/voids/isUndefined.js +2 -2
  58. package/sources/dom/isEventTarget.js +2 -2
  59. package/sources/file-system/block-devices/isBlockDevicePath.js +9 -9
  60. package/sources/file-system/block-devices/isValidBlockDevicePath.js +2 -2
  61. package/sources/file-system/character-devices/isCharacterDevicePath.js +9 -9
  62. package/sources/file-system/character-devices/isValidCharacterDevicePath.js +2 -2
  63. package/sources/file-system/directories/isDirectoryPath.js +9 -9
  64. package/sources/file-system/directories/isEmptyDirectory.js +4 -4
  65. package/sources/file-system/directories/isValidDirectoryPath.js +2 -2
  66. package/sources/file-system/fifo-pipes/isFIFOPath.js +9 -9
  67. package/sources/file-system/fifo-pipes/isValidFIFOPath.js +2 -2
  68. package/sources/file-system/files/isEmptyFile.js +9 -9
  69. package/sources/file-system/files/isFilePath.js +9 -9
  70. package/sources/file-system/files/isValidFilePath.js +2 -2
  71. package/sources/file-system/paths/isValidPath.js +4 -4
  72. package/sources/file-system/sockets/isSocketPath.js +9 -9
  73. package/sources/file-system/sockets/isValidSocketPath.js +2 -2
  74. package/sources/file-system/symbolic-links/isSymbolicLinkPath.js +9 -9
  75. package/sources/file-system/symbolic-links/isValidSymbolicLinkPath.js +2 -2
  76. package/sources/itee-validators.js +1 -14
  77. package/sources/physics/temperatures/isCelsius.js +2 -2
  78. package/sources/physics/temperatures/isFahrenheit.js +2 -2
  79. package/sources/physics/temperatures/isKelvin.js +2 -2
  80. package/sources/physics/temperatures/isTemperature.js +2 -2
package/.czrc ADDED
@@ -0,0 +1,6 @@
1
+ {
2
+ "path": "./node_modules/cz-emoji",
3
+ "config": {
4
+ "cz-emoji": {}
5
+ }
6
+ }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # [v5.5.0](https://github.com/Itee/itee-validators/compare/v5.4.0...v5.5.0) (2025-10-16)
2
+
3
+ ## ✨ New Features
4
+ - [`e3f7745`](https://github.com/Itee/itee-validators/commit/e3f7745) (package) use cz-emoji in favor of cz-conventional-changlog
5
+
6
+ # [5.4.0](https://github.com/Itee/itee-validators/compare/v5.3.9...v5.4.0) (2025-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **builds:** remove console log side effect in favor of pretty banner from figlet package ([e6304f0](https://github.com/Itee/itee-validators/commit/e6304f0032eac639151a322690da7c8e4a05c7ba))
12
+ * **gulpfile:** apply some fixes to standardize gulpfile ([ea8840a](https://github.com/Itee/itee-validators/commit/ea8840ad9b86cf135afd6e03efd828432a963341))
13
+ * **isinfinite:** fix circular dependency ([8e048e3](https://github.com/Itee/itee-validators/commit/8e048e3e2036a026d84e8e3456f783b944acfb2d))
14
+ * **rollup.conf:** fix variable collision ([ffc877d](https://github.com/Itee/itee-validators/commit/ffc877d2c277f7d6a24c82416ca60a89f15aac68))
15
+
16
+
17
+ ### Features
18
+
19
+ * **check-bundling:** improve existing bundling check to detect side-effects ([a285bf6](https://github.com/Itee/itee-validators/commit/a285bf65c9737d44e23073b6084a7404ee26189d))
20
+
1
21
  ## [5.3.9](https://github.com/Itee/itee-validators/compare/v5.3.8...v5.3.9) (2025-09-07)
2
22
 
3
23