@onedevil405/baileys 1.7.2 → 1.7.3

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,10 @@ Ein **angepasster Fork** von Baileys – ein schnelles, stabiles Node.js WhatsAp
17
17
  npm install @onedevil405/baileys
18
18
  # oder
19
19
  yarn add @onedevil405/baileys
20
-
20
+ ```
21
21
 
22
22
  Schnellstart
23
+ ```bash
23
24
 
24
25
 
25
26
  import makeWASocket from '@onedevil405/baileys';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onedevil405/baileys",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "type": "module",
5
5
  "description": "WebSocket Bibliothek für Whatsapp Automatisierungen",
6
6
  "keywords": ["whatsapp", "automation", "baileys"],