Version 1.1.4

This commit is contained in:
Ylian Saint-Hilaire 2023-02-05 18:11:26 -08:00
parent dc4116cff5
commit 376c4d53ac
2 changed files with 2 additions and 4 deletions

View File

@ -441,7 +441,6 @@
<Content Include="LICENSE" />
<Content Include="meshcentral-config-schema.json" />
<Content Include="package.json" />
<Content Include="plugin_development.md" />
<Content Include="public\clickonce\minirouter\Application Files\MeshMiniRouter_1_0_0_70\MeshMiniRouter.application" />
<Content Include="public\clickonce\minirouter\Application Files\MeshMiniRouter_1_0_0_70\MeshMiniRouter.exe.config.deploy" />
<Content Include="public\clickonce\minirouter\Application Files\MeshMiniRouter_1_0_0_70\MeshMiniRouter.exe.deploy" />

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.3",
"version": "1.1.4",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",
@ -37,7 +37,6 @@
"sample-config-advanced.json"
],
"dependencies": {
"@yetzt/nedb": "^1.8.0",
"archiver": "^5.3.1",
"body-parser": "^1.19.0",
"cbor": "~5.2.0",
@ -48,8 +47,8 @@
"express-ws": "^4.0.0",
"ipcheck": "^0.1.0",
"minimist": "^1.2.5",
"mongodb": "^4.13.0",
"multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0",
"ws": "^5.2.3",
"yauzl": "^2.10.0"