Skip to content

Commit 63eb9fd

Browse files
committed
Exported RateLimiterOptions
1 parent 04f0c27 commit 63eb9fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- `RateLimiterOptions` is now exported.
13+
814
## [0.6.2] - 2025-06-17
915

1016
### Fixed

src/lib/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { RateLimiter } from './rateLimiter.js';
1+
export { RateLimiter, type RateLimiterOptions } from './rateLimiter.js';
22
export { RetryAfterRateLimiter } from './retryAfterRateLimiter.js';
33
export { defaultHashFunction } from './hashFunction.js';
44
export { TTLTime } from './rate.js';

0 commit comments

Comments
 (0)