react-msaview-cli 6.2.1 → 6.2.3
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -367,7 +367,9 @@ residue letters stop drawing, which is most of the file size.
|
|
|
367
367
|
## Uses
|
|
368
368
|
|
|
369
369
|
[msa-parsers](https://github.com/GMOD/JBrowseMSA/tree/main/packages/msa-parsers)
|
|
370
|
-
for file format support, and
|
|
370
|
+
for file format support, and
|
|
371
|
+
[react-msaview](https://github.com/GMOD/JBrowseMSA/tree/main/packages/lib) for
|
|
372
|
+
rendering.
|
|
371
373
|
|
|
372
374
|
## License
|
|
373
375
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-msaview-cli",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"mobx-react": "^10.0.0",
|
|
29
29
|
"react": "^19.2.8",
|
|
30
30
|
"react-dom": "^19.2.8",
|
|
31
|
-
"msa-parsers": "6.2.
|
|
32
|
-
"react-msaview": "6.2.
|
|
31
|
+
"msa-parsers": "6.2.3",
|
|
32
|
+
"react-msaview": "6.2.3"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"clean": "node --eval \"fs.rmSync('dist',{recursive:true,force:true})\" --input-type=module",
|