andoncloud-prometheus-widget 1.3.13 → 1.3.14

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
@@ -30,7 +30,7 @@ declare const getDisplayName: (lang: string) => string;
30
30
  declare const getTitle: (_data: WidgetData | undefined, settings: WidgetSettings | undefined, _filters: FilterValues | undefined, lang: string) => string;
31
31
  //#endregion
32
32
  //#region src/version.d.ts
33
- declare const LIBRARY_VERSION = "1.3.13";
33
+ declare const LIBRARY_VERSION = "1.3.14";
34
34
  //#endregion
35
35
  //#region src/index.d.ts
36
36
  declare const thumbnail: string | undefined;