swarm-mail 1.2.0 → 1.2.1

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19176,7 +19176,7 @@ async function createSocketAdapter(options) {
19176
19176
  host: options.host,
19177
19177
  port: options.port,
19178
19178
  connect_timeout: options.timeout,
19179
- max: options.max ?? 10,
19179
+ max: options.max ?? 1,
19180
19180
  idle_timeout: 0,
19181
19181
  max_lifetime: null
19182
19182
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swarm-mail",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Event sourcing primitives for multi-agent coordination. Local-first, no external servers.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",