@platforma-open/milaboratories.clonotype-space 2.2.4 → 2.2.6

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 +7 -7
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.clonotype-space",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
8
  "dependencies": {
9
- "@platforma-sdk/model": "^1.40.0",
10
- "@platforma-open/milaboratories.clonotype-space.model": "2.3.1",
11
- "@platforma-open/milaboratories.clonotype-space.workflow": "2.8.0",
12
- "@platforma-open/milaboratories.clonotype-space.ui": "2.4.4"
9
+ "@platforma-sdk/model": "^1.41.6",
10
+ "@platforma-open/milaboratories.clonotype-space.workflow": "2.9.0",
11
+ "@platforma-open/milaboratories.clonotype-space.ui": "2.5.0",
12
+ "@platforma-open/milaboratories.clonotype-space.model": "2.4.0"
13
13
  },
14
14
  "block": {
15
15
  "components": {
@@ -20,7 +20,7 @@
20
20
  "meta": {
21
21
  "title": "Clonotype Space",
22
22
  "logo": "file:../logos/block-logo.png",
23
- "url": "https://github.com/platforma-open/milaboratories.clonotype-space",
23
+ "url": "https://github.com/platforma-open/clonotype-space",
24
24
  "support": "mailto:support@milaboratories.com",
25
25
  "description": "Visualize clonotype relationships using k-mer-based dimensionality reduction and UMAP projection.",
26
26
  "longDescription": "file:../docs/description.md",
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@platforma-sdk/block-tools": "^2.5.63"
40
+ "@platforma-sdk/block-tools": "^2.5.74"
41
41
  },
42
42
  "scripts": {
43
43
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",