Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

chore(changeset): Update package name for prior persisted fix

+4 -4
+2 -2
.changeset/brave-sloths-bathe.md
··· 1 1 --- 2 - '@urql/exchange-persisted-fetch': patch 2 + '@urql/exchange-persisted': patch 3 3 --- 4 4 5 - Refactor `persistedFetchExchange` and SHA256 logic to save on bundlesize. 5 + Refactor SHA256 logic to save on bundlesize.
+1 -1
.changeset/strange-apples-trade.md
··· 1 1 --- 2 - '@urql/exchange-persisted-fetch': major 2 + '@urql/exchange-persisted': major 3 3 --- 4 4 5 5 Remove `persistedFetchExchange` and instead implement `persistedExchange`. This exchange must be placed in front of a terminating exchange (such as the default `fetchExchange` or a `subscriptionExchange` that supports persisted queries), and only modifies incoming operations to contain `extensions.persistedQuery`, which is sent on via the API. If the API expects Automatic Persisted Queries, requests are retried by this exchange internally.
+1 -1
.changeset/three-poets-think.md
··· 1 1 --- 2 - '@urql/exchange-persisted-fetch': major 2 + '@urql/exchange-persisted': major 3 3 --- 4 4 5 5 Rename `@urql/exchange-persisted-fetch` to `@urql/exchange-persisted`