@acarmisc/backstage-plugin-litellm 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export { UsageStats } from './components/UsageStats';
6
6
  export { TeamUsage } from './components/TeamUsage';
7
7
  export { LiteLLMHomeWidget } from './components/LiteLLMHomeWidget';
8
8
  export type { LiteLLMHomeWidgetProps } from './components/LiteLLMHomeWidget';
9
+ export { GenerateKeyDialog } from './components/GenerateKeyDialog';
9
10
  export { LiteLlmApi, liteLlmApiRef } from './api';
10
11
  export type { LiteLlmApiInterface } from './api';
11
12
  export * from './types';
package/dist/index.esm.js CHANGED
@@ -3259,9 +3259,11 @@ var LiteLLMHomeWidget = ({
3259
3259
  };
3260
3260
 
3261
3261
  // src/index.ts
3262
+ init_GenerateKeyDialog();
3262
3263
  init_api();
3263
3264
  export {
3264
3265
  DashboardHeader,
3266
+ GenerateKeyDialog,
3265
3267
  KeysTable,
3266
3268
  LiteLLMHomeWidget,
3267
3269
  LiteLLMPage,