Version 1.1.4

Ylian Saint-Hilaire committed Feb 5, 2023 at 18:11 UTC 376c4d53ac4e83c2fc5f4d2d05c723e641798144
2 files changed +2 -4
MeshCentralServer.njsproj
-1
@@ -441,7 +441,6 @@
441 <Content Include="LICENSE" />
442 <Content Include="meshcentral-config-schema.json" />
443 <Content Include="package.json" />
444 - <Content Include="plugin_development.md" />
444 <Content Include="public\clickonce\minirouter\Application Files\MeshMiniRouter_1_0_0_70\MeshMiniRouter.application" />
445 <Content Include="public\clickonce\minirouter\Application Files\MeshMiniRouter_1_0_0_70\MeshMiniRouter.exe.config.deploy" />
446 <Content Include="public\clickonce\minirouter\Application Files\MeshMiniRouter_1_0_0_70\MeshMiniRouter.exe.deploy" />
package.json
+2 -3
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.1.3",
3 + "version": "1.1.4",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
@@ -37,7 +37,6 @@
37 "sample-config-advanced.json"
38 ],
39 "dependencies": {
40 - "@yetzt/nedb": "^1.8.0",
40 "archiver": "^5.3.1",
41 "body-parser": "^1.19.0",
42 "cbor": "~5.2.0",
@@ -48,8 +47,8 @@
47 "express-ws": "^4.0.0",
48 "ipcheck": "^0.1.0",
49 "minimist": "^1.2.5",
51 - "mongodb": "^4.13.0",
50 "multiparty": "^4.2.1",
51 + "@yetzt/nedb": "^1.8.0",
52 "node-forge": "^1.0.0",
53 "ws": "^5.2.3",
54 "yauzl": "^2.10.0"