@capriza/connector-controller
Advanced tools
Comparing version 1.0.83 to 1.0.84
@@ -201,3 +201,3 @@ var Syncher = require ("./syncher.js"); | ||
await BL.init({config: context.config.blConfig, logger: context.logger}); | ||
return Object.keys(BL.prototype) | ||
return Object.getOwnPropertyNames(BL.prototype) | ||
.filter(k => { | ||
@@ -204,0 +204,0 @@ if(TASK_TYPES.includes(k)) return true; |
{ | ||
"name": "@capriza/connector-controller", | ||
"version": "1.0.83", | ||
"version": "1.0.84", | ||
"description": "Capriza connectors controller", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
142991