braid-http 1.3.70 → 1.3.71

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.
@@ -340,7 +340,7 @@ async function braid_fetch (url, params = {}) {
340
340
  clearTimeout(timeout)
341
341
  let wait_seconds = 1.2 * heartbeats + 3
342
342
  timeout = setTimeout(() => {
343
- on_error(new Error(`heartbeat seen in ${wait_seconds.toFixed(2)}s`))
343
+ on_error(new Error(`heartbeat not seen in ${wait_seconds.toFixed(2)}s`))
344
344
  }, wait_seconds * 1000)
345
345
  }
346
346
  on_heartbeat()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.70",
3
+ "version": "1.3.71",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"