@deathnaitsa/wa-api 1.0.14 → 1.0.15

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/package.json +1 -1
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deathnaitsa/wa-api",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Multi Session Whatsapp Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -7,7 +7,7 @@ Leichte Bibliothek zur Verwaltung mehrerer WhatsApp-Sessions – mit einer zentr
7
7
  ## 📑 Inhaltsverzeichnis
8
8
 
9
9
  1. [Kurzübersicht](#kurzübersicht)
10
- 2. [Installation & Setup](#installation--setup)
10
+ 2. [Installation und Setup](#installation-und-setup)
11
11
  3. [Session Management](#session-management)
12
12
  4. [Nachrichten senden (`sendMessage`)](#nachrichten-senden-sendmessage)
13
13
  5. [Low-Level Relay (`relayMessage`)](#low-level-relay-relaymessage)
@@ -29,7 +29,7 @@ Leichte Bibliothek zur Verwaltung mehrerer WhatsApp-Sessions – mit einer zentr
29
29
 
30
30
  ---
31
31
 
32
- ## 📦 Installation & Setup
32
+ ## Installation und Setup
33
33
 
34
34
  ```bash
35
35
  npm install @deathnaitsa/wa-api@latest
@@ -47,7 +47,7 @@ import * as wa from '@deathnaitsa/wa-api';
47
47
 
48
48
  ---
49
49
 
50
- ## 🔑 Session Management
50
+ ## Session Management
51
51
 
52
52
  | Funktion | Beschreibung |
53
53
  | ----------------------------------------------------- | ------------------------------------------------- |