@opuscapita/config
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -53,3 +53,3 @@ const ConfigClientBase = require('./ConfigClientBase'); | ||
{ | ||
return Promise.resolve(this._dispose()).catch(e => { this.logger.error(e.message); throw e; }); | ||
return Promise.resolve(this._dispose()).catch(e => { this.logger.error(e.message); throw e; }); | ||
} | ||
@@ -56,0 +56,0 @@ |
@@ -143,2 +143,4 @@ const EventEmitter = require('events'); | ||
this.watches['all-services'] = watch; | ||
watch.on('change', (data, res) => callback(Object.keys(data))); | ||
@@ -214,2 +216,4 @@ watch.on('error', (err) => reject(err)); | ||
this.watches[key] = watch; | ||
watch.on('error', (err) => reject(err)); | ||
@@ -216,0 +220,0 @@ watch.on('change', (keys) => Promise.all(keys.map(async (key) => |
{ | ||
"name": "@opuscapita/config", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"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
32347
550