@bettercorp/service-base
Advanced tools
Comparing version 8.5.57 to 8.5.58
@@ -233,6 +233,3 @@ "use strict"; | ||
if (unresolved.includes(beforePlugin)) { | ||
throw new __1.BSBError("Circular dependency detected: {plugin1}<>{plugin2}", { | ||
plugin1: plugin.pluginName, | ||
plugin2: beforePlugin.pluginName, | ||
}); | ||
continue; | ||
} | ||
@@ -239,0 +236,0 @@ visitPlugin(beforePlugin, resolved, unresolved); |
@@ -31,3 +31,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "8.5.57", | ||
"version": "8.5.58", | ||
"bsb_project": true, | ||
@@ -34,0 +34,0 @@ "bsbInit": { |
Sorry, the diff of this file is not supported yet
398391
4960