@vitessce/constants
Advanced tools
Comparing version 3.3.12 to 3.4.0
@@ -16,3 +16,4 @@ const ViewType$2 = { | ||
OBS_SET_FEATURE_VALUE_DISTRIBUTION: "obsSetFeatureValueDistribution", | ||
FEATURE_VALUE_HISTOGRAM: "featureValueHistogram" | ||
FEATURE_VALUE_HISTOGRAM: "featureValueHistogram", | ||
FEATURE_BAR_PLOT: "featureBarPlot" | ||
}; | ||
@@ -105,2 +106,4 @@ const DataType$2 = { | ||
OBS_SEGMENTATIONS_OME_TIFF: "obsSegmentations.ome-tiff", | ||
// GLB | ||
OBS_SEGMENTATIONS_GLB: "obsSegmentations.glb", | ||
// New file types to support old file types: | ||
@@ -107,0 +110,0 @@ // - cells.json |
{ | ||
"name": "@vitessce/constants", | ||
"version": "3.3.12", | ||
"version": "3.4.0", | ||
"author": "Gehlenborg Lab", | ||
@@ -19,3 +19,3 @@ "homepage": "http://vitessce.io", | ||
"dependencies": { | ||
"@vitessce/constants-internal": "3.3.12" | ||
"@vitessce/constants-internal": "3.4.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
34433
909
+ Added@vitessce/constants-internal@3.4.0(transitive)
- Removed@vitessce/constants-internal@3.3.12(transitive)