@massalabs/gossip-sdk 0.0.2-dev.20260403130944 → 0.0.2-dev.20260403131806

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -230,7 +230,7 @@ sdk.on(SdkEventType.MESSAGE_RECEIVED, message => { ... });
230
230
  sdk.on(SdkEventType.MESSAGE_SENT, message => { ... });
231
231
 
232
232
  // Discussion events
233
- sdk.on(SdkEventType.SESSION_REQUESTED, (discussion, contact) => { ... });
233
+ sdk.on(SdkEventType.SESSION_REQUESTED, (contact) => { ... });
234
234
 
235
235
  // Error handling
236
236
  sdk.on(SdkEventType.ERROR, (error, context) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massalabs/gossip-sdk",
3
- "version": "0.0.2-dev.20260403130944",
3
+ "version": "0.0.2-dev.20260403131806",
4
4
  "description": "Gossip SDK for automation, chatbot, and integration use cases",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",