@wppconnect/server 2.9.0 → 2.10.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.
- package/CHANGELOG.md +2 -0
- package/Dockerfile +3 -3
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM node:22.
|
|
1
|
+
FROM node:22.22.2-alpine AS base
|
|
2
2
|
WORKDIR /usr/src/wpp-server
|
|
3
3
|
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
|
4
4
|
|
|
@@ -23,9 +23,9 @@ COPY .yarnrc.yml ./
|
|
|
23
23
|
COPY package.json ./
|
|
24
24
|
COPY yarn.lock ./
|
|
25
25
|
|
|
26
|
-
# Enable corepack and prepare yarn 4.
|
|
26
|
+
# Enable corepack and prepare yarn 4.14.1
|
|
27
27
|
RUN corepack enable && \
|
|
28
|
-
corepack prepare yarn@4.
|
|
28
|
+
corepack prepare yarn@4.14.1 --activate
|
|
29
29
|
|
|
30
30
|
# Install dependencies with immutable lockfile
|
|
31
31
|
RUN yarn install --immutable
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/server",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
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",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"test": "jest"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
|
-
"node": "22.
|
|
35
|
+
"node": "22.22.2"
|
|
36
36
|
},
|
|
37
|
-
"packageManager": "yarn@4.
|
|
37
|
+
"packageManager": "yarn@4.14.1",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aws-sdk/client-s3": "^3.
|
|
40
|
-
"@wppconnect-team/wppconnect": "^1.
|
|
39
|
+
"@aws-sdk/client-s3": "^3.1019.0",
|
|
40
|
+
"@wppconnect-team/wppconnect": "^2.1.0",
|
|
41
41
|
"archiver": "^7.0.1",
|
|
42
|
-
"axios": "^1.
|
|
42
|
+
"axios": "^1.14.0",
|
|
43
43
|
"bcrypt": "^6.0.0",
|
|
44
44
|
"buffer-to-stream": "1.0.0",
|
|
45
45
|
"cors": "^2.8.6",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
"@babel/eslint-plugin": "^7.27.1",
|
|
68
68
|
"@babel/node": "^7.29.0",
|
|
69
69
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
70
|
-
"@babel/preset-env": "^7.29.
|
|
70
|
+
"@babel/preset-env": "^7.29.2",
|
|
71
71
|
"@babel/preset-typescript": "^7.28.5",
|
|
72
|
-
"@babel/runtime": "^7.
|
|
73
|
-
"@commitlint/cli": "^20.
|
|
74
|
-
"@commitlint/config-conventional": "^20.
|
|
75
|
-
"@commitlint/cz-commitlint": "^20.
|
|
72
|
+
"@babel/runtime": "^7.29.2",
|
|
73
|
+
"@commitlint/cli": "^20.5.0",
|
|
74
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
75
|
+
"@commitlint/cz-commitlint": "^20.5.0",
|
|
76
76
|
"@types/archiver": "^7.0.0",
|
|
77
77
|
"@types/bcrypt": "^6.0.0",
|
|
78
78
|
"@types/cors": "^2.8.19",
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
"@types/merge-deep": "^3.0.3",
|
|
82
82
|
"@types/mime-types": "^3.0.1",
|
|
83
83
|
"@types/multer": "^1.4.13",
|
|
84
|
-
"@types/node": "^22.19.
|
|
84
|
+
"@types/node": "^22.19.15",
|
|
85
85
|
"@types/qrcode": "^1.5.6",
|
|
86
86
|
"@types/swagger-ui-express": "^4.1.8",
|
|
87
87
|
"@types/unzipper": "^0.10.11",
|
|
88
88
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
89
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
90
90
|
"commitizen": "^4.3.1",
|
|
91
91
|
"conventional-changelog-cli": "^5.0.0",
|
|
92
92
|
"crypto-js": "^4.2.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"release-it": "^19.2.4",
|
|
111
111
|
"rimraf": "^6.1.3",
|
|
112
112
|
"shx": "^0.4.0",
|
|
113
|
-
"swagger-ui-dist": "^5.32.
|
|
113
|
+
"swagger-ui-dist": "^5.32.1",
|
|
114
114
|
"ts-jest": "^29.4.6",
|
|
115
115
|
"ts-loader": "^9.5.4",
|
|
116
116
|
"tsx": "^4.21.0",
|