gram-tgcalls
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -25,4 +25,3 @@ "use strict"; | ||
})); | ||
for (let i in updates) { | ||
const update = updates[i]; | ||
for (const update of updates) { | ||
if (update instanceof telegram_1.Api.UpdateGroupCallConnection) { | ||
@@ -29,0 +28,0 @@ return JSON.parse(update.params.data); |
{ | ||
"name": "gram-tgcalls", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "lib/index.js", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"prepare": "tsc", | ||
"docs": "typedoc src/index.ts --readme none" | ||
"docs": "typedoc src/* --readme none" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
20774
11
318