Skip to content

Commit

Permalink
feat(NODE-4301): remove shared lib experimental tags (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jun 27, 2022
1 parent cf6d523 commit 3976783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deps.ts
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

0 comments on commit 3976783

Please sign in to comment.