redux-query
Advanced tools
Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2
{ | ||
"name": "redux-query", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"description": "A library for querying and managing network state in React/Redux applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
export const UNKNOWN = 0; | ||
export const REQUEST_TIMEOUT = 401; // client took too long | ||
export const REQUEST_TIMEOUT = 408; // client took too long | ||
export const TOO_MANY_REQUESTS = 429; | ||
export const SERVICE_UNAVAILABLE = 503; | ||
export const GATEWAY_TIMEOUT = 504; |
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