@gtchakama/wa-tui 1.0.1 → 1.4.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,6 @@ Incoming messages play a short sound when you are **not** viewing that chat. Def
53
53
  | `npm start` | Run the TUI |
54
54
  | `npm run start:resize` | Run with `WA_TUI_RESIZE=1` |
55
55
 
56
-
57
56
  ## Disclaimer
58
57
 
59
58
  WhatsApp’s terms of service apply to any client you use. This project is an unofficial interface; use it at your own risk.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtchakama/wa-tui",
3
- "version": "1.0.1",
3
+ "version": "1.4.0",
4
4
  "description": "Terminal UI for WhatsApp Web (blessed + whatsapp-web.js)",
5
5
  "main": "src/index.js",
6
6
  "bin": {