@wppconnect/wa-js 1.2.0 → 1.2.1
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 +9 -0
- package/dist/chat/functions/canMute.d.ts +1 -1
- package/dist/chat/functions/getMessageById.d.ts +2 -2
- package/dist/chat/functions/getMessages.d.ts +3 -3
- package/dist/chat/functions/markIsComposing.d.ts +2 -2
- package/dist/chat/functions/markIsPaused.d.ts +1 -1
- package/dist/chat/functions/markIsRead.d.ts +1 -1
- package/dist/chat/functions/markIsRecording.d.ts +2 -2
- package/dist/chat/functions/markIsUnread.d.ts +1 -1
- package/dist/chat/functions/mute.d.ts +3 -3
- package/dist/chat/functions/openChatAt.d.ts +1 -1
- package/dist/chat/functions/openChatBottom.d.ts +1 -1
- package/dist/chat/functions/openChatFromUnread.d.ts +1 -1
- package/dist/chat/functions/prepareLinkPreview.d.ts +2 -2
- package/dist/chat/functions/sendFileMessage.d.ts +5 -5
- package/dist/chat/functions/sendListMessage.d.ts +1 -1
- package/dist/chat/functions/unmute.d.ts +1 -1
- package/dist/chat/types.d.ts +8 -8
- package/dist/contact/functions/getStatus.d.ts +1 -1
- package/dist/contact/functions/queryExists.d.ts +1 -1
- package/dist/group/functions/getInviteCode.d.ts +1 -1
- package/dist/group/functions/getParticipants.d.ts +1 -1
- package/dist/group/functions/leave.d.ts +1 -1
- package/dist/group/functions/revokeInviteCode.d.ts +1 -1
- package/dist/group/functions/setDescription.d.ts +1 -1
- package/dist/group/functions/setProperty.d.ts +8 -8
- package/dist/group/functions/setSubject.d.ts +1 -1
- package/dist/labels/functions/addOrRemoveLabels.d.ts +1 -1
- package/dist/whatsapp/functions/randomId.d.ts +1 -3
- package/dist/whatsapp/misc/Constants.d.ts +1 -58
- package/dist/whatsapp/misc/MsgKey.d.ts +5 -1
- package/dist/whatsapp/misc/Wid.d.ts +1 -1
- package/dist/whatsapp/misc/WidFactory.d.ts +1 -1
- package/dist/whatsapp/models/Model.d.ts +2 -2
- package/dist/whatsapp/models/StickerModel.d.ts +2 -2
- package/dist/whatsapp/multidevice/adv.d.ts +1 -1
- package/dist/wppconnect-wa.js +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/wa-js",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@types/parse-data-url": "^3.0.0",
|
|
49
49
|
"@types/prettier": "^2.4.4",
|
|
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.14.0",
|
|
52
|
+
"@typescript-eslint/parser": "^5.14.0",
|
|
53
|
+
"@wppconnect/wa-version": "^1.1.40",
|
|
54
54
|
"buffer": "^6.0.3",
|
|
55
55
|
"conventional-changelog-cli": "^2.2.2",
|
|
56
56
|
"debug": "^4.3.3",
|
|
57
57
|
"emittery": "^0.10.1",
|
|
58
58
|
"eslint": "^8.10.0",
|
|
59
|
-
"eslint-config-prettier": "^8.
|
|
59
|
+
"eslint-config-prettier": "^8.5.0",
|
|
60
60
|
"eslint-plugin-header": "^3.1.1",
|
|
61
61
|
"eslint-plugin-import": "^2.25.4",
|
|
62
62
|
"eslint-plugin-prettier": "^4.0.0",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"release-it": "^14.12.5",
|
|
71
71
|
"shx": "^0.3.4",
|
|
72
72
|
"ts-loader": "^9.2.7",
|
|
73
|
-
"ts-morph": "^
|
|
74
|
-
"ts-node": "^10.
|
|
73
|
+
"ts-morph": "^14.0.0",
|
|
74
|
+
"ts-node": "^10.7.0",
|
|
75
75
|
"typedoc": "^0.22.12",
|
|
76
76
|
"typedoc-plugin-mdn-links": "^1.0.5",
|
|
77
77
|
"typedoc-plugin-missing-exports": "^0.22.6",
|
|
78
78
|
"typescript": "^4.6.2",
|
|
79
|
-
"webpack": "^5.
|
|
79
|
+
"webpack": "^5.70.0",
|
|
80
80
|
"webpack-cli": "^4.9.2"
|
|
81
81
|
}
|
|
82
82
|
}
|