@platforma-open/milaboratories.immune-assay-data 1.2.11 → 1.2.13

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 +7 -7
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.immune-assay-data",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
8
  "dependencies": {
9
9
  "@platforma-open/milaboratories.immune-assay-data.model": "1.4.2",
10
- "@platforma-open/milaboratories.immune-assay-data.workflow": "1.4.3",
11
- "@platforma-open/milaboratories.immune-assay-data.ui": "1.3.3"
10
+ "@platforma-open/milaboratories.immune-assay-data.ui": "1.3.3",
11
+ "@platforma-open/milaboratories.immune-assay-data.workflow": "1.5.0"
12
12
  },
13
13
  "block": {
14
14
  "components": {
@@ -19,10 +19,10 @@
19
19
  "meta": {
20
20
  "title": "Immune Assay Data",
21
21
  "logo": "file:../logos/block-logo.png",
22
- "url": "https://github.com/milaboratory/platforma-immune-assay-data",
23
- "docs": "https://github.com/milaboratory/platforma-immune-assay-data/docs",
22
+ "url": "https://github.com/platforma-open/immune-assay-data",
23
+ "docs": "https://docs.platforma.bio/guides/antibody-discovery/functinal-assay-data/",
24
24
  "support": "mailto:support@milaboratories.com",
25
- "description": "Import immune assay data.",
25
+ "description": "Imports immune assay data and aligns clonotypes with assay sequences using MMseqs2 to assign functional annotations.",
26
26
  "longDescription": "file:../docs/description.md",
27
27
  "changelog": "file:../CHANGELOG.md",
28
28
  "tags": [
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@platforma-sdk/block-tools": "^2.6.16"
41
+ "@platforma-sdk/block-tools": "^2.6.25"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "rm -rf block-pack/* && block-tools pack",