diff --git a/lib/space.ts b/lib/space.ts index 26032a9871..bac2a31067 100644 --- a/lib/space.ts +++ b/lib/space.ts @@ -67,7 +67,7 @@ export default function createSpace( console.warn( `You called ${String( methodName - )} on the Space API. Since version 4.0.0 the Space API and its methods are deprecated. We recommend that you use the CMA client instead. See https://www.contentful.com/developers/docs/extensibility/app-framework/sdk/#using-the-contentful-management-library for more details.` + )} on the Space API. Since version 4.0.0 the Space API and its methods are deprecated, and they will be removed from version 5.0.0 on. We recommend that you use the CMA client instead. See https://www.contentful.com/developers/docs/extensibility/app-framework/sdk/#using-the-contentful-management-library for more details.` ) return channel.call('callSpaceMethod', methodName, args) } as any