@common-stack/client-core
Advanced tools
Comparing version 0.0.192 to 0.0.195
@@ -34,3 +34,3 @@ import { IFeature, FeatureParams } from '../interfaces'; | ||
middleLowerPanelItems: any; | ||
constructor(feature?: FeatureParams, ...features: any[]); | ||
constructor(feature?: FeatureParams, ...features: FeatureParams[]); | ||
readonly epics: any; | ||
@@ -42,4 +42,4 @@ getRouter(withRoot?: boolean, rootComponent?: any): any; | ||
abstract getConfiguredMenus(routeSearch?: string): any; | ||
readonly abstract navItems: any; | ||
readonly abstract navItemsRight: any; | ||
abstract readonly navItems: any; | ||
abstract readonly navItemsRight: any; | ||
readonly reducers: any; | ||
@@ -46,0 +46,0 @@ readonly resolvers: any; |
@@ -141,3 +141,3 @@ module.exports = | ||
get epics() { | ||
return lodash_1.merge(...this.epic); | ||
return this.epic; | ||
} | ||
@@ -144,0 +144,0 @@ getRouter(withRoot, rootComponent) { |
{ | ||
"name": "@common-stack/client-core", | ||
"version": "0.0.192", | ||
"version": "0.0.195", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/core": "^0.0.192" | ||
"@common-stack/core": "^0.0.195" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependencies": { |
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
36277
12
427
+ Added@common-stack/core@0.0.195(transitive)
- Removed@common-stack/core@0.0.192(transitive)
Updated@common-stack/core@^0.0.195