@evosphere/legato
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@evosphere/legato", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Service management system", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -128,3 +128,4 @@ // @flow | ||
if (!definitions.hasOwnProperty(ref)) | ||
// Careful not to reinitialize services that have been initialized | ||
if (!definitions.hasOwnProperty(ref) || services.hasOwnProperty(ref)) | ||
continue; | ||
@@ -131,0 +132,0 @@ |
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
107945
329