Skip to content

Commit f32fbec

Browse files
committed
build fix: export MAX_RETRIES
1 parent 847c68e commit f32fbec

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export type {
621621
TimeoutContext,
622622
TimeoutContextOptions
623623
} from './timeout';
624-
export type { TokenBucket } from './token_bucket';
624+
export type { MAX_RETRIES, TokenBucket } from './token_bucket';
625625
export type { Transaction, TransactionOptions, TxnState } from './transactions';
626626
export type {
627627
BufferPool,

test/mongodb_bundled.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export const {
177177
ListIndexesOperation,
178178
Long,
179179
makeClientMetadata,
180+
MAX_RETRIES,
180181
MAX_SUPPORTED_SERVER_VERSION,
181182
MAX_SUPPORTED_WIRE_VERSION,
182183
MaxKey,

0 commit comments

Comments
 (0)