Comparing version 0.0.7 to 0.0.8
@@ -5,2 +5,3 @@ import * as s from './store'; | ||
export * from './helpers'; | ||
export { debugCallbackType } from './debug'; | ||
export declare let bootstrap: (defaultState: s.IState, renderCallback: () => void, debugCallback?: (message: string, params?: any) => void, subStateSeparator?: string) => void; |
@@ -8,2 +8,3 @@ import * as s from './store'; | ||
export * from './helpers'; | ||
export { debugCallbackType } from './debug'; | ||
@@ -10,0 +11,0 @@ export let bootstrap = (defaultState: s.IState, renderCallback: () => void, debugCallback: d.debugCallbackType = undefined, subStateSeparator: string = '.') => { |
{ | ||
"name": "fun-model", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "fun-model is pure functional implementation of FLUX architecture.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
17792
303