Skip to content

Commit 832e72e

Browse files
committed
refactor: remove deprecated, unsupported and unused alphaFeatures
1 parent b6ee87f commit 832e72e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/contentful-management.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ function createClient(
6363
}
6464
): PlainClientAPI
6565
// Usually, overloads with more specific signatures should come first but some IDEs are often not able to handle overloads with separate TSDocs correctly
66-
/**
67-
* @deprecated The `alphaFeatures` option is no longer supported. Please use the function without this option.
68-
*/
69-
function createClient(
70-
clientOptions: ClientOptions,
71-
opts: {
72-
type?: 'plain'
73-
alphaFeatures: string[]
74-
defaults?: DefaultParams
75-
}
76-
): ClientAPI | PlainClientAPI
7766
function createClient(
7867
clientOptions: ClientOptions,
7968
opts: {

0 commit comments

Comments
 (0)