Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "waweb-phi", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "control whatsapp web with nodejs", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -106,3 +106,3 @@ # WAWEB-phi | ||
## Update | ||
- 27/01/2020 (v0.1.12) add authTimeout option + change default authTimeout value from 5000ms to 10000ms , for detail check example.js | ||
- 27/01/2020 (v0.1.12 > v0.1.13) add authTimeout option + change default authTimeout value from 5000ms to 10000ms , for detail check example.js | ||
- 17/01/2020 (v0.1.11) fix selector qr/qrvalue/keep phoneimage update | ||
@@ -109,0 +109,0 @@ |
@@ -46,3 +46,2 @@ 'use strict'; | ||
const KEEP_PHONE_CONNECTED_IMG_SELECTOR = Selectors.KEEP_PHONE_CONNECTED_IMG_SELECTOR; | ||
console.log("timeout",this.options.authTimeout); | ||
if (this.options.session) { | ||
@@ -49,0 +48,0 @@ // Check if session restore was successfull |
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
68389
1489