@vielhuber/wahelper 1.7.9 → 1.8.1

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 +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,10 +101,7 @@ $wahelper->fetchMessages(
101
101
  );
102
102
 
103
103
  // view a single message by id
104
- $wahelper->viewMessage(
105
- device: 'xxxxxxxxxxxx',
106
- id: 'ABCDEF1234567890'
107
- );
104
+ $wahelper->viewMessage(device: 'xxxxxxxxxxxx', id: 'ABCDEF1234567890');
108
105
 
109
106
  // send message to user
110
107
  $wahelper->sendUser(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vielhuber/wahelper",
3
- "version": "1.7.9",
3
+ "version": "1.8.1",
4
4
  "description": "Lightweight whatsapp integration layer.",
5
5
  "main": "wahelper.js",
6
6
  "files": [