@common-stack/client-core
Advanced tools
Comparing version 0.0.152 to 0.0.153
@@ -9,2 +9,3 @@ import { IFeature, FeatureParams } from '../interfaces'; | ||
resolver: any; | ||
schema: any[]; | ||
routerFactory: any; | ||
@@ -11,0 +12,0 @@ route: any; |
@@ -111,2 +111,3 @@ module.exports = | ||
this.reducer = combine(arguments, arg => arg.reducer); | ||
this.schema = combine(arguments, arg => arg.schema); | ||
this.resolver = combine(arguments, arg => arg.resolver); | ||
@@ -113,0 +114,0 @@ this.leftMainPanelItems = combine(arguments, arg => arg.leftMainPanelItems); |
@@ -12,2 +12,3 @@ export interface ClientStateParams { | ||
readonly resolver?: any; | ||
readonly schema?: any; | ||
readonly routerFactory?: any; | ||
@@ -39,2 +40,3 @@ readonly route?: any; | ||
readonly resolver: any; | ||
readonly schema: any; | ||
readonly routerFactory: any; | ||
@@ -41,0 +43,0 @@ readonly route: any; |
{ | ||
"name": "@common-stack/client-core", | ||
"version": "0.0.152", | ||
"version": "0.0.153", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
31605
379