From bba1457881326f1c5ac3c299f79eb699a5d31d6a Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Thu, 23 Jun 2022 23:50:25 +0200 Subject: [PATCH] feat(NODE-4301): remove shared lib experimental tags --- src/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deps.ts b/src/deps.ts index 1c3ab68eb96..3dd5aedf5f4 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -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; /** @@ -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; /**