@wppconnect/wa-js 2.20.1 → 2.21.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 +1 -5
- package/dist/group/functions/index.d.ts +1 -0
- package/dist/group/functions/removeIcon.d.ts +27 -0
- package/dist/profile/functions/getMyStatus.d.ts +1 -1
- package/dist/profile/functions/index.d.ts +2 -0
- package/dist/profile/functions/isBusiness.d.ts +1 -0
- package/dist/profile/functions/removeMyProfilePicture.d.ts +26 -0
- package/dist/profile/functions/setMyProfileName.d.ts +26 -0
- package/dist/profile/functions/setMyProfilePicture.d.ts +1 -1
- package/dist/profile/functions/setMyStatus.d.ts +1 -1
- package/dist/whatsapp/functions/fetchLinkPreview.d.ts +16 -1
- package/dist/whatsapp/functions/findFirstWebLink.d.ts +2 -1
- package/dist/whatsapp/functions/genMinimalLinkPreview.d.ts +2 -16
- package/dist/whatsapp/functions/index.d.ts +1 -0
- package/dist/whatsapp/functions/profilePic.d.ts +8 -0
- package/dist/whatsapp/functions/setPushname.d.ts +19 -0
- package/dist/whatsapp/misc/UserPrefs.d.ts +17 -126
- package/dist/wppconnect-wa.js +1 -1
- package/dist/wppconnect-wa.js.LICENSE.txt +2 -2
- package/package.json +10 -9
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Compressor.js v1.2.
|
|
2
|
+
* Compressor.js v1.2.1
|
|
3
3
|
* https://fengyuanchen.github.io/compressorjs
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2018-present Chen Fengyuan
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
*
|
|
8
|
-
* Date: 2023-02-
|
|
8
|
+
* Date: 2023-02-28T14:09:41.732Z
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/*!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/wa-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.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": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"docs:build": "npm run docs:clean && npm run docs:theme && typedoc --gitRevision main",
|
|
24
24
|
"docs:clean": "shx rm -rf docs",
|
|
25
25
|
"docs:theme": "cd ./docs-source && tsc",
|
|
26
|
+
"launch:attach": "ts-node ./src/tools/launchAttach.ts",
|
|
26
27
|
"launch:local": "ts-node ./src/tools/launchLocal.ts",
|
|
27
28
|
"launch:protocol-log": "ts-node ./src/tools/launchProtocolLog.ts",
|
|
28
29
|
"lint": "npx eslint --ext .ts src",
|
|
@@ -42,18 +43,18 @@
|
|
|
42
43
|
"@commitlint/cli": "^17.4.4",
|
|
43
44
|
"@commitlint/config-conventional": "^17.4.4",
|
|
44
45
|
"@commitlint/prompt-cli": "^17.4.4",
|
|
45
|
-
"@playwright/test": "^1.31.
|
|
46
|
+
"@playwright/test": "^1.31.2",
|
|
46
47
|
"@types/debug": "^4.1.7",
|
|
47
|
-
"@types/node": "^16.18.
|
|
48
|
+
"@types/node": "^16.18.14",
|
|
48
49
|
"@types/node-fetch": "^2.6.2",
|
|
49
50
|
"@types/parse-data-url": "^3.0.0",
|
|
50
51
|
"@types/prettier": "^2.7.2",
|
|
51
52
|
"@types/shelljs": "^0.8.11",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
53
|
-
"@typescript-eslint/parser": "^5.
|
|
54
|
-
"@wppconnect/wa-version": "^1.2.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.54.0",
|
|
55
|
+
"@wppconnect/wa-version": "^1.2.2",
|
|
55
56
|
"buffer": "^6.0.3",
|
|
56
|
-
"compressorjs": "^1.2.
|
|
57
|
+
"compressorjs": "^1.2.1",
|
|
57
58
|
"conventional-changelog-cli": "^2.2.2",
|
|
58
59
|
"debug": "^4.3.4",
|
|
59
60
|
"eslint": "^8.35.0",
|
|
@@ -67,10 +68,10 @@
|
|
|
67
68
|
"husky": "^8.0.3",
|
|
68
69
|
"node-fetch": "^2.6.9",
|
|
69
70
|
"parse-data-url": "^5.0.0",
|
|
70
|
-
"playwright-chromium": "^1.31.
|
|
71
|
+
"playwright-chromium": "^1.31.2",
|
|
71
72
|
"prettier": "^2.8.4",
|
|
72
73
|
"pretty-quick": "^3.1.3",
|
|
73
|
-
"release-it": "^15.
|
|
74
|
+
"release-it": "^15.7.0",
|
|
74
75
|
"shx": "^0.3.4",
|
|
75
76
|
"ts-loader": "^9.4.2",
|
|
76
77
|
"ts-morph": "^17.0.1",
|