pusher-redux-observable
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -116,3 +116,3 @@ import {Pusher as PusherInterface} from 'pusher-js' | ||
export const subscribeToChannel: | ||
(action$: ActionsObservable<PusherSubscribeChannelAction>, store: Store<any>) => Observable<PusherAction> => | ||
(action$: ActionsObservable<PusherSubscribeChannelAction>, store: Store<any>) => Observable<PusherAction> | ||
@@ -126,3 +126,3 @@ /** | ||
export const unsubscribeFromChannel: | ||
(action$: ActionsObservable<PusherSubscribeChannelAction>, store: Store<any>) => Observable<PusherAction> => | ||
(action$: ActionsObservable<PusherSubscribeChannelAction>, store: Store<any>) => Observable<PusherAction> | ||
@@ -129,0 +129,0 @@ /** |
{ | ||
"name": "pusher-redux-observable", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "redux-observable epic for Pusher", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
19058
15
382