We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80032f1 commit 5a986c8Copy full SHA for 5a986c8
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - "8.4.2-SNAPSHOT"
+ - "8.4.3-SNAPSHOT"
4
5
NODE_JS_VERSION:
6
- 18
package.json
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
- "version": "8.4.0",
- "versionCanary": "8.4.0-canary.2",
+ "version": "8.4.3",
+ "versionCanary": "8.4.3-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
7
"types": "index.d.ts",
@@ -91,4 +91,4 @@
91
"coverage": false,
92
"check-coverage": false
93
}
94
-}
+}
0 commit comments