From fda19fd8633d73ddbdc4ac7dcfb9ff7ef8bdf044 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Tue, 13 May 2025 11:52:47 +0300 Subject: [PATCH] chore: duplicated v10 entrypoint --- api-extractor.json | 1 - 1 file changed, 1 deletion(-) diff --git a/api-extractor.json b/api-extractor.json index 8f5b5d73..1fd79968 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -4,7 +4,6 @@ "mainEntryPointFilePath": "/v10.d.ts", "additionalEntryPoints": [ - { "modulePath": "v10", "filePath": "/v10.d.ts" }, { "modulePath": "v9", "filePath": "/v9.d.ts" }, { "modulePath": "rpc/v10", "filePath": "/rpc/v10.d.ts" }, { "modulePath": "voice/v4", "filePath": "/voice/v4.d.ts" }