@platforma-open/milaboratories.top-antibodies 1.0.0 → 1.1.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 +35 -11
- package/README.md +0 -2
package/package.json
CHANGED
|
@@ -1,22 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.top-antibodies",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@platforma-open/milaboratories.top-antibodies.workflow": "1.1.0",
|
|
10
|
+
"@platforma-open/milaboratories.top-antibodies.model": "1.2.0",
|
|
11
|
+
"@platforma-open/milaboratories.top-antibodies.ui": "1.1.1"
|
|
12
|
+
},
|
|
13
|
+
"block": {
|
|
14
|
+
"components": {
|
|
15
|
+
"workflow": "@platforma-open/milaboratories.top-antibodies.workflow/dist/tengo/tpl/main.plj.gz",
|
|
16
|
+
"model": "@platforma-open/milaboratories.top-antibodies.model/dist/model.json",
|
|
17
|
+
"ui": "@platforma-open/milaboratories.top-antibodies.ui/dist"
|
|
18
|
+
},
|
|
19
|
+
"meta": {
|
|
20
|
+
"title": "Top Antibodies",
|
|
21
|
+
"logo": "file:../logos/block-logo.png",
|
|
22
|
+
"url": "https://github.com/milaboratory/platforma-top-antibodies",
|
|
23
|
+
"docs": "https://github.com/milaboratory/platforma-top-antibodies/docs",
|
|
24
|
+
"support": "mailto:support@milaboratories.com",
|
|
25
|
+
"description": "Block for top antibody selection based on precalculated scores.",
|
|
26
|
+
"longDescription": "file:../docs/description.md",
|
|
27
|
+
"changelog": "file:../CHANGELOG.md",
|
|
28
|
+
"tags": [
|
|
29
|
+
"airr",
|
|
30
|
+
"downstream"
|
|
31
|
+
],
|
|
32
|
+
"organization": {
|
|
33
|
+
"name": "MiLaboratories Inc",
|
|
34
|
+
"url": "https://milaboratories.com/",
|
|
35
|
+
"logo": "file:../logos/organization-logo.png"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
8
39
|
"devDependencies": {
|
|
9
|
-
"
|
|
10
|
-
"@changesets/cli": "^2.28.1"
|
|
40
|
+
"@platforma-sdk/block-tools": "^2.5.44"
|
|
11
41
|
},
|
|
12
42
|
"scripts": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"build:dev": "env PL_PKG_DEV=local turbo run build",
|
|
16
|
-
"test": "turbo run test --concurrency 1 --env-mode=loose",
|
|
17
|
-
"mark-stable": "turbo run mark-stable",
|
|
18
|
-
"watch": "turbo watch build",
|
|
19
|
-
"changeset": "changeset",
|
|
20
|
-
"version-packages": "changeset version"
|
|
43
|
+
"build": "rm -rf block-pack/* && block-tools pack",
|
|
44
|
+
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
|
|
21
45
|
}
|
|
22
46
|
}
|
package/README.md
DELETED