@platforma-open/milaboratories.samples-and-data 1.8.2 → 1.8.5

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 +16 -9
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.samples-and-data",
3
- "version": "1.8.2",
3
+ "version": "1.8.5",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
8
  "dependencies": {
9
- "@platforma-sdk/model": "^1.13.5",
10
- "@platforma-open/milaboratories.samples-and-data.workflow": "1.9.0",
11
- "@platforma-open/milaboratories.samples-and-data.model": "1.8.0",
12
- "@platforma-open/milaboratories.samples-and-data.ui": "1.13.2"
9
+ "@platforma-sdk/model": "^1.14.1",
10
+ "@platforma-open/milaboratories.samples-and-data.workflow": "1.9.1",
11
+ "@platforma-open/milaboratories.samples-and-data.model": "1.8.2",
12
+ "@platforma-open/milaboratories.samples-and-data.ui": "1.13.4"
13
13
  },
14
14
  "block": {
15
15
  "components": {
@@ -23,10 +23,16 @@
23
23
  "url": "https://github.com/platforma-open/samples-and-data",
24
24
  "docs": "https://github.com/platforma-open/samples-and-data/docs",
25
25
  "support": "mailto:support@milaboratories.com",
26
- "description": "Allows to create samples, specify sample meta information and link samples to sequencing data",
26
+ "description": "Import raw sequencing data and assign metadata to your samples.",
27
27
  "longDescription": "file:../docs/description.md",
28
28
  "changelog": "file:../CHANGELOG.md",
29
- "tags": [],
29
+ "tags": [
30
+ "General",
31
+ "FASTQ",
32
+ "FASTA",
33
+ "Metadata",
34
+ "Samples"
35
+ ],
30
36
  "organization": {
31
37
  "name": "MiLaboratories Inc",
32
38
  "url": "https://milaboratories.com/",
@@ -36,10 +42,11 @@
36
42
  }
37
43
  },
38
44
  "devDependencies": {
39
- "@platforma-sdk/block-tools": "^2.3.28"
45
+ "@platforma-sdk/block-tools": "^2.4.3"
40
46
  },
41
47
  "scripts": {
42
48
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
43
- "build": "rm -rf block-pack && block-tools pack"
49
+ "build": "rm -rf block-pack && block-tools pack",
50
+ "mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
44
51
  }
45
52
  }