redux-query
Advanced tools
Comparing version 3.0.0-rc.2 to 3.0.0-rc.3
{ | ||
"name": "redux-query", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0-rc.3", | ||
"description": "A library for querying and managing network state in Redux applications", | ||
@@ -71,3 +71,3 @@ "homepage": "https://github.com/amplitude/redux-query", | ||
}, | ||
"gitHead": "90042ba5f946a34e72a91d84c38f8ab1e73daf60" | ||
"gitHead": "627b4086d8e5fff26ecc51ef05cc5733ba40060c" | ||
} |
// @flow | ||
import type { HttpMethod } from './constants/http-methods'; | ||
import type { PublicAction } from './actions'; | ||
import type { State as QueriesState } from './reducers/queries'; | ||
@@ -101,1 +101,3 @@ import type { State as EntitiesState } from './reducers/entities'; | ||
|}; | ||
export type Action = PublicAction; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159726
56
3201