@vitessce/constants-internal 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.
package/dist/index.js CHANGED
@@ -1213,6 +1213,7 @@ const COMPONENT_COORDINATION_TYPES = {
1213
1213
  CoordinationType.FEATURE_SELECTION,
1214
1214
  CoordinationType.FEATURE_VALUE_COLORMAP,
1215
1215
  CoordinationType.FEATURE_VALUE_COLORMAP_RANGE,
1216
+ CoordinationType.FEATURE_AGGREGATION_STRATEGY,
1216
1217
  // TODO: CoordinationType.FEATURE_COLOR_ENCODING,
1217
1218
  // TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
1218
1219
  CoordinationType.TOOLTIPS_VISIBLE,
@@ -1308,10 +1309,10 @@ const COMPONENT_COORDINATION_TYPES = {
1308
1309
  ]
1309
1310
  };
1310
1311
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
1311
- const version = "3.8.4";
1312
- const date = "2025-10-23";
1312
+ const version = "3.8.5";
1313
+ const date = "2025-10-24";
1313
1314
  const branch = "changeset-release/main";
1314
- const hash = "7ddc45cf";
1315
+ const hash = "492a271a";
1315
1316
  const version$1 = {
1316
1317
  note,
1317
1318
  version,
@@ -1 +1 @@
1
- {"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UA0B/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;CAqoBxC,CAAC"}
1
+ {"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UA0B/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;CAsoBxC,CAAC"}
@@ -592,6 +592,7 @@ export const COMPONENT_COORDINATION_TYPES = {
592
592
  CoordinationType.FEATURE_SELECTION,
593
593
  CoordinationType.FEATURE_VALUE_COLORMAP,
594
594
  CoordinationType.FEATURE_VALUE_COLORMAP_RANGE,
595
+ CoordinationType.FEATURE_AGGREGATION_STRATEGY,
595
596
  // TODO: CoordinationType.FEATURE_COLOR_ENCODING,
596
597
  // TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
597
598
  CoordinationType.TOOLTIPS_VISIBLE,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.8.4",
4
- "date": "2025-10-23",
3
+ "version": "3.8.5",
4
+ "date": "2025-10-24",
5
5
  "branch": "changeset-release/main",
6
- "hash": "7ddc45cf"
6
+ "hash": "492a271a"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.8.4",
3
+ "version": "3.8.5",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -595,6 +595,7 @@ export const COMPONENT_COORDINATION_TYPES = {
595
595
  CoordinationType.FEATURE_SELECTION,
596
596
  CoordinationType.FEATURE_VALUE_COLORMAP,
597
597
  CoordinationType.FEATURE_VALUE_COLORMAP_RANGE,
598
+ CoordinationType.FEATURE_AGGREGATION_STRATEGY,
598
599
  // TODO: CoordinationType.FEATURE_COLOR_ENCODING,
599
600
  // TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
600
601
  CoordinationType.TOOLTIPS_VISIBLE,
package/src/version.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.8.4",
4
- "date": "2025-10-23",
3
+ "version": "3.8.5",
4
+ "date": "2025-10-24",
5
5
  "branch": "changeset-release/main",
6
- "hash": "7ddc45cf"
6
+ "hash": "492a271a"
7
7
  }