@haniffalab/cherita-react 1.0.0-dev.2025-03-07.d722d748 → 1.0.0-dev.2025-03-07.82112ca9
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
[](https://github.com/haniffalab/cherita-react/actions/workflows/tests.yml)
|
|
5
5
|
[](https://codecov.io/gh/haniffalab/cherita-react)
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# Cherita React
|
|
8
8
|
|
|
9
9
|
[](https://default-dot-haniffa-lab.nw.r.appspot.com/)
|
|
10
10
|
[](https://doi.org/10.5281/zenodo.14244809)
|
|
11
11
|
|
|
12
|
-
React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data. This library provides a set of reusable and customisable components that can be used to used to build study narratives.
|
|
12
|
+
A React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data. This library provides a set of reusable and customisable components that can be used to used to build study narratives.
|
|
13
13
|
|
|
14
14
|
## Development
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haniffalab/cherita-react",
|
|
3
|
-
"version": "1.0.0-dev.2025-03-07.
|
|
3
|
+
"version": "1.0.0-dev.2025-03-07.82112ca9",
|
|
4
4
|
"author": "Haniffa Lab",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"url": "https://github.com/haniffalab/cherita-react/issues"
|
|
113
113
|
},
|
|
114
114
|
"homepage": "https://github.com/haniffalab/cherita-react#readme",
|
|
115
|
-
"prereleaseSha": "
|
|
115
|
+
"prereleaseSha": "82112ca96751705e4b6e378ba8adb9d331976580"
|
|
116
116
|
}
|