@vitessce/constants
Advanced tools
Comparing version 3.5.2 to 3.5.3
@@ -20,2 +20,3 @@ export const ViewType: { | ||
BIOMARKER_SELECT: string; | ||
LINK_CONTROLLER: string; | ||
}; | ||
@@ -22,0 +23,0 @@ export const DataType: { |
@@ -19,3 +19,4 @@ const ViewType$2 = { | ||
FEATURE_BAR_PLOT: "featureBarPlot", | ||
BIOMARKER_SELECT: "biomarkerSelect" | ||
BIOMARKER_SELECT: "biomarkerSelect", | ||
LINK_CONTROLLER: "linkController" | ||
}; | ||
@@ -22,0 +23,0 @@ const DataType$2 = { |
{ | ||
"name": "@vitessce/constants", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"author": "HIDIVE Lab at HMS", | ||
@@ -19,3 +19,3 @@ "homepage": "http://vitessce.io", | ||
"dependencies": { | ||
"@vitessce/constants-internal": "3.5.2" | ||
"@vitessce/constants-internal": "3.5.3" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
45482
1215
+ Added@vitessce/constants-internal@3.5.3(transitive)
- Removed@vitessce/constants-internal@3.5.2(transitive)