@vitessce/config 3.4.12 → 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 +3 -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/config",
3
- "version": "3.4.12",
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.12",
20
- "@vitessce/utils": "3.4.12"
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",