feat: deprecate remote link (#10768)

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Harminder Virk
2024-12-30 14:57:43 +05:30
committed by GitHub
parent 1e6d56bc18
commit bbf790ea44
25 changed files with 74 additions and 79 deletions

View File

@@ -5,6 +5,10 @@ export const ContainerRegistrationKeys = {
LOGGER: "logger",
REMOTE_QUERY: "remoteQuery",
QUERY: "query",
/**
* @deprecated. Instead use "ContainerRegistrationKeys.LINK"
*/
REMOTE_LINK: "remoteLink",
LINK: "link",
FEATURE_FLAG_ROUTER: "featureFlagRouter",
} as const