version 10.1.0
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# elasticsearch.js 10.1.0-snapshot
|
# elasticsearch.js 10.1.0
|
||||||
|
|
||||||
The official low-level Elasticsearch client for Node.js and the browser.
|
The official low-level Elasticsearch client for Node.js and the browser.
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ bower install elasticsearch
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
=== Download
|
=== Download
|
||||||
* v10.1.0-snapshot: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.1.0-snapshot.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.1.0-snapshot.tar.gz[tar.gz]
|
* v10.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.1.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.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||||
"version": "10.1.0-snapshot",
|
"version": "10.1.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",
|
||||||
@ -103,4 +103,4 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8"
|
"node": ">=0.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user