braidfs 0.0.118 → 0.0.119

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
@@ -819,7 +819,7 @@ async function sync_url(url) {
819
819
  if (freed || closed) return
820
820
 
821
821
  console.log(`sending to ${url}`)
822
- // console.log(JSON.stringify(stuff, null, 4).slice(0, 1000))
822
+ console.log(JSON.stringify(stuff, null, 4).slice(0, 1000))
823
823
 
824
824
  var r = await my_fetch({ method: "PUT", ...stuff })
825
825
  if (freed || closed) return
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braidfs",
3
- "version": "0.0.118",
3
+ "version": "0.0.119",
4
4
  "description": "braid technology synchronizing files and webpages",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braidfs",