@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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.1.4 (2022-01-21)
2
+
3
+
4
+
1
5
  ## 1.1.3 (2021-07-15)
2
6
 
3
7
 
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
- [![Discord](https://img.shields.io/discord/844351092758413353?color=blueviolet&label=Discord&logo=discord&style=flat)](https://discord.gg/zufsDRjxUQ)
11
+ [![Discord](https://img.shields.io/discord/844351092758413353?color=blueviolet&label=Discord&logo=discord&style=flat)](https://discord.gg/JU5JGGKGNG)
12
12
  [![Telegram Group](https://img.shields.io/badge/Telegram-Group-32AFED?logo=telegram)](https://t.me/wppconnect)
13
13
  [![WhatsApp Group](https://img.shields.io/badge/WhatsApp-Group-25D366?logo=whatsapp)](https://chat.whatsapp.com/C1ChjyShl5cA7KvmtecF3L)
14
14
  [![YouTube](https://img.shields.io/youtube/channel/subscribers/UCD7J9LG08PmGQrF5IS7Yv9A?label=YouTube)](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",
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": "^12.1.4",
45
- "@commitlint/config-conventional": "^12.1.4",
46
- "@commitlint/cz-commitlint": "^12.1.4",
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": "^7.28.0",
51
+ "eslint": "^8.0.0",
52
52
  "eslint-config-prettier": "^8.3.0",
53
- "eslint-plugin-prettier": "^3.4.0",
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",