silgi 0.38.2 → 0.38.3
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/cli/index.mjs +1 -1
- package/dist/kit/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
package/dist/kit/index.d.mts
CHANGED
|
@@ -279,7 +279,7 @@ declare function useRequest<T extends IncomingMessage>(event: SilgiEvent): T | (
|
|
|
279
279
|
originalUrl?: string;
|
|
280
280
|
});
|
|
281
281
|
declare function useResponse<T extends ServerResponse>(event: SilgiEvent): ServerResponse;
|
|
282
|
-
declare function getIpAddress(event: SilgiEvent): string
|
|
282
|
+
declare function getIpAddress(event: SilgiEvent): string;
|
|
283
283
|
/**
|
|
284
284
|
* Extract the client's IP address from request headers with high accuracy
|
|
285
285
|
* @param req - The incoming HTTP request (Fetch API Request)
|