Updated MeshCentral Assistant
Ylian Saint-Hilaire committed
Oct 30, 2021 at 22:11 UTC
0b1a9c657356a401c42655bcb0227057fe2850c4
2 files changed
+15
-3
agents/MeshCentralAssistant.exe
Binary files a/agents/MeshCentralAssistant.exe and b/agents/MeshCentralAssistant.exe differ
package.json
+15
-3
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.39",
3
+ "version": "0.9.40",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
@@ -36,6 +36,9 @@
36
"sample-config-advanced.json"
37
],
38
"dependencies": {
39
+ "@yetzt/nedb": "^1.8.0",
40
+ "archiver": "^4.0.2",
41
+ "archiver-zip-encrypted": "^1.0.10",
42
"body-parser": "^1.19.0",
43
"cbor": "~5.2.0",
44
"compression": "^1.7.4",
@@ -43,13 +46,22 @@
46
"express": "^4.17.0",
47
"express-handlebars": "^3.1.0",
48
"express-ws": "^4.0.0",
49
+ "image-size": "^1.0.0",
50
"ipcheck": "^0.1.0",
51
+ "loadavg-windows": "^1.1.1",
52
"minimist": "^1.2.5",
53
+ "mongodb": "^4.1.0",
54
"multiparty": "^4.2.1",
49
- "@yetzt/nedb": "^1.8.0",
55
"node-forge": "^0.10.0",
56
+ "node-rdpjs-2": "^0.3.5",
57
+ "node-windows": "^0.1.4",
58
+ "otplib": "^10.2.3",
59
+ "saslprep": "^1.0.3",
60
+ "ssh2": "^1.5.0",
61
+ "web-push": "^3.4.5",
62
"ws": "^5.2.3",
52
- "yauzl": "^2.10.0"
63
+ "yauzl": "^2.10.0",
64
+ "yubikeyotp": "^0.2.0"
65
},
66
"repository": {
67
"type": "git",