Version 1.1.9

This commit is contained in:
Ylian Saint-Hilaire 2023-08-12 14:36:55 -07:00
parent 77b0c8ea23
commit be5bfddc04
3 changed files with 4 additions and 1 deletions

View File

@ -716,6 +716,7 @@
<Folder Include="typings\globals\sprintf-js\" />
<Folder Include="typings\globals\sqlite3\" />
<Folder Include="typings\globals\type-check\" />
<Folder Include="typings\globals\ua-parser-js\" />
<Folder Include="typings\globals\underscore\" />
<Folder Include="typings\globals\uuid\" />
<Folder Include="typings\globals\window-size\" />
@ -762,6 +763,7 @@
<TypeScriptCompile Include="typings\globals\sprintf-js\index.d.ts" />
<TypeScriptCompile Include="typings\globals\sqlite3\index.d.ts" />
<TypeScriptCompile Include="typings\globals\type-check\index.d.ts" />
<TypeScriptCompile Include="typings\globals\ua-parser-js\index.d.ts" />
<TypeScriptCompile Include="typings\globals\underscore\index.d.ts" />
<TypeScriptCompile Include="typings\globals\uuid\index.d.ts" />
<TypeScriptCompile Include="typings\globals\window-size\index.d.ts" />

View File

@ -11,5 +11,6 @@
"multiparty": "^4.2.1",
"@yetzt/nedb": "^1.8.0",
"node-forge": "^1.0.0",
"ua-parser-js": "^1.0.35",
"ws": "^5.2.3",
"yauzl": "^2.10.0"

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.1.8",
"version": "1.1.9",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",