tdl-shared
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -10,3 +10,3 @@ | ||
receive(client: TDLibClient, timeout: number): Promise<Object | null>; | ||
send(client: TDLibClient, query: Object): Promise<void>; | ||
send(client: TDLibClient, query: Object): void; | ||
setLogFilePath(path: string): number; | ||
@@ -13,0 +13,0 @@ setLogMaxFileSize(maxFileSize: number | string): void; |
{ | ||
"name": "tdl-shared", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
4366