@conduitplatform/grpc-sdk
Advanced tools
Comparing version 0.16.0-rc.4 to 0.16.0-rc.5
@@ -6,2 +6,3 @@ import IORedis from 'ioredis'; | ||
...redisDetails, | ||
maxRetriesPerRequest: null, | ||
}; | ||
@@ -12,3 +13,3 @@ } | ||
const clusterOptions = this.redisConnection; | ||
return new IORedis.Cluster(clusterOptions.nodes, clusterOptions.options); | ||
return new IORedis.Cluster(clusterOptions.nodes, { ...clusterOptions.options }); | ||
} | ||
@@ -15,0 +16,0 @@ else { |
{ | ||
"name": "@conduitplatform/grpc-sdk", | ||
"version": "0.16.0-rc.4", | ||
"version": "0.16.0-rc.5", | ||
"main": "dist/index.js", | ||
@@ -31,4 +31,4 @@ "types": "dist/index.d.ts", | ||
"nice-grpc-client-middleware-retry": "^3", | ||
"prom-client": "^15.0.0", | ||
"protobufjs": "^7.2.4", | ||
"prom-client": "^15.1.0", | ||
"protobufjs": "^7.2.6", | ||
"winston": "^3.8.2", | ||
@@ -35,0 +35,0 @@ "winston-loki": "^6.0.8" |
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
1200947
18500
Updatedprom-client@^15.1.0
Updatedprotobufjs@^7.2.6