Bump to 9.0.2 (#2843)

This commit is contained in:
Josh Mock
2025-05-20 18:08:27 +00:00
committed by GitHub
parent 29bf43e96e
commit ad7e1b922b
2 changed files with 8 additions and 2 deletions

View File

@ -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]

View File

@ -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",