Version 1.1.9
This commit is contained in:
parent
77b0c8ea23
commit
be5bfddc04
|
@ -716,6 +716,7 @@
|
||||||
<Folder Include="typings\globals\sprintf-js\" />
|
<Folder Include="typings\globals\sprintf-js\" />
|
||||||
<Folder Include="typings\globals\sqlite3\" />
|
<Folder Include="typings\globals\sqlite3\" />
|
||||||
<Folder Include="typings\globals\type-check\" />
|
<Folder Include="typings\globals\type-check\" />
|
||||||
|
<Folder Include="typings\globals\ua-parser-js\" />
|
||||||
<Folder Include="typings\globals\underscore\" />
|
<Folder Include="typings\globals\underscore\" />
|
||||||
<Folder Include="typings\globals\uuid\" />
|
<Folder Include="typings\globals\uuid\" />
|
||||||
<Folder Include="typings\globals\window-size\" />
|
<Folder Include="typings\globals\window-size\" />
|
||||||
|
@ -762,6 +763,7 @@
|
||||||
<TypeScriptCompile Include="typings\globals\sprintf-js\index.d.ts" />
|
<TypeScriptCompile Include="typings\globals\sprintf-js\index.d.ts" />
|
||||||
<TypeScriptCompile Include="typings\globals\sqlite3\index.d.ts" />
|
<TypeScriptCompile Include="typings\globals\sqlite3\index.d.ts" />
|
||||||
<TypeScriptCompile Include="typings\globals\type-check\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\underscore\index.d.ts" />
|
||||||
<TypeScriptCompile Include="typings\globals\uuid\index.d.ts" />
|
<TypeScriptCompile Include="typings\globals\uuid\index.d.ts" />
|
||||||
<TypeScriptCompile Include="typings\globals\window-size\index.d.ts" />
|
<TypeScriptCompile Include="typings\globals\window-size\index.d.ts" />
|
||||||
|
|
|
@ -11,5 +11,6 @@
|
||||||
"multiparty": "^4.2.1",
|
"multiparty": "^4.2.1",
|
||||||
"@yetzt/nedb": "^1.8.0",
|
"@yetzt/nedb": "^1.8.0",
|
||||||
"node-forge": "^1.0.0",
|
"node-forge": "^1.0.0",
|
||||||
|
"ua-parser-js": "^1.0.35",
|
||||||
"ws": "^5.2.3",
|
"ws": "^5.2.3",
|
||||||
"yauzl": "^2.10.0"
|
"yauzl": "^2.10.0"
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "1.1.8",
|
"version": "1.1.9",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Device Management",
|
"Remote Device Management",
|
||||||
"Remote Device Monitoring",
|
"Remote Device Monitoring",
|
||||||
|
|
Loading…
Reference in New Issue