@yugabytedb/perf-advisor-ui 1.0.116 → 1.0.117

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
@@ -1380,6 +1380,7 @@ declare const TOOLTIP_TEXT: {
1380
1380
  ACTIVE_SESSIONS_PER_SECOND_QUERY_TOOLTIP: string;
1381
1381
  EVENTS_QUERY_TOOLTIP: string;
1382
1382
  QUERY_TEXT_TOOLTIP: string;
1383
+ DELETED_TABLET_TOOLTIP: string;
1383
1384
  };
1384
1385
  declare const HISTORICAL_QUERY_DATA_LABELS: {
1385
1386
  DB_ID: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",
@@ -118,4 +118,4 @@
118
118
  "publishConfig": {
119
119
  "access": "public"
120
120
  }
121
- }
121
+ }