@vitessce/config 3.4.10 → 3.4.12

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 +3 -3
package/dist/index.js CHANGED
@@ -125,6 +125,7 @@ const CoordinationType = {
125
125
  FEATURE_TYPE: "featureType",
126
126
  FEATURE_VALUE_TYPE: "featureValueType",
127
127
  OBS_LABELS_TYPE: "obsLabelsType",
128
+ FEATURE_LABELS_TYPE: "featureLabelsType",
128
129
  // Other types
129
130
  EMBEDDING_TYPE: "embeddingType",
130
131
  EMBEDDING_ZOOM: "embeddingZoom",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/config",
3
- "version": "3.4.10",
3
+ "version": "3.4.12",
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/constants-internal": "3.4.10",
20
- "@vitessce/utils": "3.4.10"
19
+ "@vitessce/constants-internal": "3.4.12",
20
+ "@vitessce/utils": "3.4.12"
21
21
  },
22
22
  "scripts": {
23
23
  "bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",