es-alchemy
Advanced tools
Comparing version 8.3.0 to 8.3.1
@@ -104,3 +104,5 @@ "use strict"; | ||
esResult.body.hits.hits.forEach(r => { | ||
// eslint-disable-next-line no-underscore-dangle | ||
// eslint-disable-next-line no-underscore-dangle,no-param-reassign | ||
r._source._id = get(r, ['_source', '_id'], r._id); // eslint-disable-next-line no-underscore-dangle | ||
rewriterRemap(r._source); // eslint-disable-next-line no-underscore-dangle | ||
@@ -107,0 +109,0 @@ |
{ | ||
"name": "es-alchemy", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "Simplification of Elasticsearch interactions", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"@babel/cli": "7.14.5", | ||
"@babel/core": "7.14.5", | ||
"@babel/core": "7.14.6", | ||
"@babel/register": "7.14.5", | ||
@@ -53,3 +53,3 @@ "@blackflux/eslint-plugin-rules": "2.0.3", | ||
"coveralls": "3.1.0", | ||
"deep-equal-in-any-order": "1.1.7", | ||
"deep-equal-in-any-order": "1.1.8", | ||
"eslint": "7.28.0", | ||
@@ -66,3 +66,3 @@ "eslint-config-airbnb-base": "14.2.1", | ||
"request-promise-native": "1.0.9", | ||
"semantic-release": "17.4.3", | ||
"semantic-release": "17.4.4", | ||
"uuid": "8.3.2" | ||
@@ -69,0 +69,0 @@ }, |
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
71881
1625