@platforma-open/milaboratories.antibody-sequence-liabilities 4.0.3 → 5.0.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.
Files changed (1) hide show
  1. package/package.json +8 -7
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.antibody-sequence-liabilities",
3
- "version": "4.0.3",
3
+ "version": "5.0.1",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
8
  "dependencies": {
9
- "@platforma-open/milaboratories.antibody-sequence-liabilities.workflow": "5.1.0",
10
- "@platforma-open/milaboratories.antibody-sequence-liabilities.model": "5.1.0",
11
- "@platforma-open/milaboratories.antibody-sequence-liabilities.ui": "5.1.0"
9
+ "@platforma-open/milaboratories.antibody-sequence-liabilities.workflow": "6.0.0",
10
+ "@platforma-open/milaboratories.antibody-sequence-liabilities.model": "6.0.0",
11
+ "@platforma-open/milaboratories.antibody-sequence-liabilities.ui": "6.0.1"
12
12
  },
13
13
  "block": {
14
14
  "components": {
@@ -17,17 +17,18 @@
17
17
  "ui": "@platforma-open/milaboratories.antibody-sequence-liabilities.ui/dist"
18
18
  },
19
19
  "meta": {
20
- "title": "Antibody Sequence Liabilities",
20
+ "title": "Sequence Liabilities",
21
21
  "logo": "file:../logos/block-logo.png",
22
22
  "url": "https://github.com/platforma-open/antibody-sequence-liabilities",
23
23
  "docs": "https://docs.platforma.bio/guides/antibody-discovery/sequence-liabilities/",
24
24
  "support": "mailto:support@milaboratories.com",
25
- "description": "Identifies sequence liabilities in antibody sequences that may impact manufacturability, stability, or safety.",
25
+ "description": "Identifies sequence liabilities that may impact manufacturability, stability, or safety in antibody/TCR or peptide sequences.",
26
26
  "longDescription": "file:../docs/description.md",
27
27
  "changelog": "file:../CHANGELOG.md",
28
28
  "tags": [
29
29
  "airr",
30
30
  "antibody",
31
+ "peptide",
31
32
  "downstream"
32
33
  ],
33
34
  "organization": {
@@ -39,7 +40,7 @@
39
40
  }
40
41
  },
41
42
  "devDependencies": {
42
- "@platforma-sdk/block-tools": "2.7.5"
43
+ "@platforma-sdk/block-tools": "2.7.18"
43
44
  },
44
45
  "scripts": {
45
46
  "build": "shx rm -rf ./block-pack && block-tools pack",