@emeryld/rrroutes-client 2.2.17 → 2.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -298,5 +298,5 @@ export type RouteClientFetchArgs = {
298
298
  * Signature of the low-level RouteClient.fetch helper.
299
299
  * Callers may specify a response type parameter if desired.
300
300
  */
301
- export type RouteClientFetch = (args: RouteClientFetchArgs) => Promise<any>;
301
+ export type RouteClientFetch = (args: RouteClientFetchArgs) => Promise<FetcherOutput<any>>;
302
302
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-client",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",