Version 1.0.95

This commit is contained in:
Ylian Saint-Hilaire 2022-11-01 16:20:58 -07:00
parent e74a308113
commit a7f5b78139
3 changed files with 2136 additions and 2084 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "meshcentral", "name": "meshcentral",
"version": "1.0.94", "version": "1.0.95",
"keywords": [ "keywords": [
"Remote Device Management", "Remote Device Management",
"Remote Device Monitoring", "Remote Device Monitoring",
@ -37,7 +37,6 @@
"sample-config-advanced.json" "sample-config-advanced.json"
], ],
"dependencies": { "dependencies": {
"@yetzt/nedb": "^1.8.0",
"archiver": "^5.3.1", "archiver": "^5.3.1",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"cbor": "~5.2.0", "cbor": "~5.2.0",
@ -46,15 +45,13 @@
"express": "^4.17.0", "express": "^4.17.0",
"express-handlebars": "^5.3.5", "express-handlebars": "^5.3.5",
"express-ws": "^4.0.0", "express-ws": "^4.0.0",
"input": "^1.0.1",
"ipcheck": "^0.1.0", "ipcheck": "^0.1.0",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"multiparty": "^4.2.1", "multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0", "node-forge": "^1.0.0",
"telegram": "^2.13.6",
"ws": "^5.2.3", "ws": "^5.2.3",
"yauzl": "^2.10.0", "yauzl": "^2.10.0"
"zulip": "^0.1.0"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff