@platforma-open/milaboratories.clonotype-browser-3 1.1.10 → 2.0.0

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 +9 -8
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.clonotype-browser-3",
3
- "version": "1.1.10",
3
+ "version": "2.0.0",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
8
  "dependencies": {
9
- "@platforma-sdk/model": "1.65.10",
10
- "@platforma-open/milaboratories.clonotype-browser-3.workflow": "1.1.0",
11
- "@platforma-open/milaboratories.clonotype-browser-3.model": "1.2.0",
12
- "@platforma-open/milaboratories.clonotype-browser-3.ui": "1.2.0"
9
+ "@platforma-sdk/model": "1.71.0",
10
+ "@platforma-open/milaboratories.clonotype-browser-3.workflow": "2.0.0",
11
+ "@platforma-open/milaboratories.clonotype-browser-3.model": "2.0.0",
12
+ "@platforma-open/milaboratories.clonotype-browser-3.ui": "2.0.0"
13
13
  },
14
14
  "block": {
15
15
  "components": {
@@ -18,16 +18,17 @@
18
18
  "ui": "@platforma-open/milaboratories.clonotype-browser-3.ui/dist"
19
19
  },
20
20
  "meta": {
21
- "title": "Clonotype Browser",
21
+ "title": "Sequence Browser",
22
22
  "logo": "file:../logos/block-logo.png",
23
23
  "url": "https://github.com/platforma-open/clonotype-browser",
24
24
  "support": "mailto:support@milaboratories.com",
25
- "description": "Interactive browser for exploring and annotating T/B cell clonotypes with custom tags for tracking, filtering, and downstream analysis.",
25
+ "description": "Interactive browser for exploring and annotating sequences (T/B cell clonotypes or peptides) with custom tags for tracking, filtering, and downstream analysis.",
26
26
  "longDescription": "file:../docs/description.md",
27
27
  "changelog": "file:./CHANGELOG.md",
28
28
  "tags": [
29
29
  "airr",
30
30
  "vdj",
31
+ "peptide",
31
32
  "annotation"
32
33
  ],
33
34
  "organization": {
@@ -39,7 +40,7 @@
39
40
  }
40
41
  },
41
42
  "devDependencies": {
42
- "@platforma-sdk/block-tools": "2.7.11",
43
+ "@platforma-sdk/block-tools": "2.7.18",
43
44
  "shx": "^0.4.0"
44
45
  },
45
46
  "scripts": {