@myndzi/app-framework
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -138,3 +138,7 @@ 'use strict'; | ||
doc: 'Types of loggers to use', | ||
format: ['file', 'screen', 'syslog', 'ringbuffer'], | ||
format: function (val) { | ||
return Array.isArray(val) && val.reduce(function (acc, cur) { | ||
return acc && typeof cur === 'string'; | ||
}, true); | ||
}, | ||
default: ['screen'] | ||
@@ -141,0 +145,0 @@ } |
{ | ||
"name": "@myndzi/app-framework", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Config and logging framework for Node.js applications", | ||
@@ -20,3 +20,3 @@ "main": "./lib/index.js", | ||
"bunyan-screenlogger": "^1.0.2", | ||
"convict": "^1.5.0", | ||
"convict": "^5.0.0", | ||
"express": "^4.17.0", | ||
@@ -23,0 +23,0 @@ "extend": "^3.0.2", |
42843
793
+ Addedcamelcase@5.3.1(transitive)
+ Addedconvict@5.2.1(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addedjson5@2.1.0(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedmoment@2.24.0(transitive)
+ Addedobject-inspect@1.13.4(transitive)
+ Addedvalidator@11.1.0(transitive)
+ Addedyargs-parser@13.1.2(transitive)
- Removedconvict@1.5.0(transitive)
- Removeddepd@1.1.0(transitive)
- Removedesprima@1.0.4(transitive)
- Removedjson5@0.5.0(transitive)
- Removedlodash@4.16.2(transitive)
- Removedminimist@1.2.0(transitive)
- Removedmoment@2.12.0(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedredeyed@0.4.4(transitive)
- Removedthrough@2.3.8(transitive)
- Removedvalidator@4.6.1(transitive)
- Removedvarify@0.1.1(transitive)
Updatedconvict@^5.0.0