@peopl-health/nexus 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.
@@ -39,7 +39,7 @@ class NexusMessaging {
39
39
  // Message batching
40
40
  this.pendingResponses = new Map();
41
41
  this.batchingConfig = {
42
- enabled: config.messageBatching?.enabled ?? true,
42
+ enabled: config.messageBatching?.enabled ?? false,
43
43
  baseWaitTime: config.messageBatching?.baseWaitTime ?? 15000,
44
44
  randomVariation: config.messageBatching?.randomVariation ?? 5000
45
45
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peopl-health/nexus",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Core messaging and assistant library for WhatsApp communication platforms",
5
5
  "keywords": [
6
6
  "whatsapp",