@vitessce/config 3.3.12 → 3.4.1

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 +2 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -68,6 +68,8 @@ const FileType = {
68
68
  // OME-TIFF
69
69
  IMAGE_OME_TIFF: "image.ome-tiff",
70
70
  OBS_SEGMENTATIONS_OME_TIFF: "obsSegmentations.ome-tiff",
71
+ // GLB
72
+ OBS_SEGMENTATIONS_GLB: "obsSegmentations.glb",
71
73
  // New file types to support old file types:
72
74
  // - cells.json
73
75
  OBS_EMBEDDING_CELLS_JSON: "obsEmbedding.cells.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/config",
3
- "version": "3.3.12",
3
+ "version": "3.4.1",
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/utils": "3.3.12",
20
- "@vitessce/constants-internal": "3.3.12"
19
+ "@vitessce/constants-internal": "3.4.1",
20
+ "@vitessce/utils": "3.4.1"
21
21
  },
22
22
  "scripts": {
23
23
  "bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",