@acarmisc/backstage-plugin-litellm 0.12.0 → 0.12.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,9 +49,12 @@ import { LiteLLMHomeWidget } from '@acarmisc/backstage-plugin-litellm';
49
49
  - `litellmPlugin` — the frontend plugin instance
50
50
  - `LiteLLMPage` — main plugin page (keys, usage, team context)
51
51
  - `LiteLLMHomeWidget` — homepage usage summary card
52
+ - `GenerateKeyDialog` — shared "Generate New Key" dialog (surfaces failures inline, warns on duplicate aliases)
52
53
  - `DashboardHeader`, `KeysTable`, `UsageStats`, `TeamUsage` — individual page sections, exported for composition
53
54
  - `LiteLlmApi`, `liteLlmApiRef` — API client and its Backstage API ref
54
55
 
56
+ Note: `DashboardHeader` and `KeysTable` are composition pieces driven by `LiteLLMPage` and their props differ from older versions. `LiteLLMPage` is the supported entry point; composing the sections directly means keeping them in sync with the page's data wiring (keys, models, teams, and the `onGenerateKeyClick` callback).
57
+
55
58
  ## License
56
59
 
57
60
  Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acarmisc/backstage-plugin-litellm",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "litellm",