@urql/exchange-retry
Advanced tools
Comparing version 1.2.1 to 1.3.0-canary-0204e044
# Changelog | ||
## 1.3.0-canary-0204e044 | ||
### Minor Changes | ||
- Mark `@urql/core` as a peer dependency as well as a regular dependency | ||
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579)) | ||
## 1.2.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@urql/exchange-retry", | ||
"version": "1.2.1", | ||
"version": "1.3.0-canary-0204e044", | ||
"description": "An exchange for operation retry support in urql", | ||
@@ -43,6 +43,9 @@ "sideEffects": false, | ||
"graphql": "^16.0.0", | ||
"@urql/core": "4.2.3" | ||
"@urql/core": "5.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@urql/core": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@urql/core": ">=4.2.0", | ||
"@urql/core": "^5.0.0", | ||
"wonka": "^6.3.2" | ||
@@ -49,0 +52,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
70273
3
2
Updated@urql/core@^5.0.0