@peopl-health/nexus 1.5.1 → 1.5.2

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.
@@ -332,6 +332,8 @@ class NexusMessaging {
332
332
 
333
333
  async handleMessageWithAssistant(messageData) {
334
334
  try {
335
+ console.log('MESSAGE DATA', messageData);
336
+
335
337
  const response = await replyAssistant(
336
338
  messageData.from,
337
339
  messageData.message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peopl-health/nexus",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Core messaging and assistant library for WhatsApp communication platforms",
5
5
  "publishConfig": {
6
6
  "access": "public"