Bump to 9.0.2 (#2843)
This commit is contained in:
@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
|
|||||||
% ### Fixes [elasticsearch-javascript-client-next-fixes]
|
% ### Fixes [elasticsearch-javascript-client-next-fixes]
|
||||||
% \*
|
% \*
|
||||||
|
|
||||||
|
## 9.0.2
|
||||||
|
|
||||||
|
### Fixes [elasticsearch-javascript-client-9.0.2-fixes]
|
||||||
|
|
||||||
|
**Remove dangling references to `typesWithBodyKey`:** the `typesWithBodyKey.ts` file and `estypesWithBody` export were removed in 9.0.0 but were still being referenced in the `index.d.ts` file that declares TypeScript types. This reference has been removed.
|
||||||
|
|
||||||
## 9.0.1
|
## 9.0.1
|
||||||
|
|
||||||
### Fixes [elasticsearch-javascript-client-9.0.1-fixes]
|
### Fixes [elasticsearch-javascript-client-9.0.1-fixes]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@elastic/elasticsearch",
|
"name": "@elastic/elasticsearch",
|
||||||
"version": "9.0.1",
|
"version": "9.0.2",
|
||||||
"versionCanary": "9.0.1-canary.0",
|
"versionCanary": "9.0.2-canary.0",
|
||||||
"description": "The official Elasticsearch client for Node.js",
|
"description": "The official Elasticsearch client for Node.js",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user