@emeryld/rrroutes-client 2.5.0 → 2.5.2

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.
@@ -318,6 +318,10 @@ export type RouteClientFetchArgs = {
318
318
  * Optional request body (already normalized by the caller).
319
319
  */
320
320
  body?: unknown;
321
+ /**
322
+ * Headers
323
+ */
324
+ headers?: Record<string, string>;
321
325
  };
322
326
  /**
323
327
  * Signature of the low-level RouteClient.fetch helper.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-client",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",