@evosphere/legato
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@evosphere/legato", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Service management system", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -73,2 +73,18 @@ // @flow | ||
/** | ||
* Return the parameters | ||
* @returns {Object} | ||
*/ | ||
getParameters() { | ||
return parameters; | ||
}, | ||
/** | ||
* Return the services | ||
* @returns {ServiceMap} | ||
*/ | ||
getServices() { | ||
return services; | ||
}, | ||
/** | ||
* Register the service | ||
@@ -75,0 +91,0 @@ * @param name |
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
107781
326