@cheevr/database
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -78,2 +78,3 @@ const _ = require('lodash'); | ||
_setLogging() { | ||
// TODO database logs don't have any information about which instance they belong to. messages should probably be wrapped. | ||
let log = this._log = Logger[this._opts.logger]; | ||
@@ -80,0 +81,0 @@ if (log) { |
{ | ||
"name": "@cheevr/database", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A database utililty to facilitate accessing Elasticsearch", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"@cheevr/logging": "^1", | ||
"elasticsearch": "^12", | ||
"elasticsearch": "^13", | ||
"lodash": "^4", | ||
@@ -43,0 +43,0 @@ "moment": "^2" |
Sorry, the diff of this file is not supported yet
1573
118500
+ Addedagentkeepalive@2.2.0(transitive)
+ Addedelasticsearch@13.3.1(transitive)
+ Addedlodash@2.4.2(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedlodash.isempty@4.4.0(transitive)
+ Addedlodash.trimend@4.5.1(transitive)
- Removedasap@2.0.6(transitive)
- Removedelasticsearch@12.1.3(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedpromise@7.3.1(transitive)
Updatedelasticsearch@^13