@multi-agent-protocol/sdk 0.0.10 → 0.0.11

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/dist/testing.cjs CHANGED
@@ -1550,7 +1550,7 @@ var TestServer = class {
1550
1550
  this.emitEvent({
1551
1551
  type: EVENT_TYPES.MESSAGE_SENT,
1552
1552
  source: senderId,
1553
- data: { messageId, to: params.to }
1553
+ data: { messageId, to: params.to, message }
1554
1554
  });
1555
1555
  return buildSendResponse(messageId, delivered);
1556
1556
  }