Comparing version 0.1.19 to 0.1.20
@@ -1,2 +0,2 @@ | ||
const wa = require('./index.js') | ||
const wa = require('waweb-phi') | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "waweb-phi", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "control whatsapp web with nodejs", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -79,3 +79,4 @@ # WAWEB-phi | ||
## Update | ||
- 27/03/2020 (v0.1.18) fix Update | ||
- 20/11/2020 (v0.1.20) fix Update from wa | ||
- 27/03/2020 (v0.1.19) Update puppeter to last version, now headless mode can run on linux cli | ||
- 27/03/2020 (v0.1.16) Update | ||
@@ -82,0 +83,0 @@ - 06/03/2020 (v0.1.15) add ack status (send,received,read) |
@@ -15,5 +15,5 @@ 'use strict'; | ||
exports.Selectors = { | ||
KEEP_PHONE_CONNECTED_IMG_SELECTOR: '.YD4Yw', | ||
QR_CONTAINER_SELECTOR: '._2nIZM', | ||
QR_VALUE_SELECTOR: '._1QMFu', | ||
KEEP_PHONE_CONNECTED_IMG_SELECTOR: '._2ruyW', | ||
QR_CONTAINER_SELECTOR: '._3l6Cf', | ||
QR_VALUE_SELECTOR: '._1yHR2', | ||
} | ||
@@ -20,0 +20,0 @@ |
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
74814
97