Comparing version 0.1.0-alpha.3 to 0.1.0-alpha.4
@@ -17,6 +17,10 @@ import * as PREFIXES from './prefixes'; | ||
export { default as createStoreKey } from './createStoreKey'; | ||
export { default as createHttpService } from './createHttpService'; | ||
export { default as createHttpService, HttpParams } from './createHttpService'; | ||
export { default as dataServiceReducer } from './dataServiceReducer'; | ||
export { default as defineFetch } from './defineFetch'; | ||
export { typedFetchFactory, FetchFactory, FetchInstance } from './defineFetch'; | ||
export { | ||
default as defineFetch, | ||
typedFetchFactory, | ||
FetchFactory, | ||
FetchInstance, | ||
} from './defineFetch'; | ||
export { default as isError } from './isError'; | ||
@@ -23,0 +27,0 @@ export { default as isLoading } from './isLoading'; |
{ | ||
"author": "team@justsift.com", | ||
"version": "0.1.0-alpha.3", | ||
"version": "0.1.0-alpha.4", | ||
"description": "A state management for data fetches in React", | ||
@@ -5,0 +5,0 @@ "repository": { |
1185
493706