@platforma-open/milaboratories.clonotype-clustering 1.0.0 → 1.1.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.
- package/package.json +36 -9
- package/README.md +0 -2
package/package.json
CHANGED
|
@@ -1,21 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.clonotype-clustering",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@platforma-open/milaboratories.clonotype-clustering.model": "1.1.0",
|
|
10
|
+
"@platforma-open/milaboratories.clonotype-clustering.workflow": "1.1.0",
|
|
11
|
+
"@platforma-open/milaboratories.clonotype-clustering.ui": "1.1.0"
|
|
12
|
+
},
|
|
13
|
+
"block": {
|
|
14
|
+
"components": {
|
|
15
|
+
"workflow": "@platforma-open/milaboratories.clonotype-clustering.workflow/dist/tengo/tpl/main.plj.gz",
|
|
16
|
+
"model": "@platforma-open/milaboratories.clonotype-clustering.model/dist/model.json",
|
|
17
|
+
"ui": "@platforma-open/milaboratories.clonotype-clustering.ui/dist"
|
|
18
|
+
},
|
|
19
|
+
"meta": {
|
|
20
|
+
"title": "Clonotype clustering",
|
|
21
|
+
"logo": "file:../logos/block-logo.png",
|
|
22
|
+
"url": "https://github.com/milaboratory/platforma-clonotype-clustering",
|
|
23
|
+
"docs": "https://github.com/milaboratory/platforma-clonotype-clustering/docs",
|
|
24
|
+
"support": "mailto:support@milaboratories.com",
|
|
25
|
+
"description": "Fast clonotype clustering based on CDR3 aa sequence.",
|
|
26
|
+
"longDescription": "file:../docs/description.md",
|
|
27
|
+
"changelog": "file:../CHANGELOG.md",
|
|
28
|
+
"tags": [
|
|
29
|
+
"airr",
|
|
30
|
+
"downstream",
|
|
31
|
+
"clustering"
|
|
32
|
+
],
|
|
33
|
+
"organization": {
|
|
34
|
+
"name": "MiLaboratories Inc",
|
|
35
|
+
"url": "https://milaboratories.com/",
|
|
36
|
+
"logo": "file:../logos/organization-logo.png"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
8
40
|
"devDependencies": {
|
|
9
|
-
"
|
|
10
|
-
"@changesets/cli": "^2.28.1"
|
|
41
|
+
"@platforma-sdk/block-tools": "^2.5.35"
|
|
11
42
|
},
|
|
12
43
|
"scripts": {
|
|
13
44
|
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
"mark-stable": "turbo run mark-stable",
|
|
17
|
-
"watch": "turbo watch build",
|
|
18
|
-
"changeset": "changeset",
|
|
19
|
-
"version-packages": "changeset version"
|
|
45
|
+
"build": "rm -rf ./block-pack && block-tools pack",
|
|
46
|
+
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
|
|
20
47
|
}
|
|
21
48
|
}
|
package/README.md
DELETED