@urql/exchange-retry
Advanced tools
Comparing version 0.1.0 to 0.1.1
# Changelog | ||
## 0.1.1 | ||
### Patch Changes | ||
- ⚠️ Fix Rollup bundle output being written to .es.js instead of .esm.js, by [@kitten](https://github.com/kitten) (See [#609](https://github.com/FormidableLabs/urql/pull/609)) | ||
- Updated dependencies (See [#609](https://github.com/FormidableLabs/urql/pull/609)) | ||
- @urql/core@1.10.1 | ||
## v0.1.0 | ||
**Initial Release** |
{ | ||
"name": "@urql/exchange-retry", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An exchange for operation retry support in urql", | ||
@@ -55,3 +55,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@urql/core": ">=1.9.0", | ||
"@urql/core": ">=1.10.1", | ||
"wonka": "^4.0.7" | ||
@@ -58,0 +58,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30036
Updated@urql/core@>=1.10.1