@schirkan/reactron-interfaces
Advanced tools
Comparing version 0.7.4 to 0.8.0
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "0.7.4", | ||
"version": "0.8.0", | ||
"description": "interfaces for reactron modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,5 +8,5 @@ import { IBackendService } from './IBackendService'; | ||
readonly moduleName: string; | ||
readonly settings: Readonly<ISystemSettings>; | ||
getService<TService = any>(serviceName: string, moduleName?: string): TService | undefined; | ||
getSettings(): Readonly<ISystemSettings>; | ||
getService<TService = any>(serviceName: string, moduleName?: string): TService | undefined; | ||
} |
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
16205
34
371