talkyzap-wapp-api 1.0.15 → 1.0.17
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 -6
- package/dist/chat/events/eventTypes.d.ts +14 -0
- package/dist/chat/events/index.d.ts +1 -0
- package/dist/chat/events/registerUnreadCountEvent.d.ts +16 -0
- package/dist/chat/functions/getUnreadChats.d.ts +23 -0
- package/dist/chat/functions/index.d.ts +1 -0
- package/dist/conn/functions/getMyUserWid.d.ts +26 -0
- package/dist/eventEmitter/index.d.ts +25 -25
- package/dist/whatsapp/functions/createGroup.d.ts +12 -2
- package/dist/whatsapp/functions/isLidMigrated.d.ts +1 -1
- package/dist/whatsapp/misc/UserPrefs.d.ts +17 -4
- package/dist/whatsapp/misc/WidFactory.d.ts +1 -0
- package/dist/wppconnect-wa.js +1 -1
- package/dist/wppconnect-wa.js.LICENSE.txt +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "talkyzap-wapp-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
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": {
|
|
@@ -45,49 +45,49 @@
|
|
|
45
45
|
"@commitlint/cli": "^19.8.1",
|
|
46
46
|
"@commitlint/config-conventional": "^19.8.1",
|
|
47
47
|
"@commitlint/prompt-cli": "^19.8.1",
|
|
48
|
-
"@playwright/test": "^1.
|
|
48
|
+
"@playwright/test": "^1.55.1",
|
|
49
49
|
"@types/debug": "^4.1.12",
|
|
50
50
|
"@types/node": "^16.18.126",
|
|
51
|
-
"@types/node-fetch": "^2.6.
|
|
51
|
+
"@types/node-fetch": "^2.6.13",
|
|
52
52
|
"@types/parse-data-url": "^3.0.2",
|
|
53
53
|
"@types/prettier": "^3.0.0",
|
|
54
|
-
"@types/shelljs": "^0.8.
|
|
54
|
+
"@types/shelljs": "^0.8.17",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
56
56
|
"@typescript-eslint/parser": "^7.18.0",
|
|
57
|
-
"@wppconnect/wa-version": "^1.5.
|
|
57
|
+
"@wppconnect/wa-version": "^1.5.2300",
|
|
58
58
|
"buffer": "^6.0.3",
|
|
59
59
|
"compare-versions": "^6.1.1",
|
|
60
60
|
"compressorjs": "^1.2.1",
|
|
61
61
|
"conventional-changelog-angular": "^8.0.0",
|
|
62
62
|
"conventional-changelog-cli": "^5.0.0",
|
|
63
|
-
"debug": "^4.4.
|
|
63
|
+
"debug": "^4.4.3",
|
|
64
64
|
"eslint": "^8.57.1",
|
|
65
|
-
"eslint-config-prettier": "^10.1.
|
|
65
|
+
"eslint-config-prettier": "^10.1.8",
|
|
66
66
|
"eslint-plugin-header": "^3.1.1",
|
|
67
|
-
"eslint-plugin-import": "^2.
|
|
68
|
-
"eslint-plugin-prettier": "^5.4
|
|
67
|
+
"eslint-plugin-import": "^2.32.0",
|
|
68
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
69
69
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
70
70
|
"eventemitter2": "^6.4.9",
|
|
71
71
|
"file-type": "~16.5.4",
|
|
72
72
|
"husky": "^9.1.7",
|
|
73
|
-
"lint-staged": "^
|
|
73
|
+
"lint-staged": "^16.2.0",
|
|
74
74
|
"node-fetch": "^2.7.0",
|
|
75
75
|
"parse-data-url": "^6.0.0",
|
|
76
|
-
"playwright-chromium": "^1.
|
|
77
|
-
"prettier": "^3.
|
|
78
|
-
"release-it": "^19.0.
|
|
76
|
+
"playwright-chromium": "^1.55.1",
|
|
77
|
+
"prettier": "^3.6.2",
|
|
78
|
+
"release-it": "^19.0.5",
|
|
79
79
|
"shx": "^0.4.0",
|
|
80
80
|
"terser-webpack-plugin": "^5.3.14",
|
|
81
|
-
"ts-loader": "^9.5.
|
|
82
|
-
"ts-morph": "^
|
|
81
|
+
"ts-loader": "^9.5.4",
|
|
82
|
+
"ts-morph": "^27.0.0",
|
|
83
83
|
"ts-node": "^10.9.2",
|
|
84
|
-
"typedoc": "^0.28.
|
|
85
|
-
"typedoc-plugin-mdn-links": "^5.0.
|
|
86
|
-
"typedoc-plugin-missing-exports": "^4.
|
|
84
|
+
"typedoc": "^0.28.13",
|
|
85
|
+
"typedoc-plugin-mdn-links": "^5.0.9",
|
|
86
|
+
"typedoc-plugin-missing-exports": "^4.1.0",
|
|
87
87
|
"typescript": "^5.8.3",
|
|
88
88
|
"typescript-debounce-decorator": "^0.0.18",
|
|
89
|
-
"webpack": "^5.
|
|
90
|
-
"webpack-cli": "^
|
|
89
|
+
"webpack": "^5.101.3",
|
|
90
|
+
"webpack-cli": "^6.0.1"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
93
93
|
"whatsapp-web": ">=2.2326.10-beta"
|