@wppconnect/server 2.4.2 → 2.4.3
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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 2.4.3 (2024-04-25)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update dependency @wppconnect-team/wppconnect to ^1.30.2 ([#1826](https://github.com/wppconnect-team/wppconnect-server/issues/1826)) ([6fed8ae](https://github.com/wppconnect-team/wppconnect-server/commit/6fed8aeb2f09ca62e151f7bc8e65c5950dbfcf64))
|
|
6
|
+
|
|
1
7
|
## 2.4.2 (2024-03-28)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ npm install
|
|
|
75
75
|
## Install puppeteer dependencies:
|
|
76
76
|
|
|
77
77
|
```sh
|
|
78
|
-
sudo apt-get install -y libxshmfence-dev libgbm-dev wget unzip fontconfig locales gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils
|
|
78
|
+
sudo apt-get install -y libxshmfence-dev libgbm-dev wget unzip fontconfig locales gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils libvips-dev
|
|
79
79
|
|
|
80
80
|
```
|
|
81
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/server",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
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",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"test": "jest"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/client-s3": "^3.
|
|
32
|
-
"@wppconnect-team/wppconnect": "^1.30.
|
|
31
|
+
"@aws-sdk/client-s3": "^3.556.0",
|
|
32
|
+
"@wppconnect-team/wppconnect": "^1.30.2",
|
|
33
33
|
"archiver": "^7.0.1",
|
|
34
34
|
"axios": "^1.6.8",
|
|
35
35
|
"bcrypt": "^5.1.1",
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"socket.io": "^4.7.5",
|
|
49
49
|
"swagger-autogen": "^2.23.7",
|
|
50
50
|
"swagger-ui-express": "^5.0.0",
|
|
51
|
-
"unzipper": "^0.
|
|
51
|
+
"unzipper": "^0.11.4",
|
|
52
52
|
"winston": "^3.13.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/cli": "^7.24.1",
|
|
56
|
-
"@babel/core": "^7.24.
|
|
56
|
+
"@babel/core": "^7.24.4",
|
|
57
57
|
"@babel/eslint-parser": "^7.24.1",
|
|
58
58
|
"@babel/eslint-plugin": "^7.23.5",
|
|
59
59
|
"@babel/node": "^7.23.9",
|
|
60
60
|
"@babel/plugin-transform-runtime": "^7.24.3",
|
|
61
|
-
"@babel/preset-env": "^7.24.
|
|
61
|
+
"@babel/preset-env": "^7.24.4",
|
|
62
62
|
"@babel/preset-typescript": "^7.24.1",
|
|
63
|
-
"@commitlint/cli": "^19.2.
|
|
64
|
-
"@commitlint/config-conventional": "^19.
|
|
63
|
+
"@commitlint/cli": "^19.2.2",
|
|
64
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
65
65
|
"@commitlint/cz-commitlint": "^19.2.0",
|
|
66
66
|
"@types/archiver": "^6.0.2",
|
|
67
67
|
"@types/bcrypt": "^5.0.2",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"@types/merge-deep": "^3.0.3",
|
|
72
72
|
"@types/mime-types": "^2.1.4",
|
|
73
73
|
"@types/multer": "^1.4.11",
|
|
74
|
-
"@types/node": "^20.
|
|
74
|
+
"@types/node": "^20.12.7",
|
|
75
75
|
"@types/qrcode": "^1.5.5",
|
|
76
76
|
"@types/swagger-ui-express": "^4.1.6",
|
|
77
77
|
"@types/unzipper": "^0.10.9",
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
79
79
|
"commitizen": "^4.3.0",
|
|
80
80
|
"conventional-changelog-cli": "^4.1.0",
|
|
81
81
|
"crypto-js": "^4.2.0",
|
|
@@ -86,29 +86,29 @@
|
|
|
86
86
|
"eslint-plugin-n": "^16.6.2",
|
|
87
87
|
"eslint-plugin-prettier": "^4.2.1",
|
|
88
88
|
"eslint-plugin-promise": "^6.1.1",
|
|
89
|
-
"eslint-plugin-simple-import-sort": "^12.
|
|
89
|
+
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
90
90
|
"husky": "^9.0.11",
|
|
91
91
|
"jest": "^29.7.0",
|
|
92
92
|
"license-check-and-add": "^4.0.5",
|
|
93
|
-
"mongoose": "^8.2
|
|
93
|
+
"mongoose": "^8.3.2",
|
|
94
94
|
"nodemon": "^3.1.0",
|
|
95
95
|
"prettier": "^2.8.8",
|
|
96
96
|
"pretty-quick": "^4.0.0",
|
|
97
97
|
"prom-client": "^14.2.0",
|
|
98
98
|
"redis": "^4.6.13",
|
|
99
|
-
"release-it": "^17.
|
|
99
|
+
"release-it": "^17.2.0",
|
|
100
100
|
"rimraf": "^5.0.5",
|
|
101
101
|
"shx": "^0.3.4",
|
|
102
|
-
"swagger-ui-dist": "^5.
|
|
102
|
+
"swagger-ui-dist": "^5.16.2",
|
|
103
103
|
"ts-jest": "^29.1.2",
|
|
104
104
|
"ts-loader": "^9.5.1",
|
|
105
|
-
"tsx": "^4.7.
|
|
106
|
-
"typescript": "^5.4.
|
|
105
|
+
"tsx": "^4.7.2",
|
|
106
|
+
"typescript": "^5.4.5",
|
|
107
107
|
"webpack-cli": "^5.1.4"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"crypto-js": "^4.2.0",
|
|
111
|
-
"mongoose": "^8.2
|
|
111
|
+
"mongoose": "^8.3.2",
|
|
112
112
|
"redis": "^4.6.13"
|
|
113
113
|
}
|
|
114
114
|
}
|