es-alchemy
Advanced tools
Comparing version 8.2.15 to 8.3.0
@@ -114,2 +114,20 @@ "use strict"; | ||
}), | ||
prefix: (l, r) => ({ | ||
prefix: { | ||
[l]: { | ||
value: r | ||
} | ||
} | ||
}), | ||
notprefix: (l, r) => ({ | ||
bool: { | ||
must_not: { | ||
prefix: { | ||
[l]: { | ||
value: r | ||
} | ||
} | ||
} | ||
} | ||
}), | ||
search: (l, r) => ({ | ||
@@ -116,0 +134,0 @@ bool: { |
{ | ||
"name": "es-alchemy", | ||
"version": "8.2.15", | ||
"version": "8.3.0", | ||
"description": "Simplification of Elasticsearch interactions", | ||
@@ -43,5 +43,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.14.3", | ||
"@babel/core": "7.14.3", | ||
"@babel/register": "7.13.16", | ||
"@babel/cli": "7.14.5", | ||
"@babel/core": "7.14.5", | ||
"@babel/register": "7.14.5", | ||
"@blackflux/eslint-plugin-rules": "2.0.3", | ||
@@ -48,0 +48,0 @@ "@blackflux/robo-config-plugin": "5.1.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
71758
1624