@yugabytedb/perf-advisor-ui 1.0.7 → 1.0.9

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
@@ -673,6 +673,7 @@ interface CodeBlockProps {
673
673
  enabledExpandCollapse?: boolean;
674
674
  showExpandCollapse?: boolean;
675
675
  collapseHeight?: number;
676
+ appName: AppName;
676
677
  }
677
678
  declare const YBCodeBlockCopy: FC<CodeBlockProps>;
678
679
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",
@@ -62,7 +62,7 @@
62
62
  "react-router-dom": "5.3.3",
63
63
  "react-toastify": "7.0.3",
64
64
  "typescript": "4.9.3",
65
- "vis-timeline": "^7.7.3",
65
+ "vis-timeline": "7.7.3",
66
66
  "web-vitals": "2.1.4"
67
67
  },
68
68
  "prettier": {
@@ -78,7 +78,7 @@
78
78
  "react": "17.0.2",
79
79
  "react-dom": "17.0.2",
80
80
  "react-query": "3.32.1",
81
- "vis-timeline": "^7.7.3"
81
+ "vis-timeline": "7.7.3"
82
82
  },
83
83
  "scripts": {
84
84
  "start": "rollup start",