@opuscapita/config
Advanced tools
Comparing version 3.0.21 to 3.0.22
@@ -152,3 +152,3 @@ const EventEmitter = require('events'); | ||
watch.on('change', (data, res) => callback(Object.keys(data))); | ||
watch.once('error', (err) => reject(err)); | ||
watch.on('error', (err) => reject(err)); | ||
@@ -178,3 +178,3 @@ resolve(watch); | ||
watch.once('error', (err) => reject(err)); | ||
watch.on('error', (err) => reject(err)); | ||
watch.on('change', async (items) => | ||
@@ -225,3 +225,3 @@ { | ||
watch.once('error', (err) => reject(err)); | ||
watch.on('error', (err) => reject(err)); | ||
watch.on('change', (keys) => | ||
@@ -228,0 +228,0 @@ { |
{ | ||
"name": "@opuscapita/config", | ||
"version": "3.0.21", | ||
"version": "3.0.22", | ||
"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
38085