@urql/exchange-retry
Advanced tools
Comparing version 0.1.6 to 0.1.7
# Changelog | ||
## 0.1.7 | ||
### Patch Changes | ||
- Add `source` debug name to all `dispatchDebug` calls during build time to identify events by which exchange dispatched them, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#780](https://github.com/FormidableLabs/urql/pull/780)) | ||
- Updated dependencies (See [#780](https://github.com/FormidableLabs/urql/pull/780)) | ||
- @urql/core@1.11.7 | ||
## 0.1.6 | ||
@@ -4,0 +12,0 @@ |
@@ -41,3 +41,4 @@ "use strict"; | ||
retryCount: g | ||
} | ||
}, | ||
source: "retryExchange" | ||
}); | ||
@@ -61,3 +62,4 @@ return wonka.takeUntil(f)(wonka.delay(c)(wonka.fromValue(_extends({}, a, { | ||
message: "Maximum number of retries has been reached. No further retries will be performed.", | ||
operation: a.operation | ||
operation: a.operation, | ||
source: "retryExchange" | ||
}); | ||
@@ -64,0 +66,0 @@ return !0; |
{ | ||
"name": "@urql/exchange-retry", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "An exchange for operation retry support in urql", | ||
@@ -63,3 +63,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@urql/core": ">=1.11.6", | ||
"@urql/core": ">=1.11.7", | ||
"wonka": "^4.0.10" | ||
@@ -66,0 +66,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31485
155
Updated@urql/core@>=1.11.7