umt 2.13.0 → 2.14.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/Array/ultraNumberSort.js +8 -3
- package/module/Array/ultraNumberSort.js.map +1 -1
- package/module/Crypto/decodeBase32.js +3 -2
- package/module/Crypto/decodeBase32.js.map +1 -1
- package/module/Crypto/decodeBase58.js +6 -3
- package/module/Crypto/decodeBase58.js.map +1 -1
- package/module/Crypto/encodeBase58.js +5 -2
- package/module/Crypto/encodeBase58.js.map +1 -1
- package/module/Object/deepClone.js +3 -0
- package/module/Object/deepClone.js.map +1 -1
- package/module/es5/Array/ultraNumberSort.js +31 -45
- package/module/es5/Crypto/decodeBase32.js +11 -2
- package/module/es5/Crypto/decodeBase58.js +13 -5
- package/module/es5/Crypto/encodeBase58.js +6 -2
- package/module/es5/Object/deepClone.js +3 -0
- package/module/es5/tsconfig.tsbuildinfo +1 -1
- package/package.json +25 -20
package/package.json
CHANGED
|
@@ -9,27 +9,27 @@
|
|
|
9
9
|
"@babel/core": "7.29.0",
|
|
10
10
|
"@babel/preset-env": "7.29.0",
|
|
11
11
|
"@babel/preset-typescript": "7.28.5",
|
|
12
|
-
"@biomejs/biome": "2.4.
|
|
12
|
+
"@biomejs/biome": "2.4.7",
|
|
13
13
|
"@codecov/bundle-analyzer": "1.9.1",
|
|
14
14
|
"@eslint/js": "10.0.1",
|
|
15
15
|
"@swc/core": "1.15.18",
|
|
16
16
|
"@swc/jest": "0.2.39",
|
|
17
|
-
"@types/bun": "1.3.
|
|
17
|
+
"@types/bun": "1.3.10",
|
|
18
18
|
"@types/jest": "30.0.0",
|
|
19
19
|
"@types/lodash": "4.17.24",
|
|
20
|
-
"@types/node": "25.
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
22
|
-
"@typescript-eslint/parser": "8.
|
|
20
|
+
"@types/node": "25.5.0",
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "8.57.0",
|
|
22
|
+
"@typescript-eslint/parser": "8.57.0",
|
|
23
23
|
"bun-types": "1.3.10",
|
|
24
|
-
"dependency-cruiser": "17.3.
|
|
25
|
-
"es-toolkit": "1.
|
|
26
|
-
"eslint": "10.0.
|
|
27
|
-
"eslint-plugin-baseline-js": "0.
|
|
24
|
+
"dependency-cruiser": "17.3.9",
|
|
25
|
+
"es-toolkit": "1.45.1",
|
|
26
|
+
"eslint": "10.0.3",
|
|
27
|
+
"eslint-plugin-baseline-js": "0.6.1",
|
|
28
28
|
"eslint-plugin-import": "2.32.0",
|
|
29
29
|
"eslint-plugin-unicorn": "63.0.0",
|
|
30
30
|
"fast-sort": "3.4.1",
|
|
31
31
|
"gh-pages": "6.3.0",
|
|
32
|
-
"jest": "30.
|
|
32
|
+
"jest": "30.3.0",
|
|
33
33
|
"jest-junit": "16.0.0",
|
|
34
34
|
"lodash": "4.17.23",
|
|
35
35
|
"mitata": "1.0.34",
|
|
@@ -38,12 +38,7 @@
|
|
|
38
38
|
"tsc-alias": "1.8.16",
|
|
39
39
|
"typedoc": "0.28.17",
|
|
40
40
|
"typescript": "5.9.3",
|
|
41
|
-
"typescript-eslint": "8.
|
|
42
|
-
},
|
|
43
|
-
"directories": {
|
|
44
|
-
"doc": "doc",
|
|
45
|
-
"lib": "lib",
|
|
46
|
-
"test": "tests"
|
|
41
|
+
"typescript-eslint": "8.57.0"
|
|
47
42
|
},
|
|
48
43
|
"exports": {
|
|
49
44
|
".": {
|
|
@@ -184,14 +179,25 @@
|
|
|
184
179
|
"!module/es5/tests"
|
|
185
180
|
],
|
|
186
181
|
"homepage": "https://github.com/riya-amemiya/UMT#readme",
|
|
187
|
-
"keywords": [
|
|
182
|
+
"keywords": [
|
|
183
|
+
"typescript",
|
|
184
|
+
"utility",
|
|
185
|
+
"utils",
|
|
186
|
+
"toolkit",
|
|
187
|
+
"array",
|
|
188
|
+
"math",
|
|
189
|
+
"string",
|
|
190
|
+
"date",
|
|
191
|
+
"functional"
|
|
192
|
+
],
|
|
193
|
+
"sideEffects": false,
|
|
188
194
|
"license": "MIT",
|
|
189
195
|
"main": "module/index.js",
|
|
190
196
|
"module": "module/index.js",
|
|
191
197
|
"name": "umt",
|
|
192
198
|
"repository": {
|
|
193
199
|
"type": "git",
|
|
194
|
-
"url": "git://github.com/riya-amemiya/UMT.git"
|
|
200
|
+
"url": "git+https://github.com/riya-amemiya/UMT.git"
|
|
195
201
|
},
|
|
196
202
|
"scripts": {
|
|
197
203
|
"build": "tsc && tsc-alias -p tsconfig.json",
|
|
@@ -201,7 +207,6 @@
|
|
|
201
207
|
"build:full": "bun run build && bun run build:cjs && bun run build:babel && bun run build:cjs:babel",
|
|
202
208
|
"build:clean": "rm -rf module && bun run build",
|
|
203
209
|
"build:clean:full": "rm -rf module && rm -rf common-module && bun run build:full",
|
|
204
|
-
"clean-build": "rm -rf module && bun run build",
|
|
205
210
|
"deploy": "bun run typedoc && gh-pages -d doc",
|
|
206
211
|
"eslint": "eslint src",
|
|
207
212
|
"format": "biome format . --write",
|
|
@@ -213,5 +218,5 @@
|
|
|
213
218
|
},
|
|
214
219
|
"type": "module",
|
|
215
220
|
"types": "module/index.d.ts",
|
|
216
|
-
"version": "2.
|
|
221
|
+
"version": "2.14.0"
|
|
217
222
|
}
|