@scalecube/api
Advanced tools
Comparing version 0.0.2-alpha.4 to 0.0.2-alpha.5
import { Discovery, DiscoveryOptions, CreateDiscovery } from './Discovery'; | ||
import ServiceDiscoveryEvent from './ServiceDiscoveryEvent'; | ||
import { ServiceDiscoveryEvent, Type } from './ServiceDiscoveryEvent'; | ||
import { Item } from './Item'; | ||
export { Discovery, DiscoveryOptions, Item, CreateDiscovery, ServiceDiscoveryEvent }; | ||
export { Discovery, DiscoveryOptions, Item, CreateDiscovery, ServiceDiscoveryEvent, Type }; |
import { Item } from '.'; | ||
export default interface ServiceDiscoveryEvent { | ||
type: 'REGISTERED' | 'UNREGISTERED' | 'IDLE'; | ||
export interface ServiceDiscoveryEvent { | ||
type: Type; | ||
items: Item[]; | ||
} | ||
export declare type Type = 'REGISTERED' | 'UNREGISTERED' | 'IDLE'; |
{ | ||
"name": "@scalecube/api", | ||
"version": "0.0.2-alpha.4", | ||
"version": "0.0.2-alpha.5", | ||
"private": false, | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"es" | ||
], | ||
"types": "lib/index.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib", | ||
"clean": "rimraf node_modules && rimraf .cache && rimraf lib && rimraf es", | ||
"build": "rimraf lib && yarn build-rollup", | ||
@@ -24,2 +26,3 @@ "build-rollup": "rollup -c", | ||
"rollup": "^1.14.6", | ||
"rollup-plugin-filesize": "^6.1.1", | ||
"rollup-plugin-typescript2": "^0.21.1", | ||
@@ -31,3 +34,3 @@ "ts-jest": "^23.10.5", | ||
}, | ||
"gitHead": "22e44df30493db1a856597acbb11b7d00ab72486" | ||
"gitHead": "4ab07fd8cce9c1398001f45fa271ca417a441429" | ||
} |
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
47172
55
1130
8