whalibmob 5.5.38 → 5.5.39
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/README.md +6 -0
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
##
|
|
5
5
|
|
|
6
|
+
> [!IMPORTANT]
|
|
7
|
+
> new repository whalibmob It will be maintained at the https://github.com/Kunboruto50/whalibmob.git Since I lost the Kunboruto20 account, whalibmob will be maintained and rewritten by me soon because I know that many functions in whalibmob no longer work after the WhatsApp mobile protocol change, these days I will take care of whalibmob, all good friends Fun enjoyable for all c
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
6
12
|
> [!CAUTION]
|
|
7
13
|
> Use a dedicated phone number with this library. Connecting with a number that is already active on a real device will cause WhatsApp to log that device out.
|
|
8
14
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
|
|
1
2
|
{
|
|
2
3
|
"name": "whalibmob",
|
|
3
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.39",
|
|
4
5
|
"description": "WhatsApp library for interaction with WhatsApp Mobile API no web",
|
|
5
|
-
"author": "
|
|
6
|
+
"author": "Kunboruto50",
|
|
6
7
|
"main": "index.js",
|
|
7
8
|
"bin": {
|
|
8
9
|
"wa": "./cli.js"
|
|
@@ -32,11 +33,11 @@
|
|
|
32
33
|
],
|
|
33
34
|
"repository": {
|
|
34
35
|
"type": "git",
|
|
35
|
-
"url": "https://github.com/
|
|
36
|
+
"url": "https://github.com/Kunboruto50/whalibmob.git"
|
|
36
37
|
},
|
|
37
|
-
"homepage": "https://github.com/
|
|
38
|
+
"homepage": "https://github.com/Kunboruto50/whalibmob#readme",
|
|
38
39
|
"bugs": {
|
|
39
|
-
"url": "https://github.com/
|
|
40
|
+
"url": "https://github.com/Kunboruto50/whalibmob/issues"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
43
|
"@noble/hashes": "^1.7.2",
|