es-alchemy
Advanced tools
Comparing version 7.0.4 to 7.0.5
{ | ||
"name": "es-alchemy", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Simplification of Elasticsearch interactions", | ||
@@ -43,17 +43,17 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.12.10", | ||
"@babel/core": "7.12.10", | ||
"@babel/register": "7.12.10", | ||
"@babel/cli": "7.12.16", | ||
"@babel/core": "7.12.16", | ||
"@babel/register": "7.12.13", | ||
"@blackflux/eslint-plugin-rules": "1.3.45", | ||
"@blackflux/robo-config-plugin": "4.0.4", | ||
"@blackflux/robo-config-plugin": "4.1.0", | ||
"babel-eslint": "10.1.0", | ||
"babel-preset-latest-node": "5.4.0", | ||
"chai": "4.2.0", | ||
"chai": "4.3.0", | ||
"coveralls": "3.1.0", | ||
"deep-equal-in-any-order": "1.0.28", | ||
"eslint": "7.19.0", | ||
"eslint": "7.20.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-json": "2.1.2", | ||
"eslint-plugin-markdown": "1.0.2", | ||
"eslint-plugin-markdown": "2.0.0", | ||
"eslint-plugin-mocha": "8.0.0", | ||
@@ -65,3 +65,3 @@ "js-gardener": "2.0.184", | ||
"request-promise-native": "1.0.9", | ||
"semantic-release": "17.3.7", | ||
"semantic-release": "17.3.9", | ||
"uuid": "8.3.2" | ||
@@ -68,0 +68,0 @@ }, |
@@ -195,3 +195,2 @@ # ESAlchemy | ||
<!-- eslint-disable no-undef --> | ||
```js | ||
@@ -226,3 +225,2 @@ Promise.all(esa.index.list().map((idx) => esa.rest.mapping.recreate(idx))) | ||
<!-- eslint-disable no-undef --> | ||
```js | ||
@@ -342,3 +340,2 @@ sourceObject = {/* ... */}; | ||
if (response.elapsedTime > 500) { | ||
// eslint-disable-next-line no-undef | ||
logger.warning(`Query time ${request.index}\n${JSON.stringify(request.body)}`); | ||
@@ -345,0 +342,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
70556
435