Skip to content

Commit

Permalink
Merge pull request #33 from brozeph/v3.1.0
Browse files Browse the repository at this point in the history
updating to work with Elasticsearch 6.x (updated node-es dependency)
  • Loading branch information
brozeph committed Mar 6, 2019
2 parents 79b3588 + e921555 commit 7b426af
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 247 deletions.
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.1.0 - 03.05.2019

* Updated `es` dependency for Elasticsearch 6.x support

# v3.0.1 - 02.19.2019

* Adjusted module loader for simplicity
Expand Down
46 changes: 14 additions & 32 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
Expand Up @@ -2,7 +2,7 @@
"name": "reindeer",
"description": "Provides schema enforcement based on Elasticsearch type mappings",
"main": "./dist",
"version": "3.0.1",
"version": "3.1.0",
"author": "Joshua Thomas (https://github.com/brozeph)",
"contributors": [
"Robin Momii (https://github.com/rmomii)"
Expand Down Expand Up @@ -70,6 +70,6 @@
},
"dependencies": {
"@babel/runtime-corejs2": "^7.3.1",
"es": "^0.6.0"
"es": "^0.7.1"
}
}
Loading

0 comments on commit 7b426af

Please sign in to comment.