File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77### Added
88
99- Added ` ProxyResponse ` type for makeProxyRequest
10- - changed the location of connect DEBUG calls so they'll still show in the error case.
11-
10+ - changed the location of connect DEBUG calls so they'll still show in the
11+ error case.
1212## [ 1.5.2] - 2025-04-15
1313
1414### Added
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export type ProxyTargetApiRequest = {
155155 * If the response has a Content-Type of application/json, the body will be parsed
156156 * and returned as an object. Otherwise the type will be a string.
157157 */
158- export type ProxyResponse = Record < string , any > | string ;
158+ export type ProxyResponse = Record < string , unknown > | string ;
159159
160160/**
161161 * Creates a new instance of BackendClient with the provided options.
You can’t perform that action at this time.
0 commit comments