@qvibi-toolbox/qapp
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -1,5 +0,5 @@ | ||
import { IQvibiModule } from '@qvibi-toolbox/core'; | ||
import { IQAppReducer } from './reducer'; | ||
import { IQAppModuleSaga } from './saga'; | ||
export interface IQAppModule<TModuleDef extends AnyQAppModuleDef> extends IQvibiModule<ExtractQAppModuleName<TModuleDef>> { | ||
export interface IQAppModule<TModuleDef extends AnyQAppModuleDef> { | ||
moduleName: ExtractQAppModuleName<TModuleDef>; | ||
reducer: IQAppReducer<TModuleDef> | null; | ||
@@ -6,0 +6,0 @@ saga: IQAppModuleSaga<TModuleDef> | null; |
{ | ||
"name": "@qvibi-toolbox/qapp", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"main": "./qapp-qapp-core.umd.js", | ||
@@ -10,3 +10,2 @@ "module": "./qapp-qapp-core.esm.js", | ||
"redux": "4.0.5", | ||
"@qvibi-toolbox/core": "0.1.12", | ||
"react-router": "5.2.0", | ||
@@ -13,0 +12,0 @@ "reselect": "4.0.0" |
4
57253
- Removed@qvibi-toolbox/core@0.1.12
- Removed@qvibi-toolbox/core@0.1.12(transitive)