From f2be9da330c3168ec86b90a222a17069ccba0163 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:21:24 +0000 Subject: [PATCH 1/2] Initial plan From 0850c1661789c93533714738b56065d9881eabad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:24:58 +0000 Subject: [PATCH 2/2] fix: remove runtime export of TypeScript-only RateLimitStorage interface from ratelimit.cjs Co-authored-by: twlite <46562212+twlite@users.noreply.github.com> --- apps/website/docs/guide/06-community-plugins.mdx | 2 +- packages/commandkit/ratelimit.cjs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/website/docs/guide/06-community-plugins.mdx b/apps/website/docs/guide/06-community-plugins.mdx index bff2e53c..77393102 100644 --- a/apps/website/docs/guide/06-community-plugins.mdx +++ b/apps/website/docs/guide/06-community-plugins.mdx @@ -37,4 +37,4 @@ this list, and future pull requests. - [Documentation](#) - [GitHub repository](#) -- [npm package](#) \ No newline at end of file +- [npm package](#) diff --git a/packages/commandkit/ratelimit.cjs b/packages/commandkit/ratelimit.cjs index e5c5df83..03127411 100644 --- a/packages/commandkit/ratelimit.cjs +++ b/packages/commandkit/ratelimit.cjs @@ -18,7 +18,6 @@ module.exports = { getRemainingRequests, getResetTime, resetRateLimit, - RateLimitStorage, DEFAULT_MAX_REQUESTS, DEFAULT_TIMEOUT, MemoryRateLimitStorage,