Comparing version 1.1.14 to 1.1.15
import { IObject } from 'herb-core-include'; | ||
export declare function LoggerPlugin(options?: IObject): (store: import("../store").default<any, any, any, any>) => void; | ||
import { StoreInstanceType } from '../store'; | ||
export declare function LoggerPlugin(options?: IObject): (store: StoreInstanceType<any, any, any, any>) => void; | ||
//# sourceMappingURL=logger.d.ts.map |
@@ -24,6 +24,6 @@ import { IFunction, IHerbxStoreOptions } from 'herb-core-include'; | ||
constructor(options: IHerbxStoreOptions<State, Getters, Mutations, Actions>); | ||
readonly state: State; | ||
readonly getters: Getters; | ||
readonly root: Store<any, any, any, any>; | ||
readonly modules: Record<any, Store<any, any, any, any>>; | ||
get state(): State; | ||
get getters(): Getters; | ||
get root(): StoreInstanceType<any, any, any, any>; | ||
get modules(): Record<any, StoreInstanceType<any, any, any, any>>; | ||
afterCreate: () => void; | ||
@@ -30,0 +30,0 @@ beforeDestory: () => void; |
{ | ||
"name": "herbx", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"main": "lib/index.js", | ||
@@ -18,5 +18,5 @@ "files": [ | ||
"dependencies": { | ||
"herb-core-include": "^1.0.4" | ||
"herb-core-include": "^1.0.5" | ||
}, | ||
"gitHead": "261d2eb5fdd270761ac08299d091d8e2239a613a" | ||
"gitHead": "fe066cc8ddc7e05acb16f7b5f9772918bda595bc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137
27876
29
Updatedherb-core-include@^1.0.5