File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ export interface AutoEncryptionOptions {
344
344
*
345
345
* Specifying a path prevents mongocryptd from being used as a fallback.
346
346
*
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.
348
348
*/
349
349
cryptSharedLibPath ?: string ;
350
350
/**
@@ -353,7 +353,7 @@ export interface AutoEncryptionOptions {
353
353
*
354
354
* This is always true when `cryptSharedLibPath` is specified.
355
355
*
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.
357
357
*/
358
358
cryptSharedLibRequired ?: boolean ;
359
359
/**
You can’t perform that action at this time.
0 commit comments