whatsapp-pi 1.0.33 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-pi",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "type": "module",
5
5
  "description": "WhatsApp integration extension for Pi",
6
6
  "main": "whatsapp-pi.ts",
@@ -120,7 +120,7 @@ export class WhatsAppService {
120
120
  if (qr) {
121
121
  this.sessionManager.setStatus('pairing');
122
122
  this.onQRCode?.(qr);
123
- this.onStatusUpdate?.('| WhatsApp: Pairing...');
123
+ this.onStatusUpdate?.('| WhatsApp: type /whatsapp...');
124
124
  }
125
125
 
126
126
  if (connection === 'close') {