es-alchemy
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "es-alchemy", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Simplification of Elasticsearch interactions", | ||
@@ -37,5 +37,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.2.3", | ||
"@babel/core": "7.4.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.0", | ||
"@babel/cli": "7.4.3", | ||
"@babel/core": "7.4.3", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.3", | ||
"@babel/plugin-transform-flow-comments": "7.4.0", | ||
@@ -48,3 +48,3 @@ "@babel/preset-flow": "7.0.0", | ||
"deep-equal-in-any-order": "1.0.13", | ||
"eslint": "5.15.3", | ||
"eslint": "5.16.0", | ||
"js-gardener": "1.38.2", | ||
@@ -51,0 +51,0 @@ "nyc": "13.3.0", |
@@ -244,3 +244,4 @@ [![Build Status](https://circleci.com/gh/loopmediagroup/es-alchemy.png?style=shield)](https://circleci.com/gh/loopmediagroup/es-alchemy) | ||
effect when multiple clauses search the same relationship. When `separate` is used, all conditions need to be | ||
met on the same object. When union is used, they can be met on different objects in the relationship. | ||
met on the same object. When union is used, they can be met on different objects in the relationship. The `target` | ||
defaults to `separate`, which is what you want in most cases. | ||
@@ -247,0 +248,0 @@ `// todo: this section needs improvement` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146181
399