@vitessce/vit-s 3.6.4 → 3.6.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 +8 -3
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -31751,7 +31751,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
31751
31751
|
CoordinationType$1.HIERARCHY_LEVELS
|
|
31752
31752
|
]
|
|
31753
31753
|
});
|
|
31754
|
-
const version = "3.6.
|
|
31754
|
+
const version = "3.6.5";
|
|
31755
31755
|
const META_VERSION = {
|
|
31756
31756
|
version
|
|
31757
31757
|
};
|
|
@@ -32290,12 +32290,17 @@ anndataZarrSchema.extend({
|
|
|
32290
32290
|
z.object({
|
|
32291
32291
|
// TODO: should `image` be a special schema
|
|
32292
32292
|
// to allow specifying fileUid (like for embeddingType)?
|
|
32293
|
-
// TODO: allow multiple images
|
|
32293
|
+
// TODO: allow multiple images?
|
|
32294
32294
|
image: imageSpatialdataSchema,
|
|
32295
32295
|
// TODO: should this be a special schema
|
|
32296
32296
|
// to allow specifying fileUid (like for embeddingType)?
|
|
32297
|
-
// TODO: allow multiple labels
|
|
32297
|
+
// TODO: allow multiple labels?
|
|
32298
32298
|
labels: obsSegmentationsSpatialdataSchema,
|
|
32299
|
+
// TODO: allow multiple shapes?
|
|
32300
|
+
// TODO: unify labels and shapes to obsSegmentations,
|
|
32301
|
+
// then distinguish in expand function based on
|
|
32302
|
+
// "labels/*" vs. "shapes/*" in path?
|
|
32303
|
+
shapes: obsSegmentationsSpatialdataSchema,
|
|
32299
32304
|
obsFeatureMatrix: obsFeatureMatrixSpatialdataSchema,
|
|
32300
32305
|
obsSpots: obsSpotsSpatialdataSchema,
|
|
32301
32306
|
// TODO: obsPoints
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"zustand": "^5.0.4",
|
|
29
29
|
"react-aria": "^3.28.0",
|
|
30
30
|
"react-error-boundary": "^5.0.0",
|
|
31
|
-
"@vitessce/styles": "3.6.
|
|
32
|
-
"@vitessce/abstract": "3.6.
|
|
33
|
-
"@vitessce/constants-internal": "3.6.
|
|
34
|
-
"@vitessce/plugins": "3.6.
|
|
35
|
-
"@vitessce/schemas": "3.6.
|
|
36
|
-
"@vitessce/utils": "3.6.
|
|
37
|
-
"@vitessce/sets-utils": "3.6.
|
|
38
|
-
"@vitessce/config": "3.6.
|
|
39
|
-
"@vitessce/globals": "3.6.
|
|
31
|
+
"@vitessce/styles": "3.6.5",
|
|
32
|
+
"@vitessce/abstract": "3.6.5",
|
|
33
|
+
"@vitessce/constants-internal": "3.6.5",
|
|
34
|
+
"@vitessce/plugins": "3.6.5",
|
|
35
|
+
"@vitessce/schemas": "3.6.5",
|
|
36
|
+
"@vitessce/utils": "3.6.5",
|
|
37
|
+
"@vitessce/sets-utils": "3.6.5",
|
|
38
|
+
"@vitessce/config": "3.6.5",
|
|
39
|
+
"@vitessce/globals": "3.6.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-dom": "^18.0.0",
|
|
46
46
|
"vite": "^6.3.5",
|
|
47
47
|
"vitest": "^3.1.4",
|
|
48
|
-
"@vitessce/types": "3.6.
|
|
48
|
+
"@vitessce/types": "3.6.5"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|