@vitessce/vit-s 3.4.5 → 3.4.6
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 +7 -7
package/dist/index.js
CHANGED
|
@@ -28134,10 +28134,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28134
28134
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
28135
28135
|
];
|
|
28136
28136
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28137
|
-
const version = "3.4.
|
|
28138
|
-
const date = "2024-05-
|
|
28137
|
+
const version = "3.4.6";
|
|
28138
|
+
const date = "2024-05-24";
|
|
28139
28139
|
const branch = "changeset-release/main";
|
|
28140
|
-
const hash = "
|
|
28140
|
+
const hash = "fa783284";
|
|
28141
28141
|
const META_VERSION = {
|
|
28142
28142
|
note,
|
|
28143
28143
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.6",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
30
|
"zustand": "^3.5.10",
|
|
31
31
|
"react-aria": "^3.28.0",
|
|
32
|
-
"@vitessce/
|
|
33
|
-
"@vitessce/
|
|
34
|
-
"@vitessce/
|
|
35
|
-
"@vitessce/
|
|
36
|
-
"@vitessce/config": "3.4.
|
|
32
|
+
"@vitessce/plugins": "3.4.6",
|
|
33
|
+
"@vitessce/schemas": "3.4.6",
|
|
34
|
+
"@vitessce/utils": "3.4.6",
|
|
35
|
+
"@vitessce/constants-internal": "3.4.6",
|
|
36
|
+
"@vitessce/config": "3.4.6"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@testing-library/jest-dom": "^5.16.4",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"react": "^18.0.0",
|
|
42
42
|
"vite": "^4.3.0",
|
|
43
43
|
"vitest": "^0.32.2",
|
|
44
|
-
"@vitessce/types": "3.4.
|
|
44
|
+
"@vitessce/types": "3.4.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|