umt 2.17.0 → 2.19.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 (42) hide show
  1. package/README.md +341 -347
  2. package/module/Validate/array/arrayOf.d.ts +9 -0
  3. package/module/Validate/array/arrayOf.js +35 -0
  4. package/module/Validate/array/arrayOf.js.map +1 -0
  5. package/module/Validate/array/index.d.ts +1 -0
  6. package/module/Validate/array/index.js +1 -0
  7. package/module/Validate/array/index.js.map +1 -1
  8. package/module/Validate/object/index.d.ts +1 -0
  9. package/module/Validate/object/index.js +1 -0
  10. package/module/Validate/object/index.js.map +1 -1
  11. package/module/Validate/object/intersection.d.ts +4 -2
  12. package/module/Validate/object/intersection.js.map +1 -1
  13. package/module/Validate/object/nullable.d.ts +8 -0
  14. package/module/Validate/object/nullable.js +21 -0
  15. package/module/Validate/object/nullable.js.map +1 -0
  16. package/module/Validate/object/union.d.ts +4 -2
  17. package/module/Validate/object/union.js.map +1 -1
  18. package/module/Validate/string/index.d.ts +1 -0
  19. package/module/Validate/string/index.js +1 -0
  20. package/module/Validate/string/index.js.map +1 -1
  21. package/module/Validate/string/oneOf.d.ts +32 -0
  22. package/module/Validate/string/oneOf.js +32 -0
  23. package/module/Validate/string/oneOf.js.map +1 -0
  24. package/module/Validate/type.d.ts +1 -1
  25. package/module/es5/Validate/array/arrayOf.d.ts +9 -0
  26. package/module/es5/Validate/array/arrayOf.js +52 -0
  27. package/module/es5/Validate/array/index.d.ts +1 -0
  28. package/module/es5/Validate/array/index.js +11 -0
  29. package/module/es5/Validate/object/index.d.ts +1 -0
  30. package/module/es5/Validate/object/index.js +11 -0
  31. package/module/es5/Validate/object/intersection.d.ts +4 -2
  32. package/module/es5/Validate/object/intersection.js +6 -0
  33. package/module/es5/Validate/object/nullable.d.ts +8 -0
  34. package/module/es5/Validate/object/nullable.js +26 -0
  35. package/module/es5/Validate/object/union.d.ts +4 -2
  36. package/module/es5/Validate/object/union.js +6 -0
  37. package/module/es5/Validate/string/index.d.ts +1 -0
  38. package/module/es5/Validate/string/index.js +11 -0
  39. package/module/es5/Validate/string/oneOf.d.ts +32 -0
  40. package/module/es5/Validate/string/oneOf.js +45 -0
  41. package/module/es5/Validate/type.d.ts +1 -1
  42. package/package.json +14 -11
package/package.json CHANGED
@@ -7,23 +7,23 @@
7
7
  "devDependencies": {
8
8
  "@babel/cli": "7.28.6",
9
9
  "@babel/core": "7.29.0",
10
- "@babel/preset-env": "7.29.2",
10
+ "@babel/preset-env": "7.29.5",
11
11
  "@babel/preset-typescript": "7.28.5",
12
- "@biomejs/biome": "2.4.13",
12
+ "@biomejs/biome": "2.4.14",
13
13
  "@codecov/bundle-analyzer": "2.0.1",
14
14
  "@eslint/js": "10.0.1",
15
- "@swc/core": "1.15.32",
15
+ "@swc/core": "1.15.33",
16
16
  "@swc/jest": "0.2.39",
17
17
  "@types/bun": "1.3.13",
18
18
  "@types/jest": "30.0.0",
19
19
  "@types/lodash": "4.17.24",
20
20
  "@types/node": "25.6.0",
21
- "@typescript-eslint/eslint-plugin": "8.59.1",
22
- "@typescript-eslint/parser": "8.59.1",
21
+ "@typescript-eslint/eslint-plugin": "8.59.2",
22
+ "@typescript-eslint/parser": "8.59.2",
23
23
  "bun-types": "1.3.13",
24
- "dependency-cruiser": "17.3.10",
25
- "es-toolkit": "1.46.0",
26
- "eslint": "10.2.1",
24
+ "dependency-cruiser": "17.4.0",
25
+ "es-toolkit": "1.46.1",
26
+ "eslint": "10.3.0",
27
27
  "eslint-plugin-baseline-js": "0.6.2",
28
28
  "eslint-plugin-import": "2.32.0",
29
29
  "eslint-plugin-unicorn": "64.0.0",
@@ -35,10 +35,12 @@
35
35
  "mitata": "1.0.34",
36
36
  "ts-jest": "29.4.9",
37
37
  "ts-node": "10.9.2",
38
- "tsc-alias": "1.8.16",
38
+ "tsc-alias": "1.8.17",
39
39
  "typedoc": "0.28.19",
40
+ "typedoc-github-wiki-theme": "2.1.0",
41
+ "typedoc-plugin-markdown": "4.11.0",
40
42
  "typescript": "6.0.3",
41
- "typescript-eslint": "8.59.1"
43
+ "typescript-eslint": "8.59.2"
42
44
  },
43
45
  "exports": {
44
46
  ".": {
@@ -217,11 +219,12 @@
217
219
  "format": "nix develop --command make format",
218
220
  "lint": "nix develop --command make lint",
219
221
  "lint:ci": "nix develop --command make lint-ci",
222
+ "readme": "nix develop --command make readme",
220
223
  "test": "nix develop --command make test",
221
224
  "test-debug": "nix develop --command make test-debug",
222
225
  "ts-node": "nix develop --command make ts-node"
223
226
  },
224
227
  "type": "module",
225
228
  "types": "module/index.d.ts",
226
- "version": "2.17.0"
229
+ "version": "2.19.0"
227
230
  }