@platforma-open/milaboratories.repertoire-diversity-2 2.0.25 → 2.0.26

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.repertoire-diversity-2",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
@@ -20,9 +20,9 @@
20
20
  "title": "Repertoire Diversity Analysis",
21
21
  "logo": "file:../logos/block-logo.png",
22
22
  "url": "https://github.com/platforma-open/repertoire-diversity",
23
- "docs": "https://github.com/platforma-open/repertoire-diversity",
23
+ "docs": "https://docs.platforma.bio/guides/vdj-analysis/diversity-analysis/",
24
24
  "support": "mailto:support@milaboratories.com",
25
- "description": "Calculate major immune repertoire diversity indices.",
25
+ "description": "Calculates immune repertoire diversity metrics including richness estimators (Chao1, Efron-Thisted), evenness indices (Shannon-Wiener, Inverse Simpson), and dominance measures (D50, Gini) to characterize T-cell and B-cell receptor diversity.",
26
26
  "longDescription": "file:../docs/description.md",
27
27
  "changelog": "file:./CHANGELOG.md",
28
28
  "tags": [
@@ -39,7 +39,7 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@platforma-sdk/block-tools": "^2.6.16"
42
+ "@platforma-sdk/block-tools": "^2.6.21"
43
43
  },
44
44
  "scripts": {
45
45
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",