redux-falcor
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -74,3 +74,5 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
exports.retrievePath = _actions.retrievePath; | ||
exports.retrievePaths = _actions.retrievePaths; | ||
exports.retrieveValue = _actions.retrieveValue; | ||
exports.setPath = _actions.setPath; | ||
exports.createFalcorMiddleware = _middleware2['default']; | ||
@@ -77,0 +79,0 @@ exports.falcorReducer = _reducer2['default']; |
@@ -18,4 +18,6 @@ 'use strict'; | ||
exports.retrievePath = _actions.retrievePath; | ||
exports.retrievePaths = _actions.retrievePaths; | ||
exports.retrieveValue = _actions.retrieveValue; | ||
exports.setPath = _actions.setPath; | ||
exports.createFalcorMiddleware = _middleware2['default']; | ||
exports.falcorReducer = _reducer2['default']; |
{ | ||
"name": "redux-falcor", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A helper library for integratig Redux & Falcor", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,7 @@ | ||
import { retrievePath, retrieveValue } from './actions'; | ||
import { | ||
retrievePath, | ||
retrievePaths, | ||
retrieveValue, | ||
setPath, | ||
} from './actions'; | ||
import createFalcorMiddleware from './middleware'; | ||
@@ -7,5 +12,7 @@ import falcorReducer from './reducer'; | ||
retrievePath, | ||
retrievePaths, | ||
retrieveValue, | ||
setPath, | ||
createFalcorMiddleware, | ||
falcorReducer, | ||
}; |
Sorry, the diff of this file is not supported yet
206351
516