braid-blob 0.0.43 → 0.0.44

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -457,7 +457,7 @@ function create_braid_blob() {
457
457
 
458
458
  function handle_error(e) {
459
459
  if (options.signal?.aborted) return
460
- console.log(`disconnected, retrying in 1 second`)
460
+ console.log(`disconnected from ${b.href}, retrying in 1 second`)
461
461
  setTimeout(connect, 1000)
462
462
  }
463
463
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-blob",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "description": "Library for collaborative blobs over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-blob",