@opuscapita/config
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -298,5 +298,5 @@ const ConfigClientBase = require('./ConfigClientBase'); | ||
logger : null, | ||
serviceSecretPath : `/run/secrets/${this.serviceName}-consul-key` | ||
serviceSecretPath : `/run/secrets/${ConfigClientBase.serviceName}-consul-key` | ||
} | ||
module.exports = ConfigClient; |
@@ -331,2 +331,4 @@ const EventEmitter = require('events'); | ||
ConfigClientBase.serviceName = serviceName; | ||
module.exports = ConfigClientBase; |
{ | ||
"name": "@opuscapita/config", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "Configuration API connector module for OpusCapita Business Network Portal.", | ||
@@ -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
32318
552