From 3c6de38345b90201eca05aa4795323b0cdd2e685 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Mar 2026 13:32:46 +0100 Subject: [PATCH] Update API report for cli-module-auth Signed-off-by: Patrik Oldsberg Made-with: Cursor --- packages/cli-module-auth/report.api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli-module-auth/report.api.md b/packages/cli-module-auth/report.api.md index 39011f0bac..91191153c8 100644 --- a/packages/cli-module-auth/report.api.md +++ b/packages/cli-module-auth/report.api.md @@ -4,7 +4,6 @@ ```ts import { CliModule } from '@backstage/cli-node'; -import { getSecretStore } from '@backstage/cli-node'; import { HttpInit } from '@backstage/cli-node'; import { httpJson } from '@backstage/cli-node'; import { SecretStore } from '@backstage/cli-node'; @@ -23,7 +22,8 @@ export function getInstanceConfig( key: string, ): Promise; -export { getSecretStore }; +// @public (undocumented) +export function getSecretStore(): Promise; // @public @deprecated (undocumented) export function getSelectedInstance(