Skip to content

Commit 3976783

Browse files
authored
feat(NODE-4301): remove shared lib experimental tags (#3298)
1 parent cf6d523 commit 3976783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deps.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export interface AutoEncryptionOptions {
344344
*
345345
* Specifying a path prevents mongocryptd from being used as a fallback.
346346
*
347-
* @experimental Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
347+
* Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
348348
*/
349349
cryptSharedLibPath?: string;
350350
/**
@@ -353,7 +353,7 @@ export interface AutoEncryptionOptions {
353353
*
354354
* This is always true when `cryptSharedLibPath` is specified.
355355
*
356-
* @experimental Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
356+
* Requires the MongoDB Crypt shared library, available in MongoDB 6.0 or higher.
357357
*/
358358
cryptSharedLibRequired?: boolean;
359359
/**

0 commit comments

Comments
 (0)