talkyzap-wapp-api 1.0.10 → 1.0.11

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.
@@ -72,6 +72,22 @@
72
72
  * limitations under the License.
73
73
  */
74
74
 
75
+ /*!
76
+ * Copyright 2025 WPPConnect Team
77
+ *
78
+ * Licensed under the Apache License, Version 2.0 (the "License");
79
+ * you may not use this file except in compliance with the License.
80
+ * You may obtain a copy of the License at
81
+ *
82
+ * http://www.apache.org/licenses/LICENSE-2.0
83
+ *
84
+ * Unless required by applicable law or agreed to in writing, software
85
+ * distributed under the License is distributed on an "AS IS" BASIS,
86
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
87
+ * See the License for the specific language governing permissions and
88
+ * limitations under the License.
89
+ */
90
+
75
91
  /*!
76
92
  * EventEmitter2
77
93
  * https://github.com/hij1nx/EventEmitter2
@@ -89,4 +105,4 @@
89
105
 
90
106
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
91
107
 
92
- /*! wppconnect-team/wa-js v1.0.10 */
108
+ /*! wppconnect-team/wa-js v1.0.11 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "talkyzap-wapp-api",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
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": {
@@ -42,51 +42,51 @@
42
42
  "watch": "webpack watch --devtool inline-source-map --mode development"
43
43
  },
44
44
  "devDependencies": {
45
- "@commitlint/cli": "^19.6.0",
46
- "@commitlint/config-conventional": "^19.6.0",
47
- "@commitlint/prompt-cli": "^19.6.0",
48
- "@playwright/test": "^1.49.0",
45
+ "@commitlint/cli": "^19.7.1",
46
+ "@commitlint/config-conventional": "^19.7.1",
47
+ "@commitlint/prompt-cli": "^19.7.1",
48
+ "@playwright/test": "^1.50.1",
49
49
  "@types/debug": "^4.1.12",
50
- "@types/node": "^16.18.120",
50
+ "@types/node": "^16.18.126",
51
51
  "@types/node-fetch": "^2.6.12",
52
52
  "@types/parse-data-url": "^3.0.2",
53
53
  "@types/prettier": "^3.0.0",
54
54
  "@types/shelljs": "^0.8.15",
55
55
  "@typescript-eslint/eslint-plugin": "^7.18.0",
56
56
  "@typescript-eslint/parser": "^7.18.0",
57
- "@wppconnect/wa-version": "^1.5.716",
57
+ "@wppconnect/wa-version": "^1.5.1142",
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.3.7",
63
+ "debug": "^4.4.0",
64
64
  "eslint": "^8.57.1",
65
- "eslint-config-prettier": "^9.1.0",
65
+ "eslint-config-prettier": "^10.0.2",
66
66
  "eslint-plugin-header": "^3.1.1",
67
67
  "eslint-plugin-import": "^2.31.0",
68
- "eslint-plugin-prettier": "^5.2.1",
68
+ "eslint-plugin-prettier": "^5.2.3",
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": "^15.2.10",
73
+ "lint-staged": "^15.4.3",
74
74
  "node-fetch": "^2.7.0",
75
75
  "parse-data-url": "^6.0.0",
76
- "playwright-chromium": "^1.49.0",
77
- "prettier": "^3.4.1",
78
- "release-it": "^17.10.0",
76
+ "playwright-chromium": "^1.50.1",
77
+ "prettier": "^3.5.3",
78
+ "release-it": "^18.1.2",
79
79
  "shx": "^0.3.4",
80
- "terser-webpack-plugin": "^5.3.10",
81
- "ts-loader": "^9.5.1",
82
- "ts-morph": "^24.0.0",
80
+ "terser-webpack-plugin": "^5.3.14",
81
+ "ts-loader": "^9.5.2",
82
+ "ts-morph": "^25.0.1",
83
83
  "ts-node": "^10.9.2",
84
- "typedoc": "^0.27.2",
85
- "typedoc-plugin-mdn-links": "^4.0.1",
84
+ "typedoc": "^0.27.9",
85
+ "typedoc-plugin-mdn-links": "^4.0.15",
86
86
  "typedoc-plugin-missing-exports": "^3.1.0",
87
- "typescript": "^5.7.2",
87
+ "typescript": "^5.7.3",
88
88
  "typescript-debounce-decorator": "^0.0.18",
89
- "webpack": "^5.96.1",
89
+ "webpack": "^5.98.0",
90
90
  "webpack-cli": "^5.1.4"
91
91
  },
92
92
  "engines": {