@platforma-open/milaboratories.humanization-score 0.2.0 → 0.3.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.humanization-score",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@platforma-open/milaboratories.humanization-score.
|
|
10
|
-
"@platforma-open/milaboratories.humanization-score.
|
|
11
|
-
"@platforma-open/milaboratories.humanization-score.
|
|
9
|
+
"@platforma-open/milaboratories.humanization-score.workflow": "0.3.0",
|
|
10
|
+
"@platforma-open/milaboratories.humanization-score.model": "0.3.1",
|
|
11
|
+
"@platforma-open/milaboratories.humanization-score.ui": "0.3.1"
|
|
12
12
|
},
|
|
13
13
|
"block": {
|
|
14
14
|
"components": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "https://github.com/platforma-open/humanization-score",
|
|
23
23
|
"docs": "https://docs.platforma.bio/guides/antibody-discovery/humanization-score/",
|
|
24
24
|
"support": "mailto:support@milaboratories.com",
|
|
25
|
-
"description": "Score antibody sequences for humanness
|
|
25
|
+
"description": "Score antibody sequences for humanness relative to natural human antibody repertoires",
|
|
26
26
|
"longDescription": "file:../docs/description.md",
|
|
27
27
|
"changelog": "file:../CHANGELOG.md",
|
|
28
28
|
"tags": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@platforma-sdk/block-tools": "2.
|
|
42
|
+
"@platforma-sdk/block-tools": "2.10.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "shx rm -rf ./block-pack && block-tools pack",
|