@vitessce/vit-s 3.6.14 → 3.6.16
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 +12 -12
package/dist/index.js
CHANGED
|
@@ -32243,7 +32243,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
32243
32243
|
CoordinationType$1.HIERARCHY_LEVELS
|
|
32244
32244
|
]
|
|
32245
32245
|
});
|
|
32246
|
-
const version = "3.6.
|
|
32246
|
+
const version = "3.6.16";
|
|
32247
32247
|
const META_VERSION = {
|
|
32248
32248
|
version
|
|
32249
32249
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.16",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -28,16 +28,16 @@
|
|
|
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/error": "3.6.
|
|
34
|
-
"@vitessce/constants-internal": "3.6.
|
|
35
|
-
"@vitessce/plugins": "3.6.
|
|
36
|
-
"@vitessce/schemas": "3.6.
|
|
37
|
-
"@vitessce/utils": "3.6.
|
|
38
|
-
"@vitessce/sets-utils": "3.6.
|
|
39
|
-
"@vitessce/config": "3.6.
|
|
40
|
-
"@vitessce/globals": "3.6.
|
|
31
|
+
"@vitessce/styles": "3.6.16",
|
|
32
|
+
"@vitessce/abstract": "3.6.16",
|
|
33
|
+
"@vitessce/error": "3.6.16",
|
|
34
|
+
"@vitessce/constants-internal": "3.6.16",
|
|
35
|
+
"@vitessce/plugins": "3.6.16",
|
|
36
|
+
"@vitessce/schemas": "3.6.16",
|
|
37
|
+
"@vitessce/utils": "3.6.16",
|
|
38
|
+
"@vitessce/sets-utils": "3.6.16",
|
|
39
|
+
"@vitessce/config": "3.6.16",
|
|
40
|
+
"@vitessce/globals": "3.6.16"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"react-dom": "^18.0.0",
|
|
47
47
|
"vite": "^6.3.5",
|
|
48
48
|
"vitest": "^3.1.4",
|
|
49
|
-
"@vitessce/types": "3.6.
|
|
49
|
+
"@vitessce/types": "3.6.16"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|