@vitessce/vit-s 3.5.8 → 3.5.9
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
|
@@ -28484,10 +28484,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28484
28484
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
28485
28485
|
];
|
|
28486
28486
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28487
|
-
const version = "3.5.
|
|
28488
|
-
const date = "2025-03-
|
|
28487
|
+
const version = "3.5.9";
|
|
28488
|
+
const date = "2025-03-12";
|
|
28489
28489
|
const branch = "changeset-release/main";
|
|
28490
|
-
const hash = "
|
|
28490
|
+
const hash = "7ec4174e";
|
|
28491
28491
|
const META_VERSION = {
|
|
28492
28492
|
note,
|
|
28493
28493
|
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.9",
|
|
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.9",
|
|
34
|
+
"@vitessce/constants-internal": "3.5.9",
|
|
35
|
+
"@vitessce/plugins": "3.5.9",
|
|
36
|
+
"@vitessce/schemas": "3.5.9",
|
|
37
|
+
"@vitessce/utils": "3.5.9",
|
|
38
|
+
"@vitessce/sets-utils": "3.5.9",
|
|
39
|
+
"@vitessce/config": "3.5.9",
|
|
40
|
+
"@vitessce/globals": "3.5.9"
|
|
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.9"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|