@wppconnect/wa-js 3.8.1 → 3.8.2

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.
@@ -89,4 +89,4 @@
89
89
 
90
90
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
91
91
 
92
- /*! wppconnect-team/wa-js v3.8.1 */
92
+ /*! wppconnect-team/wa-js v3.8.2 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/wa-js",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
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,19 +39,19 @@
39
39
  "watch": "webpack watch --devtool inline-source-map --mode development"
40
40
  },
41
41
  "devDependencies": {
42
- "@commitlint/cli": "^19.3.0",
42
+ "@commitlint/cli": "^19.4.0",
43
43
  "@commitlint/config-conventional": "^19.2.2",
44
- "@commitlint/prompt-cli": "^19.3.1",
45
- "@playwright/test": "^1.45.3",
44
+ "@commitlint/prompt-cli": "^19.4.0",
45
+ "@playwright/test": "^1.46.0",
46
46
  "@types/debug": "^4.1.12",
47
- "@types/node": "^16.18.104",
47
+ "@types/node": "^16.18.105",
48
48
  "@types/node-fetch": "^2.6.11",
49
49
  "@types/parse-data-url": "^3.0.2",
50
50
  "@types/prettier": "^3.0.0",
51
51
  "@types/shelljs": "^0.8.15",
52
52
  "@typescript-eslint/eslint-plugin": "^7.18.0",
53
53
  "@typescript-eslint/parser": "^7.18.0",
54
- "@wppconnect/wa-version": "^1.5.149",
54
+ "@wppconnect/wa-version": "^1.5.219",
55
55
  "buffer": "^6.0.3",
56
56
  "compare-versions": "^6.1.1",
57
57
  "compressorjs": "^1.2.1",
@@ -67,10 +67,10 @@
67
67
  "eventemitter2": "^6.4.9",
68
68
  "file-type": "~16.5.4",
69
69
  "husky": "^9.1.4",
70
- "lint-staged": "^15.2.7",
70
+ "lint-staged": "^15.2.9",
71
71
  "node-fetch": "^2.7.0",
72
72
  "parse-data-url": "^6.0.0",
73
- "playwright-chromium": "^1.45.3",
73
+ "playwright-chromium": "^1.46.0",
74
74
  "prettier": "^3.3.3",
75
75
  "release-it": "^17.6.0",
76
76
  "shx": "^0.3.4",
@@ -79,7 +79,7 @@
79
79
  "ts-morph": "^23.0.0",
80
80
  "ts-node": "^10.9.2",
81
81
  "typedoc": "^0.26.5",
82
- "typedoc-plugin-mdn-links": "^3.2.6",
82
+ "typedoc-plugin-mdn-links": "^3.2.8",
83
83
  "typedoc-plugin-missing-exports": "^3.0.0",
84
84
  "typescript": "^5.5.4",
85
85
  "typescript-debounce-decorator": "^0.0.18",
@@ -1,19 +0,0 @@
1
- /*!
2
- * Copyright 2024 WPPConnect Team
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- /**
17
- * @whatsapp 525438
18
- */
19
- export declare function isLegitErrorStack(): boolean;