umt 2.10.0 → 2.10.1
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/package.json
CHANGED
|
@@ -44,6 +44,86 @@
|
|
|
44
44
|
".": {
|
|
45
45
|
"import": "./module/index.js",
|
|
46
46
|
"types": "./module/index.d.ts"
|
|
47
|
+
},
|
|
48
|
+
"./Advance": {
|
|
49
|
+
"import": "./module/Advance/index.js",
|
|
50
|
+
"types": "./module/Advance/index.d.ts"
|
|
51
|
+
},
|
|
52
|
+
"./Array": {
|
|
53
|
+
"import": "./module/Array/index.js",
|
|
54
|
+
"types": "./module/Array/index.d.ts"
|
|
55
|
+
},
|
|
56
|
+
"./Color": {
|
|
57
|
+
"import": "./module/Color/index.js",
|
|
58
|
+
"types": "./module/Color/index.d.ts"
|
|
59
|
+
},
|
|
60
|
+
"./Consts": {
|
|
61
|
+
"import": "./module/Consts/index.js",
|
|
62
|
+
"types": "./module/Consts/index.d.ts"
|
|
63
|
+
},
|
|
64
|
+
"./Crypto": {
|
|
65
|
+
"import": "./module/Crypto/index.js",
|
|
66
|
+
"types": "./module/Crypto/index.d.ts"
|
|
67
|
+
},
|
|
68
|
+
"./DataStructure": {
|
|
69
|
+
"import": "./module/DataStructure/index.js",
|
|
70
|
+
"types": "./module/DataStructure/index.d.ts"
|
|
71
|
+
},
|
|
72
|
+
"./Date": {
|
|
73
|
+
"import": "./module/Date/index.js",
|
|
74
|
+
"types": "./module/Date/index.d.ts"
|
|
75
|
+
},
|
|
76
|
+
"./Error": {
|
|
77
|
+
"import": "./module/Error/index.js",
|
|
78
|
+
"types": "./module/Error/index.d.ts"
|
|
79
|
+
},
|
|
80
|
+
"./Function": {
|
|
81
|
+
"import": "./module/Function/index.js",
|
|
82
|
+
"types": "./module/Function/index.d.ts"
|
|
83
|
+
},
|
|
84
|
+
"./IP": {
|
|
85
|
+
"import": "./module/IP/index.js",
|
|
86
|
+
"types": "./module/IP/index.d.ts"
|
|
87
|
+
},
|
|
88
|
+
"./Math": {
|
|
89
|
+
"import": "./module/Math/index.js",
|
|
90
|
+
"types": "./module/Math/index.d.ts"
|
|
91
|
+
},
|
|
92
|
+
"./Object": {
|
|
93
|
+
"import": "./module/Object/index.js",
|
|
94
|
+
"types": "./module/Object/index.d.ts"
|
|
95
|
+
},
|
|
96
|
+
"./Simple": {
|
|
97
|
+
"import": "./module/Simple/index.js",
|
|
98
|
+
"types": "./module/Simple/index.d.ts"
|
|
99
|
+
},
|
|
100
|
+
"./String": {
|
|
101
|
+
"import": "./module/String/index.js",
|
|
102
|
+
"types": "./module/String/index.d.ts"
|
|
103
|
+
},
|
|
104
|
+
"./Time": {
|
|
105
|
+
"import": "./module/Time/index.js",
|
|
106
|
+
"types": "./module/Time/index.d.ts"
|
|
107
|
+
},
|
|
108
|
+
"./Tool": {
|
|
109
|
+
"import": "./module/Tool/index.js",
|
|
110
|
+
"types": "./module/Tool/index.d.ts"
|
|
111
|
+
},
|
|
112
|
+
"./types": {
|
|
113
|
+
"import": "./module/types/index.js",
|
|
114
|
+
"types": "./module/types/index.d.ts"
|
|
115
|
+
},
|
|
116
|
+
"./UA": {
|
|
117
|
+
"import": "./module/UA/index.js",
|
|
118
|
+
"types": "./module/UA/index.d.ts"
|
|
119
|
+
},
|
|
120
|
+
"./Unit": {
|
|
121
|
+
"import": "./module/Unit/index.js",
|
|
122
|
+
"types": "./module/Unit/index.d.ts"
|
|
123
|
+
},
|
|
124
|
+
"./Validate": {
|
|
125
|
+
"import": "./module/Validate/index.js",
|
|
126
|
+
"types": "./module/Validate/index.d.ts"
|
|
47
127
|
}
|
|
48
128
|
},
|
|
49
129
|
"files": [
|
|
@@ -81,5 +161,5 @@
|
|
|
81
161
|
},
|
|
82
162
|
"type": "module",
|
|
83
163
|
"types": "module/index.d.ts",
|
|
84
|
-
"version": "2.10.
|
|
164
|
+
"version": "2.10.1"
|
|
85
165
|
}
|