@12stonechurch/omnihive-worker-elastic
Advanced tools
Comparing version 1.4.11111 to 1.4.191025
@@ -10,3 +10,3 @@ import { Client } from "@elastic/elasticsearch"; | ||
export declare class ElasticWorkerMetadata { | ||
cloudId: string; | ||
url: string; | ||
username: string; | ||
@@ -13,0 +13,0 @@ password: string; |
@@ -19,3 +19,3 @@ "use strict"; | ||
constructor() { | ||
this.cloudId = ""; | ||
this.url = ""; | ||
this.username = ""; | ||
@@ -39,5 +39,3 @@ this.password = ""; | ||
this.client = new elasticsearch_1.Client({ | ||
cloud: { | ||
id: metadata.cloudId, | ||
}, | ||
node: metadata.url, | ||
auth: { | ||
@@ -48,2 +46,3 @@ username: metadata.username, | ||
maxRetries: 5, | ||
requestTimeout: 60000, | ||
agent: { | ||
@@ -50,0 +49,0 @@ keepAlive: true, |
{ | ||
"name": "@12stonechurch/omnihive-worker-elastic", | ||
"version": "1.4.11111", | ||
"version": "1.4.191025", | ||
"description": "OmniHive Elastic Search Worker", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"@elastic/elasticsearch": "7.11.0", | ||
"@withonevision/omnihive-core": "4.5.2", | ||
"@withonevision/omnihive-core": "5.0.2", | ||
"serialize-error": "8.0.1" | ||
@@ -31,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129223
353
+ Added@withonevision/omnihive-core@5.0.2(transitive)
- Removed@withonevision/omnihive-core@4.5.2(transitive)