@vitessce/vega 3.9.9 → 3.9.10
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 +6 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -52594,6 +52594,7 @@ const FileType$1 = {
|
|
|
52594
52594
|
OBS_LABELS_MUDATA_ZARR: "obsLabels.mudata.zarr",
|
|
52595
52595
|
FEATURE_LABELS_MUDATA_ZARR: "featureLabels.mudata.zarr",
|
|
52596
52596
|
GENOMIC_PROFILES_ZARR: "genomic-profiles.zarr",
|
|
52597
|
+
GENOMIC_PROFILES_ZARR_ZIP: "genomic-profiles.zarr.zip",
|
|
52597
52598
|
NEIGHBORHOODS_JSON: "neighborhoods.json",
|
|
52598
52599
|
// OME-TIFF
|
|
52599
52600
|
IMAGE_OME_TIFF: "image.ome-tiff",
|
|
@@ -52858,6 +52859,7 @@ const CoordinationType$1 = {
|
|
|
52858
52859
|
[FileType$1.OBS_LABELS_MOLECULES_JSON]: DataType$1.OBS_LABELS,
|
|
52859
52860
|
// For old file types
|
|
52860
52861
|
[FileType$1.GENOMIC_PROFILES_ZARR]: DataType$1.GENOMIC_PROFILES,
|
|
52862
|
+
[FileType$1.GENOMIC_PROFILES_ZARR_ZIP]: DataType$1.GENOMIC_PROFILES,
|
|
52861
52863
|
[FileType$1.NEIGHBORHOODS_JSON]: DataType$1.NEIGHBORHOODS
|
|
52862
52864
|
});
|
|
52863
52865
|
({
|
|
@@ -53022,6 +53024,10 @@ const CoordinationType$1 = {
|
|
|
53022
53024
|
},
|
|
53023
53025
|
[FileType$1.OBS_EMBEDDING_SPATIALDATA_ZARR]: {
|
|
53024
53026
|
zip: FileType$1.OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP
|
|
53027
|
+
},
|
|
53028
|
+
// For genomic profiles:
|
|
53029
|
+
[FileType$1.GENOMIC_PROFILES_ZARR]: {
|
|
53030
|
+
zip: FileType$1.GENOMIC_PROFILES_ZARR_ZIP
|
|
53025
53031
|
}
|
|
53026
53032
|
});
|
|
53027
53033
|
[
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vega",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.10",
|
|
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.9.
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/
|
|
24
|
+
"@vitessce/styles": "3.9.10",
|
|
25
|
+
"@vitessce/tooltip": "3.9.10",
|
|
26
|
+
"@vitessce/legend": "3.9.10"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"react": "18.3.1",
|