es-alchemy
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -24,3 +24,5 @@ "use strict"; | ||
filterNew._source = [...new Set(filterNew._source)].sort(); | ||
filterNew._source = [...new Set(filterNew._source)].sort(); // eslint-disable-next-line no-underscore-dangle | ||
filterNew._source = filterNew._source.filter(f => f !== '_id'); | ||
return filterNew; | ||
@@ -106,3 +108,3 @@ })(), | ||
// 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 | ||
r._source._id = r._id; // eslint-disable-next-line no-underscore-dangle | ||
@@ -109,0 +111,0 @@ rewriterRemap(r._source); // eslint-disable-next-line no-underscore-dangle |
{ | ||
"name": "es-alchemy", | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"description": "Simplification of Elasticsearch interactions", | ||
@@ -53,3 +53,3 @@ "main": "lib/index.js", | ||
"deep-equal-in-any-order": "1.1.8", | ||
"eslint": "7.28.0", | ||
"eslint": "7.29.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
@@ -56,0 +56,0 @@ "eslint-plugin-import": "2.23.4", |
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
71971
1626