@urql/exchange-persisted-fetch
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @urql/exchange-persisted-fetch | ||
## 0.1.3 | ||
### 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.2 | ||
@@ -4,0 +12,0 @@ |
@@ -121,3 +121,4 @@ "use strict"; | ||
fetchOptions: e | ||
} | ||
}, | ||
source: "persistedFetchExchange" | ||
}); | ||
@@ -134,3 +135,4 @@ return wonka.onPush((function(b) { | ||
value: h ? b.error : g || b | ||
} | ||
}, | ||
source: "persistedFetchExchange" | ||
}); | ||
@@ -137,0 +139,0 @@ }))(internal.makeFetchSource(a, d, e)); |
{ | ||
"name": "@urql/exchange-persisted-fetch", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "An exchange that allows for persisted queries support when fetching queries", | ||
@@ -52,3 +52,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@urql/core": ">=1.11.6", | ||
"@urql/core": ">=1.11.7", | ||
"js-sha256": "^0.9.0", | ||
@@ -55,0 +55,0 @@ "wonka": "^4.0.10" |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49161
300
Updated@urql/core@>=1.11.7