@massalabs/gossip-sdk 0.0.2-dev.20260224143454 → 0.0.2-dev.20260225123954

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.
@@ -138,7 +138,8 @@ const config = new SessionConfig(
138
138
  60000, // max_incoming_message_future_millis (1 minute)
139
139
  604800000, // max_session_inactivity_millis (1 week)
140
140
  86400000, // keep_alive_interval_millis (1 day)
141
- 10000 // max_session_lag_length
141
+ 10000, // max_session_lag_length
142
+ 8 // max_keep_alive_peer_lag_length
142
143
  );
143
144
  ```
144
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massalabs/gossip-sdk",
3
- "version": "0.0.2-dev.20260224143454",
3
+ "version": "0.0.2-dev.20260225123954",
4
4
  "description": "Gossip SDK for automation, chatbot, and integration use cases",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",