@emeryld/rrroutes-client 2.4.11 → 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.
package/dist/index.cjs CHANGED
@@ -1159,7 +1159,7 @@ function createRouteClient(opts) {
1159
1159
  );
1160
1160
  try {
1161
1161
  const out = await fetcher(
1162
- body === void 0 ? { url, method: methodUpper } : { url, method: methodUpper, body }
1162
+ body === void 0 ? { url, method: methodUpper, headers: input.headers } : { url, method: methodUpper, body, headers: input.headers }
1163
1163
  );
1164
1164
  emitDebug(
1165
1165
  decorateDebugEvent(