fix(core): update

This commit is contained in:
2018-11-07 11:38:53 +01:00
parent 44fccc252e
commit 4f1df305ed
7 changed files with 31 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/elasticlog",
"name": "@mojoio/elasticsearch",
"version": "1.0.16",
"private": false,
"description": "log to elasticsearch in a kibana compatible format",
@@ -24,8 +24,8 @@
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartlog-interfaces": "^2.0.1",
"@pushrocks/smartlog-interfaces": "^2.0.2",
"@types/elasticsearch": "^5.0.28",
"elasticsearch": "^15.2.0"
}
}
}