andoncloud-prometheus-widget 1.3.2 → 1.3.3

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
@@ -1,4 +1,5 @@
1
1
  export { default as Widget } from './components/Widget';
2
2
  export declare const getDisplayName: (lang: "en" | "pl") => "PromQL chart" | "Wykres PromQL" | "prometheus-widget";
3
- export declare const permissions: never[];
3
+ export declare const requiredFeatures: string[];
4
+ export declare const extraPermissions: string[];
4
5
  export { LIBRARY_VERSION as version } from './version';