@vitessce/vit-s 3.5.3 → 3.5.4
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 +2 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -28129,10 +28129,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28129
28129
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
28130
28130
|
];
|
|
28131
28131
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28132
|
-
const version = "3.5.
|
|
28132
|
+
const version = "3.5.4";
|
|
28133
28133
|
const date = "2025-01-14";
|
|
28134
28134
|
const branch = "changeset-release/main";
|
|
28135
|
-
const hash = "
|
|
28135
|
+
const hash = "76d60b64";
|
|
28136
28136
|
const META_VERSION = {
|
|
28137
28137
|
note,
|
|
28138
28138
|
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.4",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
30
|
"zustand": "^3.5.10",
|
|
31
31
|
"react-aria": "^3.28.0",
|
|
32
|
-
"@vitessce/abstract": "3.5.
|
|
33
|
-
"@vitessce/constants-internal": "3.5.
|
|
34
|
-
"@vitessce/plugins": "3.5.
|
|
35
|
-
"@vitessce/schemas": "3.5.
|
|
36
|
-
"@vitessce/utils": "3.5.
|
|
37
|
-
"@vitessce/sets-utils": "3.5.
|
|
38
|
-
"@vitessce/config": "3.5.
|
|
32
|
+
"@vitessce/abstract": "3.5.4",
|
|
33
|
+
"@vitessce/constants-internal": "3.5.4",
|
|
34
|
+
"@vitessce/plugins": "3.5.4",
|
|
35
|
+
"@vitessce/schemas": "3.5.4",
|
|
36
|
+
"@vitessce/utils": "3.5.4",
|
|
37
|
+
"@vitessce/sets-utils": "3.5.4",
|
|
38
|
+
"@vitessce/config": "3.5.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@testing-library/jest-dom": "^5.16.4",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"react": "^18.0.0",
|
|
44
44
|
"vite": "^4.3.0",
|
|
45
45
|
"vitest": "^0.32.2",
|
|
46
|
-
"@vitessce/types": "3.5.
|
|
46
|
+
"@vitessce/types": "3.5.4"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|