Skip to content

Commit 1393c5e

Browse files
Copilottwlite
andauthored
fix: remove runtime export of type-only RateLimitStorage from ratelimit.cjs (#616)
* Initial plan * fix: remove runtime export of TypeScript-only RateLimitStorage interface from ratelimit.cjs Co-authored-by: twlite <46562212+twlite@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: twlite <46562212+twlite@users.noreply.github.com>
1 parent a32c299 commit 1393c5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/website/docs/guide/06-community-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ this list, and future pull requests.
3737

3838
- [Documentation](#)
3939
- [GitHub repository](#)
40-
- [npm package](#)
40+
- [npm package](#)

packages/commandkit/ratelimit.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
getRemainingRequests,
1919
getResetTime,
2020
resetRateLimit,
21-
RateLimitStorage,
2221
DEFAULT_MAX_REQUESTS,
2322
DEFAULT_TIMEOUT,
2423
MemoryRateLimitStorage,

0 commit comments

Comments
 (0)