@wppconnect/wa-js 2.2.1 → 2.4.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/CHANGELOG.md +27 -0
- package/dist/chat/functions/archive.d.ts +54 -0
- package/dist/chat/functions/index.d.ts +4 -0
- package/dist/chat/functions/list.d.ts +39 -0
- package/dist/chat/functions/pin.d.ts +54 -0
- package/dist/chat/functions/sendCreatePollMessage.d.ts +35 -0
- package/dist/chat/functions/sendFileMessage.d.ts +1 -1
- package/dist/chat/functions/sendLocationMessage.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/util/getVideoInfoFromBuffer.d.ts +25 -0
- package/dist/util/index.d.ts +1 -0
- package/dist/whatsapp/collections/AggReactionsCollection.d.ts +22 -0
- package/dist/whatsapp/collections/ReactionsCollection.d.ts +30 -0
- package/dist/whatsapp/collections/ReactionsSendersCollection.d.ts +22 -0
- package/dist/whatsapp/collections/index.d.ts +3 -0
- package/dist/whatsapp/enums/LogoutReason.d.ts +3 -1
- package/dist/whatsapp/functions/encryptAndSendGroupMsg.d.ts +20 -0
- package/dist/whatsapp/functions/encryptAndSendMsg.d.ts +20 -0
- package/dist/whatsapp/functions/generateVideoThumbsAndDuration.d.ts +33 -0
- package/dist/whatsapp/functions/getFanOutList.d.ts +22 -0
- package/dist/whatsapp/functions/getGroupSenderKeyList.d.ts +24 -0
- package/dist/whatsapp/functions/getOrGenerate.d.ts +1 -0
- package/dist/whatsapp/functions/index.d.ts +7 -0
- package/dist/whatsapp/functions/mediaTypeFromProtobuf.d.ts +3 -1
- package/dist/whatsapp/functions/setArchive.d.ts +20 -0
- package/dist/whatsapp/functions/setPin.d.ts +20 -0
- package/dist/whatsapp/misc/Cmd.d.ts +6 -2
- package/dist/whatsapp/misc/Features.d.ts +3 -1
- package/dist/whatsapp/misc/UserPrefs.d.ts +1 -0
- package/dist/whatsapp/models/AggReactionsModel.d.ts +39 -0
- package/dist/whatsapp/models/ReactionsModel.d.ts +43 -0
- package/dist/whatsapp/models/ReactionsSendersModel.d.ts +47 -0
- package/dist/whatsapp/models/index.d.ts +3 -0
- package/dist/whatsapp/multidevice/waNoiseInfo.d.ts +1 -0
- package/dist/whatsapp/multidevice/waSignalStore.d.ts +3 -1
- package/dist/whatsapp/stores.d.ts +2 -0
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/wa-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -39,22 +39,22 @@
|
|
|
39
39
|
"watch": "webpack watch --devtool inline-source-map --mode development"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^
|
|
43
|
-
"@commitlint/config-conventional": "^
|
|
44
|
-
"@commitlint/prompt-cli": "^
|
|
45
|
-
"@playwright/test": "^1.
|
|
42
|
+
"@commitlint/cli": "^17.0.1",
|
|
43
|
+
"@commitlint/config-conventional": "^17.0.0",
|
|
44
|
+
"@commitlint/prompt-cli": "^17.0.0",
|
|
45
|
+
"@playwright/test": "^1.22.2",
|
|
46
46
|
"@types/debug": "^4.1.7",
|
|
47
|
-
"@types/node": "^14.18.
|
|
47
|
+
"@types/node": "^14.18.18",
|
|
48
48
|
"@types/parse-data-url": "^3.0.0",
|
|
49
|
-
"@types/prettier": "^2.6.
|
|
49
|
+
"@types/prettier": "^2.6.1",
|
|
50
50
|
"@types/shelljs": "^0.8.11",
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
52
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
-
"@wppconnect/wa-version": "^1.1.
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
|
52
|
+
"@typescript-eslint/parser": "^5.26.0",
|
|
53
|
+
"@wppconnect/wa-version": "^1.1.88",
|
|
54
54
|
"buffer": "^6.0.3",
|
|
55
55
|
"conventional-changelog-cli": "^2.2.2",
|
|
56
56
|
"debug": "^4.3.4",
|
|
57
|
-
"eslint": "^8.
|
|
57
|
+
"eslint": "^8.16.0",
|
|
58
58
|
"eslint-config-prettier": "^8.5.0",
|
|
59
59
|
"eslint-plugin-header": "^3.1.1",
|
|
60
60
|
"eslint-plugin-import": "^2.26.0",
|
|
@@ -64,19 +64,19 @@
|
|
|
64
64
|
"file-type": "~16.5.3",
|
|
65
65
|
"husky": "^8.0.1",
|
|
66
66
|
"parse-data-url": "^4.0.1",
|
|
67
|
-
"playwright-chromium": "^1.
|
|
67
|
+
"playwright-chromium": "^1.22.2",
|
|
68
68
|
"prettier": "^2.6.2",
|
|
69
69
|
"pretty-quick": "^3.1.3",
|
|
70
70
|
"release-it": "^15.0.0",
|
|
71
71
|
"shx": "^0.3.4",
|
|
72
72
|
"ts-loader": "^9.3.0",
|
|
73
|
-
"ts-morph": "^
|
|
74
|
-
"ts-node": "^10.
|
|
73
|
+
"ts-morph": "^15.0.0",
|
|
74
|
+
"ts-node": "^10.8.0",
|
|
75
75
|
"typedoc": "^0.22.12",
|
|
76
76
|
"typedoc-plugin-mdn-links": "^1.0.6",
|
|
77
77
|
"typedoc-plugin-missing-exports": "^0.22.6",
|
|
78
|
-
"typescript": "^4.
|
|
79
|
-
"webpack": "^5.72.
|
|
78
|
+
"typescript": "^4.7.2",
|
|
79
|
+
"webpack": "^5.72.1",
|
|
80
80
|
"webpack-cli": "^4.9.2"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|