@yelon/util 16.4.0 → 16.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yelon/util",
|
3
|
-
"version": "16.4.
|
3
|
+
"version": "16.4.4",
|
4
4
|
"author": "devcui<devcui@outlook.com>",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -41,18 +41,18 @@
|
|
41
41
|
"esm": "./esm2022/analysis/analysis.mjs",
|
42
42
|
"default": "./fesm2022/analysis.mjs"
|
43
43
|
},
|
44
|
-
"./browser": {
|
45
|
-
"types": "./browser/index.d.ts",
|
46
|
-
"esm2022": "./esm2022/browser/browser.mjs",
|
47
|
-
"esm": "./esm2022/browser/browser.mjs",
|
48
|
-
"default": "./fesm2022/browser.mjs"
|
49
|
-
},
|
50
44
|
"./array": {
|
51
45
|
"types": "./array/index.d.ts",
|
52
46
|
"esm2022": "./esm2022/array/array.mjs",
|
53
47
|
"esm": "./esm2022/array/array.mjs",
|
54
48
|
"default": "./fesm2022/array.mjs"
|
55
49
|
},
|
50
|
+
"./browser": {
|
51
|
+
"types": "./browser/index.d.ts",
|
52
|
+
"esm2022": "./esm2022/browser/browser.mjs",
|
53
|
+
"esm": "./esm2022/browser/browser.mjs",
|
54
|
+
"default": "./fesm2022/browser.mjs"
|
55
|
+
},
|
56
56
|
"./decorator": {
|
57
57
|
"types": "./decorator/index.d.ts",
|
58
58
|
"esm2022": "./esm2022/decorator/decorator.mjs",
|