@vitessce/vit-s 3.5.11 → 3.5.12
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 +3 -3
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -28488,10 +28488,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28488
28488
|
CoordinationType$1.FEATURE_AGGREGATION_STRATEGY
|
|
28489
28489
|
];
|
|
28490
28490
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28491
|
-
const version = "3.5.
|
|
28492
|
-
const date = "2025-
|
|
28491
|
+
const version = "3.5.12";
|
|
28492
|
+
const date = "2025-05-14";
|
|
28493
28493
|
const branch = "changeset-release/main";
|
|
28494
|
-
const hash = "
|
|
28494
|
+
const hash = "a2f10645";
|
|
28495
28495
|
const META_VERSION = {
|
|
28496
28496
|
note,
|
|
28497
28497
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.12",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"zustand": "^3.5.10",
|
|
31
31
|
"react-aria": "^3.28.0",
|
|
32
32
|
"react-error-boundary": "^5.0.0",
|
|
33
|
-
"@vitessce/abstract": "3.5.
|
|
34
|
-
"@vitessce/constants-internal": "3.5.
|
|
35
|
-
"@vitessce/plugins": "3.5.
|
|
36
|
-
"@vitessce/schemas": "3.5.
|
|
37
|
-
"@vitessce/utils": "3.5.
|
|
38
|
-
"@vitessce/sets-utils": "3.5.
|
|
39
|
-
"@vitessce/config": "3.5.
|
|
40
|
-
"@vitessce/globals": "3.5.
|
|
33
|
+
"@vitessce/abstract": "3.5.12",
|
|
34
|
+
"@vitessce/constants-internal": "3.5.12",
|
|
35
|
+
"@vitessce/plugins": "3.5.12",
|
|
36
|
+
"@vitessce/schemas": "3.5.12",
|
|
37
|
+
"@vitessce/utils": "3.5.12",
|
|
38
|
+
"@vitessce/sets-utils": "3.5.12",
|
|
39
|
+
"@vitessce/config": "3.5.12",
|
|
40
|
+
"@vitessce/globals": "3.5.12"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@testing-library/jest-dom": "^5.16.4",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react": "^18.0.0",
|
|
46
46
|
"vite": "^4.3.0",
|
|
47
47
|
"vitest": "^0.32.2",
|
|
48
|
-
"@vitessce/types": "3.5.
|
|
48
|
+
"@vitessce/types": "3.5.12"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|