@resolveio/server-lib 8.0.41 → 8.1.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/package.json +43 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resolveio/server-lib",
|
|
3
|
-
"version": "8.0
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -14,40 +14,40 @@
|
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"appmetrics": "5.1.1",
|
|
17
|
-
"aws-sdk": "2.
|
|
17
|
+
"aws-sdk": "2.762.0",
|
|
18
18
|
"bent": "7.3.10",
|
|
19
19
|
"body-parser": "1.19.0",
|
|
20
20
|
"cron": "1.3.0",
|
|
21
21
|
"deep-diff": "1.0.2",
|
|
22
22
|
"email-verifier": "0.4.1",
|
|
23
|
-
"exceljs": "3.
|
|
23
|
+
"exceljs": "3.6.0",
|
|
24
24
|
"express": "4.17.1",
|
|
25
25
|
"express-xml-bodyparser": "0.3.0",
|
|
26
|
-
"handlebars": "4.
|
|
26
|
+
"handlebars": "4.7.6",
|
|
27
27
|
"imap": "0.8.19",
|
|
28
28
|
"json2csv": "4.5.2",
|
|
29
29
|
"jsonwebtoken": "8.5.1",
|
|
30
|
-
"moment": "2.
|
|
31
|
-
"moment-timezone": "0.5.
|
|
32
|
-
"mongoose": "5.
|
|
33
|
-
"node-cache": "5.1.
|
|
30
|
+
"moment": "2.29.0",
|
|
31
|
+
"moment-timezone": "0.5.31",
|
|
32
|
+
"mongoose": "5.10.7",
|
|
33
|
+
"node-cache": "5.1.2",
|
|
34
34
|
"node-google-timezone": "0.1.1",
|
|
35
|
-
"nodemailer": "6.4.
|
|
35
|
+
"nodemailer": "6.4.11",
|
|
36
36
|
"passport": "0.4.1",
|
|
37
37
|
"passport-local": "1.0.0",
|
|
38
38
|
"passport-local-mongoose": "6.0.1",
|
|
39
39
|
"path": "0.12.7",
|
|
40
40
|
"phantom": "6.3.0",
|
|
41
41
|
"pm2": "4.4.1",
|
|
42
|
-
"request": "2.88.
|
|
42
|
+
"request": "2.88.2",
|
|
43
43
|
"rus-diff": "1.1.0",
|
|
44
44
|
"segfault-handler": "1.3.0",
|
|
45
|
-
"simpl-schema": "1.
|
|
46
|
-
"string-similarity": "4.0.
|
|
45
|
+
"simpl-schema": "1.10.1",
|
|
46
|
+
"string-similarity": "4.0.2",
|
|
47
47
|
"string_score": "0.1.22",
|
|
48
|
-
"twilio": "3.
|
|
48
|
+
"twilio": "3.49.4",
|
|
49
49
|
"uuid": "3.4.0",
|
|
50
|
-
"ws": "7.
|
|
50
|
+
"ws": "7.3.1",
|
|
51
51
|
"xlsx": "0.15.5"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -73,5 +73,34 @@
|
|
|
73
73
|
"merge2": "1.2.3",
|
|
74
74
|
"mkdirs": "0.0.3",
|
|
75
75
|
"typescript": "3.9.6"
|
|
76
|
+
},
|
|
77
|
+
"peerDependencies": {
|
|
78
|
+
"aws-sdk": "2.762.0",
|
|
79
|
+
"bent": "7.3.10",
|
|
80
|
+
"cron": "1.3.0",
|
|
81
|
+
"deep-diff": "1.0.2",
|
|
82
|
+
"exceljs": "3.6.0",
|
|
83
|
+
"express": "4.17.1",
|
|
84
|
+
"handlebars": "4.7.6",
|
|
85
|
+
"json2csv": "4.5.2",
|
|
86
|
+
"jsonwebtoken": "8.5.1",
|
|
87
|
+
"moment": "2.29.0",
|
|
88
|
+
"moment-timezone": "0.5.31",
|
|
89
|
+
"mongoose": "5.10.7",
|
|
90
|
+
"nodemailer": "6.4.11",
|
|
91
|
+
"passport": "0.4.1",
|
|
92
|
+
"passport-local": "1.0.0",
|
|
93
|
+
"passport-local-mongoose": "6.0.1",
|
|
94
|
+
"path": "0.12.7",
|
|
95
|
+
"phantom": "6.3.0",
|
|
96
|
+
"pm2": "4.4.1",
|
|
97
|
+
"rus-diff": "1.1.0",
|
|
98
|
+
"simpl-schema": "1.10.1",
|
|
99
|
+
"string-similarity": "4.0.2",
|
|
100
|
+
"string_score": "0.1.22",
|
|
101
|
+
"twilio": "3.49.4",
|
|
102
|
+
"uuid": "3.4.0",
|
|
103
|
+
"ws": "7.3.1",
|
|
104
|
+
"xlsx": "0.15.5"
|
|
76
105
|
}
|
|
77
106
|
}
|