@artus/core
Advanced tools
Comparing version 2.2.2-alpha.1 to 2.2.2-alpha.2
@@ -99,6 +99,9 @@ "use strict"; | ||
// Set temp pluginConfig in manifest | ||
res[pluginName] = {}; | ||
if (pluginConfigItem.enable !== undefined) { | ||
res[pluginName].enable = pluginConfigItem.enable; | ||
} | ||
if (pluginConfigItem.enable) { | ||
this.enabledPluginSet.add(pluginName); | ||
} | ||
res[pluginName] = Object.assign({}, pluginConfigItem); | ||
// Resolve ref and set | ||
@@ -105,0 +108,0 @@ const isPluginEnabled = this.enabledPluginSet.has(pluginName); |
{ | ||
"name": "@artus/core", | ||
"version": "2.2.2-alpha.1", | ||
"version": "2.2.2-alpha.2", | ||
"description": "Core package of Artus", | ||
@@ -5,0 +5,0 @@ "main": "./lib/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
120312
2906