@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.cjs.js +2 -0
- package/dist/index.cjs.js.map +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3121,6 +3121,7 @@ var init_LiteLLMPage = __esm({
|
|
|
3121
3121
|
var index_exports = {};
|
|
3122
3122
|
__export(index_exports, {
|
|
3123
3123
|
DashboardHeader: () => DashboardHeader,
|
|
3124
|
+
GenerateKeyDialog: () => GenerateKeyDialog,
|
|
3124
3125
|
KeysTable: () => KeysTable,
|
|
3125
3126
|
LiteLLMHomeWidget: () => LiteLLMHomeWidget,
|
|
3126
3127
|
LiteLLMPage: () => LiteLLMPage,
|
|
@@ -3268,5 +3269,6 @@ var LiteLLMHomeWidget = ({
|
|
|
3268
3269
|
};
|
|
3269
3270
|
|
|
3270
3271
|
// src/index.ts
|
|
3272
|
+
init_GenerateKeyDialog();
|
|
3271
3273
|
init_api();
|
|
3272
3274
|
//# sourceMappingURL=index.cjs.js.map
|