@vitessce/constants
Advanced tools
Comparing version 3.4.12 to 3.4.14
@@ -54,2 +54,4 @@ export const ViewType: { | ||
OBS_SEGMENTATIONS_OME_ZARR: string; | ||
IMAGE_OME_ZARR_ZIP: string; | ||
OBS_SEGMENTATIONS_OME_ZARR_ZIP: string; | ||
OBS_FEATURE_MATRIX_ANNDATA_ZARR: string; | ||
@@ -56,0 +58,0 @@ OBS_FEATURE_COLUMNS_ANNDATA_ZARR: string; |
@@ -57,2 +57,5 @@ const ViewType$2 = { | ||
OBS_SEGMENTATIONS_OME_ZARR: "obsSegmentations.ome-zarr", | ||
// OME-Zarr - Zipped | ||
IMAGE_OME_ZARR_ZIP: "image.ome-zarr.zip", | ||
OBS_SEGMENTATIONS_OME_ZARR_ZIP: "obsSegmentations.ome-zarr.zip", | ||
// AnnData | ||
@@ -59,0 +62,0 @@ OBS_FEATURE_MATRIX_ANNDATA_ZARR: "obsFeatureMatrix.anndata.zarr", |
{ | ||
"name": "@vitessce/constants", | ||
"version": "3.4.12", | ||
"version": "3.4.14", | ||
"author": "Gehlenborg Lab", | ||
@@ -19,3 +19,3 @@ "homepage": "http://vitessce.io", | ||
"dependencies": { | ||
"@vitessce/constants-internal": "3.4.12" | ||
"@vitessce/constants-internal": "3.4.14" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
45344
1211
+ Added@vitessce/constants-internal@3.4.14(transitive)
- Removed@vitessce/constants-internal@3.4.12(transitive)