braidfs 0.0.152 → 0.0.153

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 +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1128,11 +1128,12 @@ function sync_url(url) {
1128
1128
  //await sync_url.chain
1129
1129
  sync_url(url)
1130
1130
  },
1131
- on_disconnect: () => {
1131
+ on_disconnect: e => {
1132
1132
  // DEBUGGING HACK ID: L04LPFHQ1M -- INVESTIGATING DISCONNECTS
1133
1133
  do_investigating_disconnects_log(url, `sync.on_disconnect`)
1134
1134
  self.investigating_disconnects_thinks_connected = false
1135
1135
 
1136
+ console.log(`disconnected from ${url} with error: ${e}`)
1136
1137
  return reconnect_rate_limiter.on_diss(url)
1137
1138
  }
1138
1139
  })
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "braidfs",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
4
4
  "description": "braid technology synchronizing files and webpages",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braidfs",
7
7
  "homepage": "https://braid.org",
8
8
  "dependencies": {
9
9
  "braid-http": "~1.3.89",
10
- "braid-text": "~0.5.16",
10
+ "braid-text": "~0.5.18",
11
11
  "braid-blob": "~0.0.72",
12
12
  "chokidar": "^4.0.3",
13
13
  "undici": "^7.18.2"