Comparing version 1.0.1 to 1.0.2
import { Reducer } from 'redux'; | ||
import { State } from './constants'; | ||
export declare const shareState: (reducer: Reducer) => Reducer; | ||
export declare const getSharedState: () => State; | ||
export declare const getSharedState: () => object; |
@@ -23,3 +23,3 @@ "use strict"; | ||
const vslsRedux = new VSLSRedux(); | ||
const middlewareEnhancer = redux_1.applyMiddleware(vslsRedux.createMiddleware()); | ||
const middlewareEnhancer = redux_1.applyMiddleware(vslsRedux.createMiddleware(actionFilter)); | ||
let store; | ||
@@ -26,0 +26,0 @@ if (typeof initialStateOrEnhancer === 'object') { |
@@ -7,3 +7,3 @@ { | ||
"types": "lib/index.d.ts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"publisher": "daytonellwanger", | ||
@@ -15,3 +15,2 @@ "author": "daytonellwanger", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint" | ||
@@ -44,3 +43,5 @@ }, | ||
}, | ||
"files": ["lib/**/*"] | ||
"files": [ | ||
"lib/**/*" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
19905
14
1
61
239