ldn-inbox-server
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -14,3 +14,3 @@ const fs = require('fs'); | ||
async function defaultInboxHandler({path,options}) { | ||
logger.info(`[${path}]`); | ||
logger.debug(`[${path}]`); | ||
@@ -17,0 +17,0 @@ const queue_size = options['queue_size'] ?? 'auto'; |
{ | ||
"name": "ldn-inbox-server", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "A demonstration Event Notifications Inbox server", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
65771