@wppconnect/wa-js 2.5.0 → 2.7.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.
@@ -14,6 +14,22 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
+ /*!
18
+ * Copyright 2022 WPPConnect Team
19
+ *
20
+ * Licensed under the Apache License, Version 2.0 (the "License");
21
+ * you may not use this file except in compliance with the License.
22
+ * You may obtain a copy of the License at
23
+ *
24
+ * http://www.apache.org/licenses/LICENSE-2.0
25
+ *
26
+ * Unless required by applicable law or agreed to in writing, software
27
+ * distributed under the License is distributed on an "AS IS" BASIS,
28
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29
+ * See the License for the specific language governing permissions and
30
+ * limitations under the License.
31
+ */
32
+
17
33
  /*!
18
34
  * EventEmitter2
19
35
  * https://github.com/hij1nx/EventEmitter2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/wa-js",
3
- "version": "2.5.0",
3
+ "version": "2.7.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": {
@@ -44,17 +44,17 @@
44
44
  "@commitlint/prompt-cli": "^17.0.0",
45
45
  "@playwright/test": "^1.22.2",
46
46
  "@types/debug": "^4.1.7",
47
- "@types/node": "^14.18.20",
47
+ "@types/node": "^16.11.39",
48
48
  "@types/parse-data-url": "^3.0.0",
49
49
  "@types/prettier": "^2.6.3",
50
50
  "@types/shelljs": "^0.8.11",
51
- "@typescript-eslint/eslint-plugin": "^5.27.0",
52
- "@typescript-eslint/parser": "^5.27.0",
53
- "@wppconnect/wa-version": "^1.1.89",
51
+ "@typescript-eslint/eslint-plugin": "^5.28.0",
52
+ "@typescript-eslint/parser": "^5.28.0",
53
+ "@wppconnect/wa-version": "^1.1.94",
54
54
  "buffer": "^6.0.3",
55
55
  "conventional-changelog-cli": "^2.2.2",
56
56
  "debug": "^4.3.4",
57
- "eslint": "^8.16.0",
57
+ "eslint": "^8.17.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",
@@ -70,14 +70,14 @@
70
70
  "release-it": "^15.0.0",
71
71
  "shx": "^0.3.4",
72
72
  "ts-loader": "^9.3.0",
73
- "ts-morph": "^15.0.0",
74
- "ts-node": "^10.8.0",
75
- "typedoc": "^0.22.12",
73
+ "ts-morph": "^15.1.0",
74
+ "ts-node": "^10.8.1",
75
+ "typedoc": "^0.22.17",
76
76
  "typedoc-plugin-mdn-links": "^1.0.6",
77
77
  "typedoc-plugin-missing-exports": "^0.22.6",
78
- "typescript": "^4.7.2",
78
+ "typescript": "^4.7.3",
79
79
  "webpack": "^5.73.0",
80
- "webpack-cli": "^4.9.2"
80
+ "webpack-cli": "^4.10.0"
81
81
  },
82
82
  "engines": {
83
83
  "whatsapp-web": ">=2.2210.6-beta"