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