version 2.2.0
This commit is contained in:
@ -34,7 +34,7 @@ bower install elasticsearch
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- v2.1.6: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.6.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.6.tar.gz)
|
- v2.2.0: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.2.0.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.2.0.tar.gz)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
||||||
|
|||||||
@ -14,7 +14,7 @@ bower install elasticsearch
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
=== Download
|
=== Download
|
||||||
* v2.1.6: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.6.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.6.tar.gz[tar.gz]
|
* v2.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.2.0.tar.gz[tar.gz]
|
||||||
|
|
||||||
|
|
||||||
=== Angular Build
|
=== Angular Build
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||||
"main": "src/elasticsearch.js",
|
"main": "src/elasticsearch.js",
|
||||||
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||||
"version": "2.1.6",
|
"version": "2.2.0",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||||
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user