@vitessce/vega 3.8.0 → 3.8.1
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 +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -50603,7 +50603,7 @@ const ViewType$1 = {
|
|
|
50603
50603
|
SCATTERPLOT: "scatterplot",
|
|
50604
50604
|
SPATIAL: "spatial",
|
|
50605
50605
|
SPATIAL_BETA: "spatialBeta",
|
|
50606
|
-
SPATIAL_ACCELERATED:
|
|
50606
|
+
// SPATIAL_ACCELERATED: 'spatialAccelerated',
|
|
50607
50607
|
HEATMAP: "heatmap",
|
|
50608
50608
|
LAYER_CONTROLLER: "layerController",
|
|
50609
50609
|
LAYER_CONTROLLER_BETA: "layerControllerBeta",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vega",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"vega": "^5.21.0",
|
|
22
22
|
"vega-lite": "^5.1.1",
|
|
23
23
|
"vega-tooltip": "^0.27.0",
|
|
24
|
-
"@vitessce/styles": "3.8.
|
|
25
|
-
"@vitessce/tooltip": "3.8.
|
|
26
|
-
"@vitessce/legend": "3.8.
|
|
24
|
+
"@vitessce/styles": "3.8.1",
|
|
25
|
+
"@vitessce/tooltip": "3.8.1",
|
|
26
|
+
"@vitessce/legend": "3.8.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"react": "18.3.1",
|