@platforma-open/milaboratories.clonotype-space 1.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/package.json +36 -13
  2. package/README.md +0 -2
package/package.json CHANGED
@@ -1,25 +1,48 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.clonotype-space",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
+ "dependencies": {
9
+ "@platforma-sdk/model": "^1.30.37",
10
+ "@platforma-open/milaboratories.clonotype-space.workflow": "2.0.0",
11
+ "@platforma-open/milaboratories.clonotype-space.ui": "2.0.0",
12
+ "@platforma-open/milaboratories.clonotype-space.model": "2.0.0"
13
+ },
14
+ "block": {
15
+ "components": {
16
+ "workflow": "@platforma-open/milaboratories.clonotype-space.workflow/dist/tengo/tpl/main.plj.gz",
17
+ "model": "@platforma-open/milaboratories.clonotype-space.model/dist/model.json",
18
+ "ui": "@platforma-open/milaboratories.clonotype-space.ui/dist"
19
+ },
20
+ "meta": {
21
+ "title": "Clonotype Space",
22
+ "logo": "file:../logos/block-logo.png",
23
+ "url": "https://github.com/platforma-open/milaboratories.clonotype-space",
24
+ "support": "mailto:support@milaboratories.com",
25
+ "description": "Visualize clonotype relationships using k-mer-based dimensionality reduction and UMAP projection.",
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
+ }
37
+ }
38
+ },
8
39
  "devDependencies": {
9
- "turbo": "^2.4.4",
10
- "@changesets/cli": "^2.28.1",
11
- "js-yaml": "^4.1.0"
40
+ "@platforma-sdk/block-tools": "^2.5.47"
12
41
  },
13
42
  "scripts": {
14
43
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
15
- "build": "turbo run build",
16
- "build:dev": "env PL_PKG_DEV=local turbo run build",
17
- "test": "env PL_PKG_DEV=local turbo run test --concurrency 1 --env-mode=loose",
18
- "test:dry-run": "turbo run test --dry-run=json",
19
- "mark-stable": "turbo run mark-stable",
20
- "watch": "turbo watch build",
21
- "changeset": "changeset",
22
- "version-packages": "changeset version",
23
- "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"
24
47
  }
25
48
  }
package/README.md DELETED
@@ -1,2 +0,0 @@
1
- # clonotype-space
2
- Clonotype Space Block