braidfs 0.0.111 → 0.0.112

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
@@ -299,7 +299,7 @@ async function watch_files() {
299
299
  on('unlink', x => chokidar_handler(x, 'unlink'))
300
300
 
301
301
  async function chokidar_handler(fullpath, event) {
302
- console.log(`file event "${event}": ${fullpath}`)
302
+ // console.log(`file event "${event}": ${fullpath}`)
303
303
 
304
304
  // Make sure the path is within sync_base..
305
305
  if (!fullpath.startsWith(sync_base))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braidfs",
3
- "version": "0.0.111",
3
+ "version": "0.0.112",
4
4
  "description": "braid technology synchronizing files and webpages",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braidfs",