Version 0.6.29

Ylian Saint-Hilaire committed Sep 7, 2020 at 20:37 UTC c9df7d180fc6c7cda22521f910472dc3e8fc7082
2 files changed +3 -4
meshagent.js
+2
@@ -1164,6 +1164,8 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
1164 }
1165 case 'smbios':
1166 {
1167 + // SMBIOS information should never be saved when NeDB is in use.
1168 +
1169 // See if we need to save SMBIOS information
1170 if (domain.smbios === true) {
1171 // Store the RAW SMBios table of this computer
package.json
+1 -4
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.6.28",
3 + "version": "0.6.29",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
@@ -44,10 +44,7 @@
44 "express": "^4.17.0",
45 "express-handlebars": "^3.1.0",
46 "express-ws": "^4.0.0",
47 - "html-minifier": "^4.0.0",
47 "ipcheck": "^0.1.0",
49 - "jsdom": "^16.4.0",
50 - "minify-js": "0.0.4",
48 "minimist": "^1.2.0",
49 "multiparty": "^4.2.1",
50 "nedb": "^1.8.0",