@vitessce/vit-s 3.9.4 → 3.9.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 +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -35086,7 +35086,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
35086
35086
|
CoordinationType$1.HIERARCHY_LEVELS
|
|
35087
35087
|
]
|
|
35088
35088
|
});
|
|
35089
|
-
const version = "3.9.
|
|
35089
|
+
const version = "3.9.5";
|
|
35090
35090
|
const META_VERSION = {
|
|
35091
35091
|
version
|
|
35092
35092
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.5",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"react-error-boundary": "^5.0.0",
|
|
32
32
|
"@placemarkio/flat-drop-files": "^1.0.2",
|
|
33
33
|
"zarrita": "0.6.1",
|
|
34
|
-
"@vitessce/styles": "3.9.
|
|
35
|
-
"@vitessce/
|
|
36
|
-
"@vitessce/
|
|
37
|
-
"@vitessce/plugins": "3.9.
|
|
38
|
-
"@vitessce/
|
|
39
|
-
"@vitessce/
|
|
40
|
-
"@vitessce/sets-utils": "3.9.
|
|
41
|
-
"@vitessce/
|
|
42
|
-
"@vitessce/zarr-utils": "3.9.
|
|
43
|
-
"@vitessce/
|
|
44
|
-
"@vitessce/
|
|
34
|
+
"@vitessce/styles": "3.9.5",
|
|
35
|
+
"@vitessce/error": "3.9.5",
|
|
36
|
+
"@vitessce/abstract": "3.9.5",
|
|
37
|
+
"@vitessce/plugins": "3.9.5",
|
|
38
|
+
"@vitessce/constants-internal": "3.9.5",
|
|
39
|
+
"@vitessce/schemas": "3.9.5",
|
|
40
|
+
"@vitessce/sets-utils": "3.9.5",
|
|
41
|
+
"@vitessce/utils": "3.9.5",
|
|
42
|
+
"@vitessce/zarr-utils": "3.9.5",
|
|
43
|
+
"@vitessce/config": "3.9.5",
|
|
44
|
+
"@vitessce/globals": "3.9.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-dom": "18.3.1",
|
|
51
51
|
"vite": "^7.0.0",
|
|
52
52
|
"vitest": "^3.1.4",
|
|
53
|
-
"@vitessce/types": "3.9.
|
|
53
|
+
"@vitessce/types": "3.9.5"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|