@platforma-open/milaboratories.rarefaction 1.0.9 → 1.0.11

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 +6 -5
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.rarefaction",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
8
  "dependencies": {
9
- "@platforma-open/milaboratories.rarefaction.model": "1.2.2",
9
+ "@platforma-open/milaboratories.rarefaction.workflow": "1.1.4",
10
10
  "@platforma-open/milaboratories.rarefaction.ui": "1.2.4",
11
- "@platforma-open/milaboratories.rarefaction.workflow": "1.1.3"
11
+ "@platforma-open/milaboratories.rarefaction.model": "1.2.2"
12
12
  },
13
13
  "block": {
14
14
  "components": {
@@ -20,8 +20,9 @@
20
20
  "title": "Rarefaction analysis",
21
21
  "logo": "file:../logos/block-logo.png",
22
22
  "url": "https://github.com/platforma-open/rarefaction",
23
+ "docs": "https://docs.platforma.bio/guides/vdj-analysis/rarefaction/",
23
24
  "support": "mailto:support@milaboratories.com",
24
- "description": "Performs rarefaction analysis on clonotype data to assess species richness.",
25
+ "description": "Performs rarefaction analysis on clonotype data to assess repertoire diversity and compare clonotype richness across samples with different sequencing depths.",
25
26
  "longDescription": "file:../docs/description.md",
26
27
  "changelog": "file:../CHANGELOG.md",
27
28
  "tags": [
@@ -37,7 +38,7 @@
37
38
  }
38
39
  },
39
40
  "devDependencies": {
40
- "@platforma-sdk/block-tools": "^2.6.16"
41
+ "@platforma-sdk/block-tools": "^2.6.21"
41
42
  },
42
43
  "scripts": {
43
44
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",