@vitessce/vit-s 3.3.10 → 3.3.11
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 +7 -7
package/dist/index.js
CHANGED
|
@@ -28077,10 +28077,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28077
28077
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
28078
28078
|
];
|
|
28079
28079
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28080
|
-
const version = "3.3.
|
|
28080
|
+
const version = "3.3.11";
|
|
28081
28081
|
const date = "2024-04-01";
|
|
28082
28082
|
const branch = "changeset-release/main";
|
|
28083
|
-
const hash = "
|
|
28083
|
+
const hash = "c7e8e8f1";
|
|
28084
28084
|
const META_VERSION = {
|
|
28085
28085
|
note,
|
|
28086
28086
|
version,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vit-s",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
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/constants-internal": "3.3.
|
|
33
|
-
"@vitessce/
|
|
34
|
-
"@vitessce/
|
|
35
|
-
"@vitessce/
|
|
36
|
-
"@vitessce/config": "3.3.
|
|
32
|
+
"@vitessce/constants-internal": "3.3.11",
|
|
33
|
+
"@vitessce/plugins": "3.3.11",
|
|
34
|
+
"@vitessce/schemas": "3.3.11",
|
|
35
|
+
"@vitessce/utils": "3.3.11",
|
|
36
|
+
"@vitessce/config": "3.3.11"
|
|
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.3.
|
|
44
|
+
"@vitessce/types": "3.3.11"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|