@platforma-open/milaboratories.vj-usage 1.0.0 → 2.0.2
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 -22
package/package.json
CHANGED
|
@@ -1,35 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.vj-usage",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"@
|
|
11
|
-
"
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@platforma-open/milaboratories.vj-usage.model": "2.0.0",
|
|
10
|
+
"@platforma-open/milaboratories.vj-usage.ui": "2.0.0",
|
|
11
|
+
"@platforma-open/milaboratories.vj-usage.workflow": "2.0.0"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
"block": {
|
|
14
|
+
"components": {
|
|
15
|
+
"workflow": "@platforma-open/milaboratories.vj-usage.workflow/dist/tengo/tpl/main.plj.gz",
|
|
16
|
+
"model": "@platforma-open/milaboratories.vj-usage.model/dist/model.json",
|
|
17
|
+
"ui": "@platforma-open/milaboratories.vj-usage.ui/dist"
|
|
18
|
+
},
|
|
19
|
+
"meta": {
|
|
20
|
+
"title": "V/J Gene Usage -2 ",
|
|
21
|
+
"logo": "file:../logos/block-logo.png",
|
|
22
|
+
"url": "https://github.com/milaboratory/platforma-cdr3-spectratype",
|
|
23
|
+
"docs": "https://github.com/milaboratory/platforma-cdr3-spectratype/docs",
|
|
24
|
+
"support": "mailto:support@milaboratories.com",
|
|
25
|
+
"description": "Calculate TCR/BCR V and J gene usage.",
|
|
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
|
+
}
|
|
20
37
|
}
|
|
21
38
|
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@platforma-sdk/block-tools": "^2.5.36"
|
|
41
|
+
},
|
|
22
42
|
"scripts": {
|
|
23
43
|
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
|
|
24
|
-
"build": "
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"mark-stable": "turbo run mark-stable",
|
|
28
|
-
"do-pack": "turbo run do-pack",
|
|
29
|
-
"watch": "turbo watch build",
|
|
30
|
-
"lint": "pnpm -r lint",
|
|
31
|
-
"changeset": "changeset",
|
|
32
|
-
"version-packages": "changeset version",
|
|
33
|
-
"update-sdk": "node scripts/update-sdk-packages.js"
|
|
44
|
+
"build": "rm -rf ./block-pack && block-tools pack",
|
|
45
|
+
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'",
|
|
46
|
+
"do-pack": "rm -f *.tgz && block-tools pack && pnpm pack && mv *.tgz package.tgz"
|
|
34
47
|
}
|
|
35
48
|
}
|