@cyvest/cyvest-vis 4.1.0 → 4.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyvest/cyvest-vis",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "@dagrejs/dagre": "^1.1.8",
14
14
  "@xyflow/react": "^12.10.0",
15
15
  "d3-force": "^3.0.0",
16
- "@cyvest/cyvest-js": "4.1.0"
16
+ "@cyvest/cyvest-js": "4.2.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/d3-force": "^3.0.10",
@@ -727,4 +727,3 @@ export function getInvestigationIcon(
727
727
  ): React.FC<IconProps> {
728
728
  return INVESTIGATION_ICON_MAP[nodeType] ?? QuestionIcon;
729
729
  }
730
-