@vitessce/config 3.5.10 → 3.5.11

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 +1 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -194,6 +194,7 @@ const CoordinationType = {
194
194
  FEATURE_VALUE_COLORMAP: "featureValueColormap",
195
195
  FEATURE_VALUE_TRANSFORM: "featureValueTransform",
196
196
  FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
197
+ FEATURE_AGGREGATION_STRATEGY: "featureAggregationStrategy",
197
198
  OBS_COLOR_ENCODING: "obsColorEncoding",
198
199
  SPATIAL_IMAGE_LAYER: "spatialImageLayer",
199
200
  SPATIAL_SEGMENTATION_LAYER: "spatialSegmentationLayer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/config",
3
- "version": "3.5.10",
3
+ "version": "3.5.11",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -16,9 +16,9 @@
16
16
  "dist-tsc"
17
17
  ],
18
18
  "dependencies": {
19
- "@vitessce/constants-internal": "3.5.10",
20
- "@vitessce/utils": "3.5.10",
21
- "@vitessce/globals": "3.5.10"
19
+ "@vitessce/constants-internal": "3.5.11",
20
+ "@vitessce/utils": "3.5.11",
21
+ "@vitessce/globals": "3.5.11"
22
22
  },
23
23
  "scripts": {
24
24
  "bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",