@savks/js-container
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -119,3 +119,3 @@ class Application { | ||
}, { [name]: instance }); | ||
if (Object.keys(resolvedDeps).length === requiredDeps.length) { | ||
if (Object.keys(resolvedDeps).length === requiredDeps.length + 1) { | ||
const result = watcher.callback(resolvedDeps, this); | ||
@@ -122,0 +122,0 @@ if (isPromise(result)) { |
{ | ||
"name": "@savks/js-container", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "JS Application Container", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
25048