@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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +93036 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +2 -2
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.
|
|
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
|
+
}
|