cheap-di-react
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -19,3 +19,4 @@ "use strict"; | ||
var _a; | ||
if (!container || !dependencies && !self) { | ||
const isAnyConfigurationPassed = dependencies || self || parentContainer; | ||
if (!container || !isAnyConfigurationPassed) { | ||
return; | ||
@@ -22,0 +23,0 @@ } |
{ | ||
"name": "cheap-di-react", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
130393
1070