Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "9.3.3",
"versionCanary": "9.3.3-canary.0",
"version": "9.3.4",
"versionCanary": "9.3.4-canary.0",
"description": "The official Elasticsearch client for Node.js",
"type": "commonjs",
"main": "./index.js",
Expand Down Expand Up @@ -115,7 +115,7 @@
"zx": "8.8.0"
},
"dependencies": {
"@elastic/transport": "^9.3.3",
"@elastic/transport": "^9.3.5",
"apache-arrow": "18.x - 21.x",
"tslib": "^2.4.0"
}
Expand Down