Skip to content

Commit

Permalink
support ES 7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cigolpl committed Jun 8, 2021
1 parent 1562606 commit 87bd550
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 31 deletions.
42 changes: 13 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticitems",
"version": "2.0.14",
"version": "2.0.15",
"description": "Faceted search client on top of Elasticsearch 7.x",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/itemsapi/elasticitems#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"@elastic/elasticsearch": "^7.13.0",
"bluebird": "^3.7.2",
"bodybuilder": "^2.2.25",
"lodash": "^4.17.20"
Expand Down

0 comments on commit 87bd550

Please sign in to comment.