@yugabytedb/perf-advisor-ui 1.0.58 → 1.0.59

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/types.d.ts CHANGED
@@ -556,7 +556,7 @@ interface MetricsAnalysisEntryProps {
556
556
  onSelectedIssue?: (troubleshootUuid: string | null, params?: PAUrlParams) => void;
557
557
  onSelectedQuery?: (queryId: string | null, params?: QueryPageParams) => void;
558
558
  }
559
- declare const MetricsAnalysisEntry: ({ universeUuid, troubleshootUuid, universeData, appName, timezone, apiUrl, onSelectedIssue, onSelectedQuery }: MetricsAnalysisEntryProps) => JSX.Element;
559
+ declare const MetricsAnalysisEntry: ({ universeUuid, troubleshootUuid, appName, timezone, apiUrl, onSelectedIssue, onSelectedQuery }: MetricsAnalysisEntryProps) => JSX.Element;
560
560
 
561
561
  interface PerfAdvisorEntryProps {
562
562
  timezone?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",