redux-falcor
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -236,2 +236,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
case _actions.RETRIEVE_PATH: | ||
case _actions.RETRIEVE_PATHS: | ||
case _actions.SET_PATH: | ||
@@ -238,0 +239,0 @@ return _deepmerge2['default'](state, action.res.json); |
@@ -21,2 +21,3 @@ 'use strict'; | ||
case _actions.RETRIEVE_PATH: | ||
case _actions.RETRIEVE_PATHS: | ||
case _actions.SET_PATH: | ||
@@ -23,0 +24,0 @@ return _deepmerge2['default'](state, action.res.json); |
{ | ||
"name": "redux-falcor", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A helper library for integratig Redux & Falcor", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import merge from 'deepmerge'; | ||
import { RETRIEVE_PATH, SET_PATH } from './actions'; | ||
import { RETRIEVE_PATH, RETRIEVE_PATHS, SET_PATH } from './actions'; | ||
@@ -9,2 +9,3 @@ const initialState = {}; | ||
case RETRIEVE_PATH: | ||
case RETRIEVE_PATHS: | ||
case SET_PATH: | ||
@@ -11,0 +12,0 @@ return merge(state, action.res.json); |
Sorry, the diff of this file is not supported yet
209231
26
519
83