ph-utils 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -5,7 +5,34 @@
|
|
5
5
|
"module": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
7
7
|
"browser": "lib/index.js",
|
8
|
-
"
|
8
|
+
"exports": {
|
9
|
+
".": {
|
10
|
+
"types": "./lib/index.d.ts",
|
11
|
+
"import": "./lib/index.js"
|
12
|
+
},
|
13
|
+
"./file": {
|
14
|
+
"types": "./lib/file.d.ts",
|
15
|
+
"import": "./lib/file.js"
|
16
|
+
},
|
17
|
+
"./date": {
|
18
|
+
"types": "./lib/date.d.ts",
|
19
|
+
"import": "./lib/date.js"
|
20
|
+
},
|
21
|
+
"./validator": {
|
22
|
+
"types": "./lib/validator.d.ts",
|
23
|
+
"import": "./lib/validator.js"
|
24
|
+
},
|
25
|
+
"./crypto": {
|
26
|
+
"types": "./lib/crypto.d.ts",
|
27
|
+
"import": "./lib/crypto.js"
|
28
|
+
},
|
29
|
+
"./crypto_node": {
|
30
|
+
"types": "./lib/crypto_node.d.ts",
|
31
|
+
"import": "./lib/crypto_node.js"
|
32
|
+
},
|
33
|
+
"./*": "./lib/*"
|
34
|
+
},
|
35
|
+
"version": "0.3.3",
|
9
36
|
"type": "module",
|
10
37
|
"repository": {
|
11
38
|
"type": "git",
|
File without changes
|
File without changes
|