@companieshouse/node-session-handler
Advanced tools
Comparing version 4.1.5 to 4.1.6
@@ -60,3 +60,3 @@ "use strict"; | ||
} | ||
Logger_1.loggerInstance().error(`Session loading failed from cookie ${sessionCookie} due to error: ${sessionLoadingError}`); | ||
Logger_1.loggerInstance().info(`Session loading failed from cookie ${sessionCookie} due to error: ${sessionLoadingError}`); | ||
return undefined; | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "@companieshouse/node-session-handler", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"description": "Node.js session handler for Companies House", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
54228