braid-text 0.3.19 → 0.3.20

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.
@@ -136,6 +136,7 @@ function simpleton_client(url, {
136
136
  braid_fetch(url, {
137
137
  peer,
138
138
  subscribe: true,
139
+ heartbeats: 20,
139
140
  signal: ac.signal,
140
141
  retry: () => true,
141
142
  parents: () => client_version.length ? client_version : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-text",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "Library for collaborative text over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-text",