http-aws-es
Advanced tools
Comparing version 4.0.0 to 6.0.0
@@ -0,1 +1,7 @@ | ||
## 6.0.0 | ||
* Upgrade elasticsearch-js to 15.x | ||
## 5.0.0 | ||
* Depends on Elasticsearch-js 14.2.0 instead of 13.2.0 [#49][49] | ||
### 4.0.0 | ||
@@ -36,1 +42,2 @@ * Use AWS XHRClient in browser. [#42][42] | ||
[35]: https://github.com/TheDeveloper/http-aws-es/issues/35 | ||
[42]: https://github.com/TheDeveloper/http-aws-es/issues/42 |
{ | ||
"name": "http-aws-es", | ||
"version": "4.0.0", | ||
"version": "6.0.0", | ||
"description": "Use the elasticsearch-js client with Amazon ES", | ||
@@ -22,3 +22,3 @@ "repository": "https://github.com/TheDeveloper/http-aws-es", | ||
"aws-sdk": "^2.138.0", | ||
"elasticsearch": "^13.2.0" | ||
"elasticsearch": "^15.0.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "devDependencies": { | ||
"chai": "^4.1.2", | ||
"elasticsearch": "^13.3.1", | ||
"elasticsearch": "^15.0.0", | ||
"eslint": "^4.9.0", | ||
@@ -32,0 +32,0 @@ "express": "^4.16.2", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16322
0