Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export interface AutoEncryptionOptions {
*
* Specifying a path prevents mongocryptd from being used as a fallback.
*
* @experimental Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
* Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
*/
cryptSharedLibPath?: string;
/**
Expand All @@ -353,7 +353,7 @@ export interface AutoEncryptionOptions {
*
* This is always true when `cryptSharedLibPath` is specified.
*
* @experimental Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
* Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
*/
cryptSharedLibRequired?: boolean;
/**
Expand Down