@platforma-open/milaboratories.samples-and-data 1.7.0 → 1.7.1
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.
- package/package.json +13 -30
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@platforma-open/milaboratories.samples-and-data",
|
3
|
-
"version": "1.7.
|
3
|
+
"version": "1.7.1",
|
4
4
|
"files": [
|
5
5
|
"index.d.ts",
|
6
6
|
"index.js"
|
7
7
|
],
|
8
8
|
"dependencies": {
|
9
|
-
"@platforma-sdk/model": "^1.
|
10
|
-
"@platforma-open/milaboratories.samples-and-data.
|
11
|
-
"@platforma-open/milaboratories.samples-and-data.
|
12
|
-
"@platforma-open/milaboratories.samples-and-data.
|
9
|
+
"@platforma-sdk/model": "^1.10.2",
|
10
|
+
"@platforma-open/milaboratories.samples-and-data.model": "1.7.1",
|
11
|
+
"@platforma-open/milaboratories.samples-and-data.workflow": "1.8.1",
|
12
|
+
"@platforma-open/milaboratories.samples-and-data.ui": "1.12.1"
|
13
13
|
},
|
14
14
|
"block": {
|
15
15
|
"components": {
|
@@ -19,44 +19,27 @@
|
|
19
19
|
},
|
20
20
|
"meta": {
|
21
21
|
"title": "Samples & Data",
|
22
|
-
"logo": "file
|
23
|
-
"url": "https://github.com/
|
24
|
-
"docs": "https://github.com/
|
22
|
+
"logo": "file:../logos/block-logo.png",
|
23
|
+
"url": "https://github.com/platforma-open/samples-and-data",
|
24
|
+
"docs": "https://github.com/platforma-open/samples-and-data/docs",
|
25
25
|
"support": "mailto:support@milaboratories.com",
|
26
26
|
"description": "Allows to create samples, specify sample meta information and link samples to sequencing data",
|
27
|
-
"longDescription": "file
|
28
|
-
"changelog": "file
|
27
|
+
"longDescription": "file:../docs/description.md",
|
28
|
+
"changelog": "file:../CHANGELOG.md",
|
29
29
|
"tags": [],
|
30
30
|
"organization": {
|
31
31
|
"name": "MiLaboratories Inc",
|
32
32
|
"url": "https://milaboratories.com/",
|
33
|
-
"logo": "file
|
33
|
+
"logo": "file:../logos/organization-logo.png"
|
34
34
|
},
|
35
35
|
"marketplaceRanking": 10000
|
36
36
|
}
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"
|
40
|
-
"@platforma-sdk/block-tools": "^2.3.25",
|
41
|
-
"@changesets/cli": "^2.27.9"
|
42
|
-
},
|
43
|
-
"//": {
|
44
|
-
"pnpm": {
|
45
|
-
"overrides": {
|
46
|
-
"@platforma-sdk/ui-vue": "file:/Users/dbolotin/milab/core/platforma/sdk/ui-vue/package.tgz",
|
47
|
-
"@milaboratories/pl-middle-layer": "file:/Users/dbolotin/milab/core/platforma/lib/node/pl-middle-layer/package.tgz",
|
48
|
-
"@milaboratories/pl-model-middle-layer": "file:/Users/dbolotin/milab/core/platforma/lib/model/middle-layer/package.tgz",
|
49
|
-
"@milaboratories/pl-model-common": "file:/Users/dbolotin/milab/core/platforma/lib/model/common/package.tgz",
|
50
|
-
"@platforma-sdk/model": "file:/Users/dbolotin/milab/core/platforma/sdk/model/package.tgz",
|
51
|
-
"@platforma-sdk/test": "file:/Users/dbolotin/milab/core/platforma/sdk/test/package.tgz"
|
52
|
-
}
|
53
|
-
}
|
39
|
+
"@platforma-sdk/block-tools": "^2.3.25"
|
54
40
|
},
|
55
41
|
"scripts": {
|
56
42
|
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
|
57
|
-
"build
|
58
|
-
"build-block-force": "turbo run build --force && rm -rf block-pack/* && block-tools pack",
|
59
|
-
"test-block": "turbo run test --concurrency 1",
|
60
|
-
"watch": "turbo watch build"
|
43
|
+
"build": "rm -rf block-pack && block-tools pack"
|
61
44
|
}
|
62
45
|
}
|