@schirkan/reactron-interfaces
Advanced tools
Comparing version 0.10.0-alpha.3 to 0.10.0-alpha.4
import { IReactronService } from "./IReactronService"; | ||
import { IReactronServiceDefinition } from "./IReactronServiceDefinition"; | ||
import { IReactronServiceContext } from "./IReactronServiceContext"; | ||
export interface IServiceRepositoryItem extends IReactronServiceDefinition { | ||
moduleName: string; | ||
instance: IReactronService; | ||
context: IReactronServiceContext; | ||
state: 'starting' | 'running' | 'stopped' | 'error'; | ||
log: string[]; | ||
} |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "0.10.0-alpha.3", | ||
"version": "0.10.0-alpha.4", | ||
"description": "interfaces for reactron modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import { IReactronService } from "./IReactronService"; | ||
import { IReactronServiceDefinition } from "./IReactronServiceDefinition"; | ||
import { IReactronServiceContext } from "./IReactronServiceContext"; | ||
@@ -7,4 +8,5 @@ export interface IServiceRepositoryItem extends IReactronServiceDefinition { | ||
instance: IReactronService; | ||
context: IReactronServiceContext; | ||
state: 'starting' | 'running' | 'stopped' | 'error'; | ||
log: string[]; | ||
} |
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
92892
2250