@wppconnect/server-cli 1.3.9 → 1.3.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.
- package/CHANGELOG.md +13 -0
- package/Dockerfile +3 -2
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 1.3.11 (2024-03-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## 1.3.10 (2024-01-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** update dependency @wppconnect/server to ^2.4.0 ([#572](https://github.com/wppconnect-team/server-cli/issues/572)) ([584e084](https://github.com/wppconnect-team/server-cli/commit/584e0846c2fb13782647afa057a196f3752de366))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
## 1.3.9 (2024-01-26)
|
|
2
15
|
|
|
3
16
|
|
package/Dockerfile
CHANGED
|
@@ -2,8 +2,9 @@ FROM node:18-alpine as base
|
|
|
2
2
|
WORKDIR /usr/src/server-cli
|
|
3
3
|
ENV NODE_ENV=production PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
|
4
4
|
COPY package.json yarn.lock ./
|
|
5
|
-
RUN yarn install --production --pure-lockfile
|
|
6
|
-
|
|
5
|
+
RUN yarn install --production --pure-lockfile
|
|
6
|
+
RUN yarn add sharp --ignore-engines
|
|
7
|
+
RUN yarn cache clean
|
|
7
8
|
|
|
8
9
|
FROM base as build
|
|
9
10
|
WORKDIR /usr/src/server-cli
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/server-cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
4
4
|
"description": "Servidor de WPPConnect com frontend para ser executado a partir de uma linha de comando",
|
|
5
5
|
"bin": {
|
|
6
6
|
"wppserver": "./bin/wppserver.js"
|
|
@@ -28,46 +28,46 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.
|
|
32
|
-
"@wppconnect/server": "^2.
|
|
33
|
-
"commander": "^
|
|
31
|
+
"@babel/runtime": "^7.24.0",
|
|
32
|
+
"@wppconnect/server": "^2.4.1",
|
|
33
|
+
"commander": "^12.0.0",
|
|
34
34
|
"merge-deep": "^3.0.3",
|
|
35
35
|
"prom-client": "^15.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@aws-sdk/client-s3": "^3.
|
|
39
|
-
"@babel/cli": "^7.23.
|
|
40
|
-
"@babel/core": "^7.
|
|
41
|
-
"@babel/eslint-parser": "^7.23.
|
|
38
|
+
"@aws-sdk/client-s3": "^3.537.0",
|
|
39
|
+
"@babel/cli": "^7.23.9",
|
|
40
|
+
"@babel/core": "^7.24.0",
|
|
41
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
42
42
|
"@babel/eslint-plugin": "^7.23.5",
|
|
43
|
-
"@babel/node": "^7.
|
|
44
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
45
|
-
"@babel/preset-env": "^7.
|
|
46
|
-
"@commitlint/cli": "^18.
|
|
47
|
-
"@commitlint/config-conventional": "^18.
|
|
48
|
-
"@commitlint/cz-commitlint": "^18.
|
|
43
|
+
"@babel/node": "^7.23.9",
|
|
44
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
45
|
+
"@babel/preset-env": "^7.24.0",
|
|
46
|
+
"@commitlint/cli": "^18.6.1",
|
|
47
|
+
"@commitlint/config-conventional": "^18.6.3",
|
|
48
|
+
"@commitlint/cz-commitlint": "^18.6.1",
|
|
49
49
|
"@wppconnect/frontend": "^1.0.3",
|
|
50
50
|
"commitizen": "^4.3.0",
|
|
51
51
|
"conventional-changelog-cli": "^4.1.0",
|
|
52
52
|
"cross-env": "^7.0.3",
|
|
53
53
|
"crypto-js": "^4.2.0",
|
|
54
|
-
"eslint": "^8.
|
|
54
|
+
"eslint": "^8.57.0",
|
|
55
55
|
"eslint-config-prettier": "^9.1.0",
|
|
56
56
|
"eslint-plugin-prettier": "^4.2.1",
|
|
57
57
|
"husky": "^8.0.3",
|
|
58
58
|
"license-check-and-add": "^4.0.5",
|
|
59
|
-
"mongoose": "^8.
|
|
59
|
+
"mongoose": "^8.2.3",
|
|
60
60
|
"nodemon": "^3.0.3",
|
|
61
61
|
"prettier": "^2.8.8",
|
|
62
|
-
"pretty-quick": "^3.1
|
|
63
|
-
"redis": "^4.6.
|
|
64
|
-
"release-it": "^
|
|
62
|
+
"pretty-quick": "^3.3.1",
|
|
63
|
+
"redis": "^4.6.13",
|
|
64
|
+
"release-it": "^17.0.5",
|
|
65
65
|
"rimraf": "^5.0.5"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"aws-sdk": "^2.
|
|
68
|
+
"aws-sdk": "^2.1579.0",
|
|
69
69
|
"crypto-js": "^4.2.0",
|
|
70
|
-
"mongoose": "^8.
|
|
71
|
-
"redis": "^4.6.
|
|
70
|
+
"mongoose": "^8.2.3",
|
|
71
|
+
"redis": "^4.6.13"
|
|
72
72
|
}
|
|
73
73
|
}
|