@queenanya/baileys 6.7.2 → 6.7.4
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/package.json +2 -4
- package/WASignalGroup/readme.md +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@queenanya/baileys",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.4",
|
|
4
4
|
"description": "WhatsApp API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
@@ -44,8 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@adiwajshing/keyed-db": "^0.2.4",
|
|
46
46
|
"@hapi/boom": "^9.1.3",
|
|
47
|
-
"@queenanya/
|
|
48
|
-
"@queenanya/apkdl": "latest",
|
|
47
|
+
"@queenanya/pkg": "latest",
|
|
49
48
|
"audio-decode": "^2.1.3",
|
|
50
49
|
"axios": "^1.3.3",
|
|
51
50
|
"cache-manager": "4.0.1",
|
|
@@ -61,7 +60,6 @@
|
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
62
|
"@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
|
|
64
|
-
"@queenanya/invite": "latest",
|
|
65
63
|
"@types/got": "^9.6.11",
|
|
66
64
|
"@types/jest": "^27.5.1",
|
|
67
65
|
"@types/node": "^16.0.0",
|
package/WASignalGroup/readme.md
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
# Signal-Group
|
|
2
|
-
|
|
3
|
-
This contains the code to decrypt/encrypt WA group messages.
|
|
4
|
-
Originally from [pokearaujo/libsignal-node](https://github.com/pokearaujo/libsignal-node)
|
|
5
|
-
|
|
6
|
-
The code has been moved outside the signal package as I felt it didn't belong in ths signal package, as it isn't inherently a part of signal but of WA.
|