@urql/exchange-request-policy
Advanced tools
Comparing version 0.1.4 to 0.1.5
# Changelog | ||
## 0.1.5 | ||
### Patch Changes | ||
- Extend peer dependency range of `graphql` to include `^16.0.0`. | ||
As always when upgrading across many packages of `urql`, especially including `@urql/core` we recommend you to deduplicate dependencies after upgrading, using `npm dedupe` or `npx yarn-deduplicate`, by [@kitten](https://github.com/kitten) (See [#2133](https://github.com/FormidableLabs/urql/pull/2133)) | ||
- Updated dependencies (See [#2133](https://github.com/FormidableLabs/urql/pull/2133)) | ||
- @urql/core@2.3.6 | ||
## 0.1.4 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@urql/exchange-request-policy", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "An exchange for operation request-policy upgrading in urql", | ||
@@ -53,9 +53,9 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"graphql": "^15.4.0" | ||
"graphql": "^16.0.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@urql/core": ">=2.1.5", | ||
"@urql/core": ">=2.3.6", | ||
"wonka": "^4.0.14" | ||
@@ -62,0 +62,0 @@ }, |
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
18891
1
+ Addedgraphql@16.10.0(transitive)
- Removedgraphql@15.10.1(transitive)
Updated@urql/core@>=2.3.6