@scalecube/api
Advanced tools
Comparing version 0.0.3-next.2 to 0.0.3-next.3
import { Address } from '../index'; | ||
import { Cluster, ClusterOptions } from '../cluster'; | ||
import { CreateProxy, CreateServiceCall, Service } from '.'; | ||
import { CreateProxy, CreateServiceCall, Router, Service } from '.'; | ||
/** | ||
@@ -37,2 +37,7 @@ * @function CreateMicroservice | ||
* @property | ||
* set a default router for this microservice container | ||
*/ | ||
defaultRouter?: Router; | ||
/** | ||
* @property | ||
* An array of services, that will exist inside a microservice container | ||
@@ -39,0 +44,0 @@ */ |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.3-next.2", | ||
"version": "0.0.3-next.3", | ||
"private": false, | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b9e1da682451d58d2ff0e16475ed111a0d7b9b9b" | ||
"gitHead": "a0e8bdeea6534d3ce0dea3d8547402c0b0f62568" | ||
} |
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
30712
604