ldn-inbox-server
Advanced tools
Comparing version 1.6.4 to 1.6.5
@@ -53,3 +53,4 @@ const fs = require('fs'); | ||
ignored: /(^|[\/\\])\../, // ignore dotfiles | ||
persistent: true | ||
persistent: true, | ||
awaitWriteFinish: true | ||
}); | ||
@@ -56,0 +57,0 @@ |
{ | ||
"name": "ldn-inbox-server", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "A demonstration Event Notifications Inbox server", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
70093
1566