Version 0.6.29

This commit is contained in:
Ylian Saint-Hilaire 2020-09-07 20:37:58 -07:00
parent 95b68fb2a5
commit c9df7d180f
2 changed files with 3 additions and 4 deletions

View File

@ -1164,6 +1164,8 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
}
case 'smbios':
{
// SMBIOS information should never be saved when NeDB is in use.
// See if we need to save SMBIOS information
if (domain.smbios === true) {
// Store the RAW SMBios table of this computer

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.6.28",
"version": "0.6.29",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@ -44,10 +44,7 @@
"express": "^4.17.0",
"express-handlebars": "^3.1.0",
"express-ws": "^4.0.0",
"html-minifier": "^4.0.0",
"ipcheck": "^0.1.0",
"jsdom": "^16.4.0",
"minify-js": "0.0.4",
"minimist": "^1.2.0",
"multiparty": "^4.2.1",
"nedb": "^1.8.0",