umt 3.0.0 → 3.2.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.
- package/module/Date/getDay.d.ts +1 -2
- package/module/Object/keyBy.d.ts +3 -4
- package/module/Validate/any/core.d.ts +2 -1
- package/module/Validate/any/core.js +3 -2
- package/module/Validate/any/core.js.map +1 -1
- package/module/Validate/array/arrayOf.d.ts +3 -3
- package/module/Validate/array/arrayOf.js +3 -1
- package/module/Validate/array/arrayOf.js.map +1 -1
- package/module/Validate/bigint/core.d.ts +2 -1
- package/module/Validate/bigint/core.js +3 -1
- package/module/Validate/bigint/core.js.map +1 -1
- package/module/Validate/boolean/core.d.ts +2 -1
- package/module/Validate/boolean/core.js +3 -1
- package/module/Validate/boolean/core.js.map +1 -1
- package/module/Validate/date/core.d.ts +2 -1
- package/module/Validate/date/core.js +3 -1
- package/module/Validate/date/core.js.map +1 -1
- package/module/Validate/file/core.d.ts +2 -1
- package/module/Validate/file/core.js +3 -1
- package/module/Validate/file/core.js.map +1 -1
- package/module/Validate/function/core.d.ts +11 -11
- package/module/Validate/function/core.js +2 -1
- package/module/Validate/function/core.js.map +1 -1
- package/module/Validate/index.d.ts +1 -0
- package/module/Validate/index.js +1 -0
- package/module/Validate/index.js.map +1 -1
- package/module/Validate/instanceof/core.d.ts +3 -3
- package/module/Validate/instanceof/core.js +3 -1
- package/module/Validate/instanceof/core.js.map +1 -1
- package/module/Validate/map/core.d.ts +3 -3
- package/module/Validate/map/core.js +3 -1
- package/module/Validate/map/core.js.map +1 -1
- package/module/Validate/never/core.d.ts +2 -1
- package/module/Validate/never/core.js +7 -8
- package/module/Validate/never/core.js.map +1 -1
- package/module/Validate/number/core.d.ts +3 -2
- package/module/Validate/number/core.js +3 -1
- package/module/Validate/number/core.js.map +1 -1
- package/module/Validate/object/core.d.ts +2 -1
- package/module/Validate/object/core.js +2 -1
- package/module/Validate/object/core.js.map +1 -1
- package/module/Validate/object/intersection.d.ts +5 -5
- package/module/Validate/object/intersection.js +3 -1
- package/module/Validate/object/intersection.js.map +1 -1
- package/module/Validate/object/nullable.d.ts +3 -3
- package/module/Validate/object/nullable.js +2 -1
- package/module/Validate/object/nullable.js.map +1 -1
- package/module/Validate/object/optional.d.ts +3 -3
- package/module/Validate/object/optional.js +2 -1
- package/module/Validate/object/optional.js.map +1 -1
- package/module/Validate/object/partial.d.ts +1 -2
- package/module/Validate/object/required.d.ts +2 -3
- package/module/Validate/object/union.d.ts +3 -3
- package/module/Validate/object/union.js +3 -1
- package/module/Validate/object/union.js.map +1 -1
- package/module/Validate/set/core.d.ts +3 -3
- package/module/Validate/set/core.js +3 -1
- package/module/Validate/set/core.js.map +1 -1
- package/module/Validate/standardSchema.d.ts +93 -0
- package/module/Validate/standardSchema.js +58 -0
- package/module/Validate/standardSchema.js.map +1 -0
- package/module/Validate/string/core.d.ts +3 -2
- package/module/Validate/string/core.js +5 -1
- package/module/Validate/string/core.js.map +1 -1
- package/module/Validate/templateLiteral/core.d.ts +7 -7
- package/module/Validate/templateLiteral/core.js +3 -1
- package/module/Validate/templateLiteral/core.js.map +1 -1
- package/module/Validate/unknown/core.d.ts +2 -1
- package/module/Validate/unknown/core.js +3 -1
- package/module/Validate/unknown/core.js.map +1 -1
- package/module/es5/Date/getDay.d.ts +1 -2
- package/module/es5/Object/keyBy.d.ts +3 -4
- package/module/es5/Validate/any/core.d.ts +2 -1
- package/module/es5/Validate/any/core.js +3 -2
- package/module/es5/Validate/array/arrayOf.d.ts +3 -3
- package/module/es5/Validate/array/arrayOf.js +3 -1
- package/module/es5/Validate/bigint/core.d.ts +2 -1
- package/module/es5/Validate/bigint/core.js +4 -4
- package/module/es5/Validate/boolean/core.d.ts +2 -1
- package/module/es5/Validate/boolean/core.js +3 -1
- package/module/es5/Validate/date/core.d.ts +2 -1
- package/module/es5/Validate/date/core.js +3 -1
- package/module/es5/Validate/file/core.d.ts +2 -1
- package/module/es5/Validate/file/core.js +3 -1
- package/module/es5/Validate/function/core.d.ts +11 -11
- package/module/es5/Validate/function/core.js +3 -6
- package/module/es5/Validate/index.d.ts +1 -0
- package/module/es5/Validate/index.js +11 -0
- package/module/es5/Validate/instanceof/core.d.ts +3 -3
- package/module/es5/Validate/instanceof/core.js +3 -1
- package/module/es5/Validate/map/core.d.ts +3 -3
- package/module/es5/Validate/map/core.js +4 -4
- package/module/es5/Validate/never/core.d.ts +2 -1
- package/module/es5/Validate/never/core.js +3 -2
- package/module/es5/Validate/number/core.d.ts +3 -2
- package/module/es5/Validate/number/core.js +3 -1
- package/module/es5/Validate/object/core.d.ts +2 -1
- package/module/es5/Validate/object/core.js +2 -1
- package/module/es5/Validate/object/intersection.d.ts +5 -5
- package/module/es5/Validate/object/intersection.js +3 -1
- package/module/es5/Validate/object/nullable.d.ts +3 -3
- package/module/es5/Validate/object/nullable.js +2 -1
- package/module/es5/Validate/object/optional.d.ts +3 -3
- package/module/es5/Validate/object/optional.js +2 -1
- package/module/es5/Validate/object/partial.d.ts +1 -2
- package/module/es5/Validate/object/required.d.ts +2 -3
- package/module/es5/Validate/object/union.d.ts +3 -3
- package/module/es5/Validate/object/union.js +3 -1
- package/module/es5/Validate/set/core.d.ts +3 -3
- package/module/es5/Validate/set/core.js +4 -4
- package/module/es5/Validate/standardSchema.d.ts +93 -0
- package/module/es5/Validate/standardSchema.js +91 -0
- package/module/es5/Validate/string/core.d.ts +3 -2
- package/module/es5/Validate/string/core.js +3 -1
- package/module/es5/Validate/templateLiteral/core.d.ts +7 -7
- package/module/es5/Validate/templateLiteral/core.js +7 -6
- package/module/es5/Validate/unknown/core.d.ts +2 -1
- package/module/es5/Validate/unknown/core.js +3 -1
- package/module/es5/types/array/chunk.d.ts +1 -2
- package/module/es5/types/array/zip.d.ts +4 -2
- package/module/es5/types/logic/binary1bitNor.d.ts +1 -2
- package/module/es5/types/logic/binaryFullAdder.d.ts +1 -2
- package/module/es5/types/math/divide.d.ts +1 -2
- package/module/es5/types/math/multiply.d.ts +1 -2
- package/module/es5/types/object/pickDeep.d.ts +3 -4
- package/module/types/array/chunk.d.ts +1 -2
- package/module/types/array/zip.d.ts +4 -2
- package/module/types/logic/binary1bitNor.d.ts +1 -2
- package/module/types/logic/binaryFullAdder.d.ts +1 -2
- package/module/types/math/divide.d.ts +1 -2
- package/module/types/math/multiply.d.ts +1 -2
- package/module/types/object/pickDeep.d.ts +3 -4
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
"@babel/core": "7.29.0",
|
|
10
10
|
"@babel/preset-env": "7.29.5",
|
|
11
11
|
"@babel/preset-typescript": "7.28.5",
|
|
12
|
-
"@biomejs/biome": "2.4.
|
|
12
|
+
"@biomejs/biome": "2.4.15",
|
|
13
13
|
"@codecov/bundle-analyzer": "2.0.1",
|
|
14
14
|
"@eslint/js": "10.0.1",
|
|
15
15
|
"@swc/core": "1.15.33",
|
|
16
16
|
"@swc/jest": "0.2.39",
|
|
17
|
-
"@types/bun": "1.3.
|
|
17
|
+
"@types/bun": "1.3.14",
|
|
18
18
|
"@types/jest": "30.0.0",
|
|
19
19
|
"@types/lodash": "4.17.24",
|
|
20
|
-
"@types/node": "25.
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
22
|
-
"@typescript-eslint/parser": "8.59.
|
|
23
|
-
"bun-types": "1.3.
|
|
20
|
+
"@types/node": "25.7.0",
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "8.59.3",
|
|
22
|
+
"@typescript-eslint/parser": "8.59.3",
|
|
23
|
+
"bun-types": "1.3.14",
|
|
24
24
|
"dependency-cruiser": "17.4.0",
|
|
25
25
|
"es-toolkit": "1.46.1",
|
|
26
26
|
"eslint": "10.3.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-plugin-unicorn": "64.0.0",
|
|
30
30
|
"fast-sort": "3.4.1",
|
|
31
31
|
"gh-pages": "6.3.0",
|
|
32
|
-
"jest": "30.
|
|
32
|
+
"jest": "30.4.2",
|
|
33
33
|
"jest-junit": "17.0.0",
|
|
34
34
|
"lodash": "4.18.1",
|
|
35
35
|
"mitata": "1.0.34",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"typedoc-github-wiki-theme": "2.1.0",
|
|
41
41
|
"typedoc-plugin-markdown": "4.11.0",
|
|
42
42
|
"typescript": "6.0.3",
|
|
43
|
-
"typescript-eslint": "8.59.
|
|
43
|
+
"typescript-eslint": "8.59.3"
|
|
44
44
|
},
|
|
45
45
|
"exports": {
|
|
46
46
|
".": {
|
|
@@ -226,5 +226,5 @@
|
|
|
226
226
|
},
|
|
227
227
|
"type": "module",
|
|
228
228
|
"types": "module/index.d.ts",
|
|
229
|
-
"version": "3.
|
|
229
|
+
"version": "3.2.0"
|
|
230
230
|
}
|