@capriza/healthcheck
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,5 +13,6 @@ const fs = require("fs"); | ||
const connection = await this.busServices.connection("healthcheck"); | ||
if (!this.connection) | ||
this.connection = await this.busServices.connection("healthcheck"); | ||
return new Promise((resolve, reject) => { | ||
connection | ||
this.connection | ||
.multi() | ||
@@ -18,0 +19,0 @@ .ping() |
{ | ||
"name": "@capriza/healthcheck", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Health check reporter for Capriza micro services ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2270
54