@vitessce/biomarker-select 3.8.4 → 3.8.5

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 +5 -5
package/dist/index.js CHANGED
@@ -752,6 +752,7 @@ const COMPONENT_COORDINATION_TYPES = {
752
752
  CoordinationType.FEATURE_SELECTION,
753
753
  CoordinationType.FEATURE_VALUE_COLORMAP,
754
754
  CoordinationType.FEATURE_VALUE_COLORMAP_RANGE,
755
+ CoordinationType.FEATURE_AGGREGATION_STRATEGY,
755
756
  // TODO: CoordinationType.FEATURE_COLOR_ENCODING,
756
757
  // TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
757
758
  CoordinationType.TOOLTIPS_VISIBLE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/biomarker-select",
3
- "version": "3.8.4",
3
+ "version": "3.8.5",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,10 +21,10 @@
21
21
  "fuse.js": "^7.0.0",
22
22
  "d3-dsv": "^1.1.1",
23
23
  "clsx": "^1.1.1",
24
- "@vitessce/styles": "3.8.4",
25
- "@vitessce/constants-internal": "3.8.4",
26
- "@vitessce/vit-s": "3.8.4",
27
- "@vitessce/types": "3.8.4"
24
+ "@vitessce/styles": "3.8.5",
25
+ "@vitessce/constants-internal": "3.8.5",
26
+ "@vitessce/vit-s": "3.8.5",
27
+ "@vitessce/types": "3.8.5"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",