@common-stack/client-core
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -33,15 +33,15 @@ import { IFeature } from '../interfaces'; | ||
}, ...features: any[]); | ||
router(): any; | ||
abstract routes(): any; | ||
abstract navItems(): any; | ||
abstract navItemsRight(): any; | ||
reducers(): any; | ||
resolvers(): any; | ||
middlewares(): any; | ||
afterwares(): any; | ||
connectionParams(): any; | ||
constructFetchOptions(): (...args: any[]) => {}; | ||
stylesInserts(): any; | ||
scriptsInserts(): any; | ||
readonly router: any; | ||
readonly abstract routes: any; | ||
readonly abstract navItems: any; | ||
readonly abstract navItemsRight: any; | ||
readonly reducers: any; | ||
readonly resolvers: any; | ||
readonly middlewares: any; | ||
readonly afterwares: any; | ||
readonly connectionParams: any; | ||
readonly constructFetchOptions: (...args: any[]) => {}; | ||
readonly stylesInserts: any; | ||
readonly scriptsInserts: any; | ||
abstract getWrappedRoot(root: any, req: any): any; | ||
} |
@@ -154,21 +154,21 @@ module.exports = | ||
} | ||
router() { | ||
get router() { | ||
return this.routerFactory(); | ||
} | ||
reducers() { | ||
get reducers() { | ||
return lodash_1.merge(...this.reducer); | ||
} | ||
resolvers() { | ||
get resolvers() { | ||
return lodash_1.merge(...this.resolver); | ||
} | ||
middlewares() { | ||
get middlewares() { | ||
return this.middleware; | ||
} | ||
afterwares() { | ||
get afterwares() { | ||
return this.afterware; | ||
} | ||
connectionParams() { | ||
get connectionParams() { | ||
return this.connectionParam; | ||
} | ||
constructFetchOptions() { | ||
get constructFetchOptions() { | ||
return this.createFetchOptions.length | ||
@@ -189,6 +189,6 @@ ? (...args) => { | ||
} | ||
stylesInserts() { | ||
get stylesInserts() { | ||
return this.stylesInsert; | ||
} | ||
scriptsInserts() { | ||
get scriptsInserts() { | ||
return this.scriptsInsert; | ||
@@ -195,0 +195,0 @@ } |
{ | ||
"name": "@common-stack/client-core", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@common-stack/core": "^0.0.7" | ||
"@common-stack/core": "^0.0.8" | ||
}, | ||
@@ -59,0 +59,0 @@ "typings": "lib/index.d.ts", |
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
22538
+ Added@common-stack/core@0.0.8(transitive)
- Removed@common-stack/core@0.0.7(transitive)
Updated@common-stack/core@^0.0.8