mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Added ref and ffi to package
This commit is contained in:
parent
25917d0301
commit
43831cba94
@ -135,6 +135,10 @@ class Search {
|
||||
});
|
||||
}
|
||||
|
||||
/*freeResults(res) {
|
||||
libSymphonySearch.symSEFreeResult(ret);
|
||||
}*/
|
||||
|
||||
static constructQuery(query, senderIds, threadIds, attachments) {
|
||||
return query;
|
||||
}
|
||||
|
@ -89,15 +89,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@paulcbetts/system-idle-time": "^1.0.4",
|
||||
"appdirectory": "^0.1.0",
|
||||
"async": "^2.1.5",
|
||||
"auto-launch": "^5.0.1",
|
||||
"electron-context-menu": "^0.8.0",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"keymirror": "0.1.1",
|
||||
"electron-dl": "^1.9.0",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"ffi": "^2.2.0",
|
||||
"filesize": "^3.5.10",
|
||||
"appdirectory": "^0.1.0",
|
||||
"keymirror": "0.1.1",
|
||||
"randomstring": "^1.1.5",
|
||||
"ref": "^1.3.4",
|
||||
"winreg": "^1.2.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user