@scalecube/api
Advanced tools
Comparing version 0.0.2-snapshot.1563774739.4 to 0.0.2-snapshot.1563865694.6
import { Address } from '..'; | ||
import { ClusterEvent, MembersMap } from './index'; | ||
import { ClusterEvent, MembersData } from './index'; | ||
import { Observable } from 'rxjs'; | ||
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
transport: any; | ||
transport?: any; | ||
/** | ||
@@ -53,3 +53,3 @@ * @property retry | ||
*/ | ||
getCurrentMemberStates: () => Promise<MembersMap>; | ||
getCurrentMemberStates: () => Promise<MembersData>; | ||
/** | ||
@@ -56,0 +56,0 @@ * @property listen$ |
import { Address } from '..'; | ||
import { ClusterEvent, MembersMap } from './index'; | ||
import { ClusterEvent, MembersData } from './index'; | ||
import { Observable } from 'rxjs'; | ||
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
transport: any; | ||
transport?: any; | ||
/** | ||
@@ -53,3 +53,3 @@ * @property retry | ||
*/ | ||
getCurrentMemberStates: () => Promise<MembersMap>; | ||
getCurrentMemberStates: () => Promise<MembersData>; | ||
/** | ||
@@ -56,0 +56,0 @@ * @property listen$ |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.2-snapshot.1563774739.4+b35a613", | ||
"version": "0.0.2-snapshot.1563865694.6+f11a091", | ||
"private": false, | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b35a6133e2a0939b40c14b81e936a36733a4e819" | ||
"gitHead": "f11a0912011b6dd6a38e835ce3e565e1ac758436" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
62037