@vitessce/vega 3.4.14 → 3.5.0

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 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -49678,7 +49678,8 @@ const ViewType$1 = {
49678
49678
  OBS_SET_FEATURE_VALUE_DISTRIBUTION: "obsSetFeatureValueDistribution",
49679
49679
  FEATURE_VALUE_HISTOGRAM: "featureValueHistogram",
49680
49680
  DOT_PLOT: "dotPlot",
49681
- FEATURE_BAR_PLOT: "featureBarPlot"
49681
+ FEATURE_BAR_PLOT: "featureBarPlot",
49682
+ BIOMARKER_SELECT: "biomarkerSelect"
49682
49683
  };
49683
49684
  const DataType$1 = {
49684
49685
  OBS_LABELS: "obsLabels",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.4.14",
4
- "author": "Gehlenborg Lab",
3
+ "version": "3.5.0",
4
+ "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
7
7
  "type": "git",
@@ -22,8 +22,8 @@
22
22
  "vega": "^5.21.0",
23
23
  "vega-lite": "^5.1.1",
24
24
  "vega-tooltip": "^0.27.0",
25
- "@vitessce/tooltip": "3.4.14",
26
- "@vitessce/legend": "3.4.14"
25
+ "@vitessce/tooltip": "3.5.0",
26
+ "@vitessce/legend": "3.5.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.0.0",