@artus/core
Advanced tools
Comparing version 2.2.2-alpha.0 to 2.2.2-alpha.1
@@ -102,2 +102,3 @@ "use strict"; | ||
} | ||
res[pluginName] = Object.assign({}, pluginConfigItem); | ||
// Resolve ref and set | ||
@@ -109,3 +110,3 @@ const isPluginEnabled = this.enabledPluginSet.has(pluginName); | ||
} | ||
res[pluginName] = Object.assign(Object.assign({}, pluginConfigItem), { refName: ref.name }); | ||
res[pluginName].refName = ref.name; | ||
if (ref.path.includes('@artus/injection')) | ||
@@ -112,0 +113,0 @@ console.log(pluginConfigItem, basePath, ref); |
{ | ||
"name": "@artus/core", | ||
"version": "2.2.2-alpha.0", | ||
"version": "2.2.2-alpha.1", | ||
"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
120208
2903