@apidog/multibot-sdk-ts
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -173,3 +173,3 @@ "use strict"; | ||
return new Promise(resolve => { | ||
this.getUpdates({ offset: this.pollingOffset }) | ||
this.getUpdates({ offset: this.pollingOffset, timeout: 25 }) | ||
.then(response => { | ||
@@ -176,0 +176,0 @@ if (response.length) { |
{ | ||
"name": "@apidog/multibot-sdk-ts", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Telegram and VK bot SDK for TypeScript", | ||
@@ -31,6 +31,6 @@ "main": "dist/index.js", | ||
"@types/jest": "26.0.23", | ||
"@types/node": "15.12.4", | ||
"@types/node": "15.12.5", | ||
"@types/node-fetch": "2.5.10", | ||
"@typescript-eslint/eslint-plugin": "4.27.0", | ||
"@typescript-eslint/parser": "4.27.0", | ||
"@typescript-eslint/eslint-plugin": "4.28.1", | ||
"@typescript-eslint/parser": "4.28.1", | ||
"airbnb-style": "2.0.0", | ||
@@ -42,3 +42,3 @@ "dotenv": "10.0.0", | ||
"eslint-plugin-import": "2.23.4", | ||
"jest": "27.0.4", | ||
"jest": "27.0.6", | ||
"ts-jest": "27.0.3", | ||
@@ -45,0 +45,0 @@ "typescript": "4.3.4" |
Sorry, the diff of this file is not supported yet
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
194703