@wppconnect/server-cli 1.1.3 → 1.1.4
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 +4 -0
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Esse pacote facilita a utilização do servidor WPPConnect-server através de um
|
|
|
8
8
|
|
|
9
9
|
## Nossos canais online
|
|
10
10
|
|
|
11
|
-
[](https://discord.gg/
|
|
11
|
+
[](https://discord.gg/JU5JGGKGNG)
|
|
12
12
|
[](https://t.me/wppconnect)
|
|
13
13
|
[](https://chat.whatsapp.com/C1ChjyShl5cA7KvmtecF3L)
|
|
14
14
|
[](https://www.youtube.com/c/wppconnect)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/server-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
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"
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@babel/node": "^7.14.5",
|
|
42
42
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
43
43
|
"@babel/preset-env": "^7.14.5",
|
|
44
|
-
"@commitlint/cli": "^
|
|
45
|
-
"@commitlint/config-conventional": "^
|
|
46
|
-
"@commitlint/cz-commitlint": "^
|
|
44
|
+
"@commitlint/cli": "^16.0.2",
|
|
45
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
46
|
+
"@commitlint/cz-commitlint": "^16.1.0",
|
|
47
47
|
"@wppconnect/frontend": "^1.0.0",
|
|
48
48
|
"commitizen": "^4.2.4",
|
|
49
49
|
"conventional-changelog-cli": "^2.1.1",
|
|
50
50
|
"cross-env": "^7.0.3",
|
|
51
|
-
"eslint": "^
|
|
51
|
+
"eslint": "^8.0.0",
|
|
52
52
|
"eslint-config-prettier": "^8.3.0",
|
|
53
|
-
"eslint-plugin-prettier": "^
|
|
53
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
54
54
|
"husky": "^7.0.1",
|
|
55
55
|
"license-check-and-add": "^4.0.2",
|
|
56
56
|
"nodemon": "^2.0.7",
|