From 5d2466e679020cf31fa3a7894a22bcd13df937f4 Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:33:43 +0100 Subject: [PATCH] checkpoints/elysia: CAP.js -> Cap --- checkpoints/elysia/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkpoints/elysia/index.d.ts b/checkpoints/elysia/index.d.ts index ce23f68..f7746df 100644 --- a/checkpoints/elysia/index.d.ts +++ b/checkpoints/elysia/index.d.ts @@ -49,11 +49,11 @@ export interface ChallengeRedeemResponse { } /** - * CAP.js middleware for Elysia that provides challenge-based bot protection + * Cap middleware for Elysia that provides challenge-based bot protection * * @param userOptions Configuration options for the middleware - * @returns An Elysia plugin instance configured with CAP.js protection + * @returns An Elysia plugin instance configured with Cap protection */ export declare function capMiddleware( - userOptions?: CapMiddlewareOptions, + userOptions?: CapMiddlewareOptions ): Elysia;