tdl-tdlib-wasm
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -41,4 +41,4 @@ "use strict"; | ||
async send(client, query) { | ||
return this._tdlib.td_send(client, JSON.stringify(query)); | ||
send(client, query) { | ||
this._tdlib.td_send(client, JSON.stringify(query)); | ||
} | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "tdl-tdlib-wasm", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "WebAssembly bindings for TDLib.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": {}, | ||
"scripts": { | ||
"build": "babel src/ -d dist/ --root-mode upward" | ||
}, | ||
"dependencies": { | ||
"debug": "^3.1.0", | ||
"tdl-shared": "^0.7.0" | ||
"tdl-shared": "^0.8.0" | ||
}, | ||
@@ -24,2 +26,3 @@ "peerDependencies": { | ||
"telegram", | ||
"telegram-api", | ||
"tdlib", | ||
@@ -39,3 +42,4 @@ "tdl", | ||
}, | ||
"homepage": "https://github.com/Bannerets/tdl#readme" | ||
"homepage": "https://github.com/Bannerets/tdl#readme", | ||
"gitHead": "12a3bd9c9390eb4a33d913a51bedf55371e7e77f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7140
+ Addedtdl-shared@0.8.0(transitive)
- Removedtdl-shared@0.7.0(transitive)
Updatedtdl-shared@^0.8.0