talkyzap-wapp-api 1.0.13 → 1.0.14

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.
@@ -105,4 +105,4 @@
105
105
 
106
106
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
107
107
 
108
- /*! wppconnect-team/wa-js v1.0.13 */
108
+ /*! wppconnect-team/wa-js v1.0.14 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "talkyzap-wapp-api",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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.8.0",
46
- "@commitlint/config-conventional": "^19.8.0",
47
- "@commitlint/prompt-cli": "^19.8.0",
48
- "@playwright/test": "^1.51.1",
45
+ "@commitlint/cli": "^19.8.1",
46
+ "@commitlint/config-conventional": "^19.8.1",
47
+ "@commitlint/prompt-cli": "^19.8.1",
48
+ "@playwright/test": "^1.52.0",
49
49
  "@types/debug": "^4.1.12",
50
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
- "@types/shelljs": "^0.8.15",
54
+ "@types/shelljs": "^0.8.16",
55
55
  "@typescript-eslint/eslint-plugin": "^7.18.0",
56
56
  "@typescript-eslint/parser": "^7.18.0",
57
- "@wppconnect/wa-version": "^1.5.1396",
57
+ "@wppconnect/wa-version": "^1.5.1562",
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.0",
63
+ "debug": "^4.4.1",
64
64
  "eslint": "^8.57.1",
65
- "eslint-config-prettier": "^10.1.2",
65
+ "eslint-config-prettier": "^10.1.5",
66
66
  "eslint-plugin-header": "^3.1.1",
67
67
  "eslint-plugin-import": "^2.31.0",
68
- "eslint-plugin-prettier": "^5.2.6",
68
+ "eslint-plugin-prettier": "^5.4.0",
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.5.0",
73
+ "lint-staged": "^15.5.2",
74
74
  "node-fetch": "^2.7.0",
75
75
  "parse-data-url": "^6.0.0",
76
- "playwright-chromium": "^1.51.1",
76
+ "playwright-chromium": "^1.52.0",
77
77
  "prettier": "^3.5.3",
78
- "release-it": "^18.1.2",
78
+ "release-it": "^19.0.2",
79
79
  "shx": "^0.4.0",
80
80
  "terser-webpack-plugin": "^5.3.14",
81
81
  "ts-loader": "^9.5.2",
82
82
  "ts-morph": "^25.0.1",
83
83
  "ts-node": "^10.9.2",
84
- "typedoc": "^0.28.1",
85
- "typedoc-plugin-mdn-links": "^4.0.15",
84
+ "typedoc": "^0.28.4",
85
+ "typedoc-plugin-mdn-links": "^5.0.2",
86
86
  "typedoc-plugin-missing-exports": "^3.1.0",
87
87
  "typescript": "^5.8.3",
88
88
  "typescript-debounce-decorator": "^0.0.18",
89
- "webpack": "^5.99.6",
89
+ "webpack": "^5.99.8",
90
90
  "webpack-cli": "^5.1.4"
91
91
  },
92
92
  "engines": {