Version 0.8.60

This commit is contained in:
Ylian Saint-Hilaire 2021-06-09 22:11:15 -07:00
parent 103b107963
commit ef70a44c31
2 changed files with 3 additions and 2 deletions

View File

@ -3168,7 +3168,7 @@ function mainStart() {
}
// Build the list of required modules
var modules = ['cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars'];
var modules = ['ws@5.2.0', 'cbor@5.2.0', 'nedb', 'https', 'yauzl', 'xmldom', 'ipcheck', 'express', 'archiver@4.0.2', 'multiparty', 'node-forge', 'express-ws@4.0.0', 'compression', 'body-parser', 'cookie-session', 'express-handlebars'];
if (require('os').platform() == 'win32') { modules.push('node-windows'); modules.push('loadavg-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules
if (ldap == true) { modules.push('ldapauth-fork'); }
if (mstsc == true) { modules.push('node-rdpjs-2'); }

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.8.59",
"version": "0.8.60",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@ -48,6 +48,7 @@
"multiparty": "^4.2.1",
"nedb": "^1.8.0",
"node-forge": "^0.10.0",
"ws": "^5.2.0",
"xmldom": "^0.5.0",
"yauzl": "^2.10.0"
},