@builderbot/provider-web-whatsapp 1.0.20-alpha.0 → 1.0.21-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -31974,8 +31974,8 @@ class WebWhatsappProvider extends bot.ProviderClass {
|
|
|
31974
31974
|
},
|
|
31975
31975
|
];
|
|
31976
31976
|
/**
|
|
31977
|
-
*
|
|
31978
|
-
*
|
|
31977
|
+
* @deprecated Buttons are not available in this provider, please use sendButtons instead
|
|
31978
|
+
* @private
|
|
31979
31979
|
* @private
|
|
31980
31980
|
* @param {*} number
|
|
31981
31981
|
* @param {*} message
|
package/dist/index.d.ts
CHANGED
|
@@ -47,8 +47,8 @@ declare class WebWhatsappProvider extends ProviderClass {
|
|
|
47
47
|
}) => void;
|
|
48
48
|
})[];
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
51
|
-
*
|
|
50
|
+
* @deprecated Buttons are not available in this provider, please use sendButtons instead
|
|
51
|
+
* @private
|
|
52
52
|
* @private
|
|
53
53
|
* @param {*} number
|
|
54
54
|
* @param {*} message
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-web-whatsapp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21-alpha.0",
|
|
4
4
|
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Leifer Mendez <leifer33@gmail.com>",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@builderbot/bot": "^1.0.
|
|
32
|
+
"@builderbot/bot": "^1.0.21-alpha.0",
|
|
33
33
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
34
34
|
"@rollup/plugin-json": "^6.1.0",
|
|
35
35
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"polka": "^0.5.2",
|
|
54
54
|
"whatsapp-web.js": "^1.23.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "ab9a11dd0d58d212309d9fe4293d32aaf9f4db70"
|
|
57
57
|
}
|