@urql/exchange-retry
Advanced tools
Comparing version 0.1.7 to 0.1.8
# Changelog | ||
## 0.1.8 | ||
### Patch Changes | ||
- Upgrade to a minimum version of wonka@^4.0.14 to work around issues with React Native's minification builds, which use uglify-es and could lead to broken bundles, by [@kitten](https://github.com/kitten) (See [#842](https://github.com/FormidableLabs/urql/pull/842)) | ||
- Updated dependencies (See [#838](https://github.com/FormidableLabs/urql/pull/838) and [#842](https://github.com/FormidableLabs/urql/pull/842)) | ||
- @urql/core@1.12.0 | ||
## 0.1.7 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@urql/exchange-retry", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "An exchange for operation retry support in urql", | ||
@@ -55,3 +55,3 @@ "sideEffects": false, | ||
"@types/react": "^16.9.19", | ||
"graphql": "^15.0.0", | ||
"graphql": "^15.1.0", | ||
"react": "^16.13.0", | ||
@@ -64,4 +64,4 @@ "react-dom": "^16.13.0" | ||
"dependencies": { | ||
"@urql/core": ">=1.11.7", | ||
"wonka": "^4.0.10" | ||
"@urql/core": ">=1.12.0", | ||
"wonka": "^4.0.14" | ||
}, | ||
@@ -68,0 +68,0 @@ "publishConfig": { |
31949
Updated@urql/core@>=1.12.0
Updatedwonka@^4.0.14