@vitessce/vit-s 3.4.7 → 3.4.8
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
|
@@ -28194,10 +28194,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
28194
28194
|
CoordinationType$1.EMBEDDING_OBS_OPACITY
|
|
28195
28195
|
];
|
|
28196
28196
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
28197
|
-
const version = "3.4.
|
|
28198
|
-
const date = "2024-07-
|
|
28197
|
+
const version = "3.4.8";
|
|
28198
|
+
const date = "2024-07-26";
|
|
28199
28199
|
const branch = "changeset-release/main";
|
|
28200
|
-
const hash = "
|
|
28200
|
+
const hash = "61e7e8e5";
|
|
28201
28201
|
const META_VERSION = {
|
|
28202
28202
|
note,
|
|
28203
28203
|
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.8",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
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.4.
|
|
33
|
-
"@vitessce/plugins": "3.4.
|
|
34
|
-
"@vitessce/schemas": "3.4.
|
|
35
|
-
"@vitessce/utils": "3.4.
|
|
36
|
-
"@vitessce/sets-utils": "3.4.
|
|
37
|
-
"@vitessce/config": "3.4.
|
|
32
|
+
"@vitessce/constants-internal": "3.4.8",
|
|
33
|
+
"@vitessce/plugins": "3.4.8",
|
|
34
|
+
"@vitessce/schemas": "3.4.8",
|
|
35
|
+
"@vitessce/utils": "3.4.8",
|
|
36
|
+
"@vitessce/sets-utils": "3.4.8",
|
|
37
|
+
"@vitessce/config": "3.4.8"
|
|
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.4.
|
|
45
|
+
"@vitessce/types": "3.4.8"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|