react-msaview-cli 5.6.3 → 5.7.1
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 -3
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# react-msaview-cli
|
|
2
2
|
|
|
3
3
|
Command-line tools for [react-msaview](../) (JBrowseMSA), including batch
|
|
4
4
|
InterProScan processing for multiple sequence alignments.
|
|
@@ -12,10 +12,10 @@ for file format support.
|
|
|
12
12
|
```bash
|
|
13
13
|
# From the monorepo root
|
|
14
14
|
pnpm install
|
|
15
|
-
pnpm --filter
|
|
15
|
+
pnpm --filter react-msaview-cli build
|
|
16
16
|
|
|
17
17
|
# Or install globally (after publishing)
|
|
18
|
-
|
|
18
|
+
pnpm add -g react-msaview-cli
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
## Commands
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-msaview-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
],
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/jsdom": "^28.0.3",
|
|
19
|
-
"@types/node": "^26.1.
|
|
19
|
+
"@types/node": "^26.1.2"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@emotion/react": "^11.14.0",
|
|
23
23
|
"@emotion/styled": "^11.14.1",
|
|
24
|
-
"@jbrowse/core": "
|
|
24
|
+
"@jbrowse/core": "^4.3.0",
|
|
25
25
|
"@mui/material": "^9.2.0",
|
|
26
|
-
"jsdom": "^
|
|
27
|
-
"mobx": "^
|
|
28
|
-
"mobx-react": "^
|
|
29
|
-
"react": "^19.2.
|
|
30
|
-
"react-dom": "^19.2.
|
|
31
|
-
"msa-parsers": "5.
|
|
32
|
-
"react-msaview": "5.
|
|
26
|
+
"jsdom": "^30.0.1",
|
|
27
|
+
"mobx": "^7.0.0",
|
|
28
|
+
"mobx-react": "^10.0.0",
|
|
29
|
+
"react": "^19.2.8",
|
|
30
|
+
"react-dom": "^19.2.8",
|
|
31
|
+
"msa-parsers": "5.7.1",
|
|
32
|
+
"react-msaview": "5.7.1"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"clean": "node --eval \"fs.rmSync('dist',{recursive:true,force:true})\" --input-type=module",
|