@scalecube/api
Advanced tools
Comparing version 0.0.3-next.1 to 0.0.3-next.2
export { AsyncModel, RequestResponseAsyncModel, RequestStreamAsyncModel } from './AsyncModel'; | ||
export { CreateProxies, CreateProxiesOptions, ProxiesMap, ProxiesOptions } from './CreateProxies'; | ||
export { CreateProxy, ProxyOptions } from './CreateProxy'; | ||
@@ -4,0 +3,0 @@ export { CreateServiceCall, ServiceCall } from './CreateServiceCall'; |
import { Address } from '../index'; | ||
import { Cluster, ClusterOptions } from '../cluster'; | ||
import { CreateProxies, CreateProxy, CreateServiceCall, Service } from '.'; | ||
import { CreateProxy, CreateServiceCall, Service } from '.'; | ||
/** | ||
@@ -20,7 +20,2 @@ * @function CreateMicroservice | ||
/** | ||
* @method createProxies | ||
* Create a map of proxies or Promises to proxy. (deepened on configuration) | ||
*/ | ||
createProxies: CreateProxies; | ||
/** | ||
* @method createProxy | ||
@@ -27,0 +22,0 @@ * Creates a proxy to a method and provides extra logic when is invoked |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.3-next.1", | ||
"version": "0.0.3-next.2", | ||
"private": false, | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "13940af04155814c4e9e8d631b4ea3ffc5de2dc6" | ||
"gitHead": "b9e1da682451d58d2ff0e16475ed111a0d7b9b9b" | ||
} |
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
30583
59
599