Skip to content

Commit

Permalink
fix: explicitly state 5.0.0 deprecation plan (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikaan committed Feb 23, 2022
1 parent 8de8a32 commit 6a73271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a73271

Please sign in to comment.