@wppconnect/server 2.10.10 → 2.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [2.10.11](https://github.com/wppconnect-team/wppconnect-server/compare/v2.10.10...v2.10.11) (2026-08-29)
2
+
1
3
  ## [2.10.10](https://github.com/wppconnect-team/wppconnect-server/compare/v2.10.9...v2.10.10) (2026-08-27)
2
4
 
3
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/server",
3
- "version": "2.10.10",
3
+ "version": "2.10.11",
4
4
  "description": "Projeto feito para autenticar a automomacao do WhatsappWeb com multi-clientes de forma dinamica. Backend feito em Nodejs(express, socketio), FrontEnd (ReactJS)",
5
5
  "main": "dist/index.js",
6
6
  "author": "kingaspx",
@@ -87,7 +87,7 @@
87
87
  "@types/unzipper": "^0.10.11",
88
88
  "@typescript-eslint/eslint-plugin": "^7.18.0",
89
89
  "@typescript-eslint/parser": "^8.57.2",
90
- "commitizen": "^4.3.1",
90
+ "commitizen": "^4.3.2",
91
91
  "conventional-changelog-cli": "^5.0.0",
92
92
  "crypto-js": "^4.2.0",
93
93
  "eslint": "^8.57.1",