redux-query
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -0,1 +1,5 @@ | ||
## 2.3.0 | ||
- Add `duration` to `_SUCCESS` and `_FAILURE` redux actions (blazzy [#92](https://github.com/amplitude/redux-query/pull/92)) | ||
## 2.2.0 | ||
@@ -2,0 +6,0 @@ |
@@ -33,2 +33,3 @@ 'use strict'; | ||
var body = _ref2.body, | ||
duration = _ref2.duration, | ||
entities = _ref2.entities, | ||
@@ -47,2 +48,3 @@ meta = _ref2.meta, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -61,2 +63,3 @@ entities: entities, | ||
var body = _ref3.body, | ||
duration = _ref3.duration, | ||
meta = _ref3.meta, | ||
@@ -74,2 +77,3 @@ queryKey = _ref3.queryKey, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -106,2 +110,3 @@ responseBody: responseBody, | ||
var body = _ref5.body, | ||
duration = _ref5.duration, | ||
entities = _ref5.entities, | ||
@@ -120,2 +125,3 @@ meta = _ref5.meta, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -134,2 +140,3 @@ responseBody: responseBody, | ||
var body = _ref6.body, | ||
duration = _ref6.duration, | ||
meta = _ref6.meta, | ||
@@ -148,2 +155,3 @@ queryKey = _ref6.queryKey, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -150,0 +158,0 @@ responseBody: responseBody, |
@@ -165,2 +165,3 @@ 'use strict'; | ||
body: body, | ||
duration: duration, | ||
meta: meta, | ||
@@ -190,2 +191,3 @@ queryKey: queryKey, | ||
body: body, | ||
duration: duration, | ||
meta: meta, | ||
@@ -285,2 +287,3 @@ entities: newEntities, | ||
body: _body, | ||
duration: duration, | ||
meta: _meta, | ||
@@ -310,2 +313,3 @@ queryKey: _queryKey, | ||
body: _body, | ||
duration: duration, | ||
status: status, | ||
@@ -312,0 +316,0 @@ entities: newEntities, |
@@ -33,2 +33,3 @@ 'use strict'; | ||
var body = _ref2.body, | ||
duration = _ref2.duration, | ||
entities = _ref2.entities, | ||
@@ -47,2 +48,3 @@ meta = _ref2.meta, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -61,2 +63,3 @@ entities: entities, | ||
var body = _ref3.body, | ||
duration = _ref3.duration, | ||
meta = _ref3.meta, | ||
@@ -74,2 +77,3 @@ queryKey = _ref3.queryKey, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -106,2 +110,3 @@ responseBody: responseBody, | ||
var body = _ref5.body, | ||
duration = _ref5.duration, | ||
entities = _ref5.entities, | ||
@@ -120,2 +125,3 @@ meta = _ref5.meta, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -134,2 +140,3 @@ responseBody: responseBody, | ||
var body = _ref6.body, | ||
duration = _ref6.duration, | ||
meta = _ref6.meta, | ||
@@ -148,2 +155,3 @@ queryKey = _ref6.queryKey, | ||
body: body, | ||
duration: duration, | ||
status: status, | ||
@@ -150,0 +158,0 @@ responseBody: responseBody, |
@@ -165,2 +165,3 @@ 'use strict'; | ||
body: body, | ||
duration: duration, | ||
meta: meta, | ||
@@ -190,2 +191,3 @@ queryKey: queryKey, | ||
body: body, | ||
duration: duration, | ||
meta: meta, | ||
@@ -285,2 +287,3 @@ entities: newEntities, | ||
body: _body, | ||
duration: duration, | ||
meta: _meta, | ||
@@ -310,2 +313,3 @@ queryKey: _queryKey, | ||
body: _body, | ||
duration: duration, | ||
status: status, | ||
@@ -312,0 +316,0 @@ entities: newEntities, |
{ | ||
"name": "redux-query", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "A library for querying and managing network state in React/Redux applications", | ||
@@ -86,2 +86,2 @@ "homepage": "https://github.com/amplitude/redux-query", | ||
} | ||
} | ||
} |
@@ -16,2 +16,3 @@ import * as actionTypes from '../constants/action-types'; | ||
body, | ||
duration, | ||
entities, | ||
@@ -30,2 +31,3 @@ meta, | ||
body, | ||
duration, | ||
status, | ||
@@ -44,2 +46,3 @@ entities, | ||
body, | ||
duration, | ||
meta, | ||
@@ -57,2 +60,3 @@ queryKey, | ||
body, | ||
duration, | ||
status, | ||
@@ -82,2 +86,3 @@ responseBody, | ||
body, | ||
duration, | ||
entities, | ||
@@ -96,2 +101,3 @@ meta, | ||
body, | ||
duration, | ||
status, | ||
@@ -110,2 +116,3 @@ responseBody, | ||
body, | ||
duration, | ||
meta, | ||
@@ -124,2 +131,3 @@ queryKey, | ||
body, | ||
duration, | ||
status, | ||
@@ -126,0 +134,0 @@ responseBody, |
@@ -130,2 +130,3 @@ import Backoff from 'backo'; | ||
body, | ||
duration, | ||
meta, | ||
@@ -157,2 +158,3 @@ queryKey, | ||
body, | ||
duration, | ||
meta, | ||
@@ -256,2 +258,3 @@ entities: newEntities, | ||
body, | ||
duration, | ||
meta, | ||
@@ -283,2 +286,3 @@ queryKey, | ||
body, | ||
duration, | ||
status, | ||
@@ -285,0 +289,0 @@ entities: newEntities, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
473172
4113
13