@vitessce/vit-s 3.5.0 → 3.5.2
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 +8 -8
package/dist/index.js
CHANGED
|
@@ -28252,10 +28252,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28252
28252
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
28253
28253
|
];
|
|
28254
28254
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28255
|
-
const version = "3.5.
|
|
28256
|
-
const date = "2024-11-
|
|
28255
|
+
const version = "3.5.2";
|
|
28256
|
+
const date = "2024-11-25";
|
|
28257
28257
|
const branch = "changeset-release/main";
|
|
28258
|
-
const hash = "
|
|
28258
|
+
const hash = "bca77bd4";
|
|
28259
28259
|
const META_VERSION = {
|
|
28260
28260
|
note,
|
|
28261
28261
|
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.2",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
30
|
"zustand": "^3.5.10",
|
|
31
31
|
"react-aria": "^3.28.0",
|
|
32
|
-
"@vitessce/constants-internal": "3.5.
|
|
33
|
-
"@vitessce/plugins": "3.5.
|
|
34
|
-
"@vitessce/schemas": "3.5.
|
|
35
|
-
"@vitessce/utils": "3.5.
|
|
36
|
-
"@vitessce/sets-utils": "3.5.
|
|
37
|
-
"@vitessce/config": "3.5.
|
|
32
|
+
"@vitessce/constants-internal": "3.5.2",
|
|
33
|
+
"@vitessce/plugins": "3.5.2",
|
|
34
|
+
"@vitessce/schemas": "3.5.2",
|
|
35
|
+
"@vitessce/utils": "3.5.2",
|
|
36
|
+
"@vitessce/sets-utils": "3.5.2",
|
|
37
|
+
"@vitessce/config": "3.5.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@testing-library/jest-dom": "^5.16.4",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react": "^18.0.0",
|
|
43
43
|
"vite": "^4.3.0",
|
|
44
44
|
"vitest": "^0.32.2",
|
|
45
|
-
"@vitessce/types": "3.5.
|
|
45
|
+
"@vitessce/types": "3.5.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|