@vitessce/config 3.4.11 → 3.4.14

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -19,6 +19,9 @@ const FileType = {
19
19
  // OME-Zarr
20
20
  IMAGE_OME_ZARR: "image.ome-zarr",
21
21
  OBS_SEGMENTATIONS_OME_ZARR: "obsSegmentations.ome-zarr",
22
+ // OME-Zarr - Zipped
23
+ IMAGE_OME_ZARR_ZIP: "image.ome-zarr.zip",
24
+ OBS_SEGMENTATIONS_OME_ZARR_ZIP: "obsSegmentations.ome-zarr.zip",
22
25
  // AnnData
23
26
  OBS_FEATURE_MATRIX_ANNDATA_ZARR: "obsFeatureMatrix.anndata.zarr",
24
27
  OBS_FEATURE_COLUMNS_ANNDATA_ZARR: "obsFeatureColumns.anndata.zarr",
@@ -125,6 +128,7 @@ const CoordinationType = {
125
128
  FEATURE_TYPE: "featureType",
126
129
  FEATURE_VALUE_TYPE: "featureValueType",
127
130
  OBS_LABELS_TYPE: "obsLabelsType",
131
+ FEATURE_LABELS_TYPE: "featureLabelsType",
128
132
  // Other types
129
133
  EMBEDDING_TYPE: "embeddingType",
130
134
  EMBEDDING_ZOOM: "embeddingZoom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/config",
3
- "version": "3.4.11",
3
+ "version": "3.4.14",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  "dist-tsc"
17
17
  ],
18
18
  "dependencies": {
19
- "@vitessce/constants-internal": "3.4.11",
20
- "@vitessce/utils": "3.4.11"
19
+ "@vitessce/constants-internal": "3.4.14",
20
+ "@vitessce/utils": "3.4.14"
21
21
  },
22
22
  "scripts": {
23
23
  "bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",