ph-utils 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -18,6 +18,10 @@
|
|
18
18
|
"types": "./lib/date.d.ts",
|
19
19
|
"import": "./lib/date.js"
|
20
20
|
},
|
21
|
+
"./server": {
|
22
|
+
"types": "./lib/server.d.ts",
|
23
|
+
"import": "./lib/server.js"
|
24
|
+
},
|
21
25
|
"./validator": {
|
22
26
|
"types": "./lib/validator.d.ts",
|
23
27
|
"import": "./lib/validator.js"
|
@@ -64,7 +68,7 @@
|
|
64
68
|
},
|
65
69
|
"./*": "./lib/*"
|
66
70
|
},
|
67
|
-
"version": "0.9.
|
71
|
+
"version": "0.9.6",
|
68
72
|
"type": "module",
|
69
73
|
"repository": {
|
70
74
|
"type": "git",
|