@elastic/elasticsearch 9.3.3 → 9.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,6 @@
4
4
  *
5
5
  * Generated by scripts/generate-version.js - do not edit manually.
6
6
  */
7
- export const clientVersion = '9.3.3';
7
+ export const clientVersion = '9.3.4';
8
8
  export const transportVersion = '9.3.5';
9
9
  //# sourceMappingURL=version.generated.js.map
@@ -7,6 +7,6 @@
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.transportVersion = exports.clientVersion = void 0;
10
- exports.clientVersion = '9.3.3';
10
+ exports.clientVersion = '9.3.4';
11
11
  exports.transportVersion = '9.3.5';
12
12
  //# sourceMappingURL=version.generated.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/elasticsearch",
3
- "version": "9.3.3",
4
- "versionCanary": "9.3.3-canary.0",
3
+ "version": "9.3.4",
4
+ "versionCanary": "9.3.4-canary.0",
5
5
  "description": "The official Elasticsearch client for Node.js",
6
6
  "type": "commonjs",
7
7
  "main": "./index.js",
@@ -115,7 +115,7 @@
115
115
  "zx": "8.8.0"
116
116
  },
117
117
  "dependencies": {
118
- "@elastic/transport": "^9.3.3",
118
+ "@elastic/transport": "^9.3.5",
119
119
  "apache-arrow": "18.x - 21.x",
120
120
  "tslib": "^2.4.0"
121
121
  }