Version 1.1.9
Ylian Saint-Hilaire committed
Aug 12, 2023 at 14:36 UTC
be5bfddc04312775b24236f8d33a14480609d82f
3 files changed
+4
-1
MeshCentralServer.njsproj
+2
@@ -716,6 +716,7 @@
716
<Folder Include="typings\globals\sprintf-js\" />
717
<Folder Include="typings\globals\sqlite3\" />
718
<Folder Include="typings\globals\type-check\" />
719
+ <Folder Include="typings\globals\ua-parser-js\" />
720
<Folder Include="typings\globals\underscore\" />
721
<Folder Include="typings\globals\uuid\" />
722
<Folder Include="typings\globals\window-size\" />
@@ -762,6 +763,7 @@
763
<TypeScriptCompile Include="typings\globals\sprintf-js\index.d.ts" />
764
<TypeScriptCompile Include="typings\globals\sqlite3\index.d.ts" />
765
<TypeScriptCompile Include="typings\globals\type-check\index.d.ts" />
766
+ <TypeScriptCompile Include="typings\globals\ua-parser-js\index.d.ts" />
767
<TypeScriptCompile Include="typings\globals\underscore\index.d.ts" />
768
<TypeScriptCompile Include="typings\globals\uuid\index.d.ts" />
769
<TypeScriptCompile Include="typings\globals\window-size\index.d.ts" />
dependencies.txt
+1
@@ -11,5 +11,6 @@
11
"multiparty": "^4.2.1",
12
"@yetzt/nedb": "^1.8.0",
13
"node-forge": "^1.0.0",
14
+ "ua-parser-js": "^1.0.35",
15
"ws": "^5.2.3",
16
"yauzl": "^2.10.0"
\ No newline at end of file
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",