@platforma-open/milaboratories.samples-and-data 1.6.7 → 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.
Files changed (1) hide show
  1. package/package.json +13 -25
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.samples-and-data",
3
- "version": "1.6.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.8.19",
10
- "@platforma-open/milaboratories.samples-and-data.workflow": "1.7.8",
11
- "@platforma-open/milaboratories.samples-and-data.model": "1.6.2",
12
- "@platforma-open/milaboratories.samples-and-data.ui": "1.11.4"
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,39 +19,27 @@
19
19
  },
20
20
  "meta": {
21
21
  "title": "Samples & Data",
22
- "logo": "file:logos/block-logo.png",
23
- "url": "https://github.com/milaboratory/block-samples-and-data",
24
- "docs": "https://github.com/milaboratory/block-samples-and-data/docs",
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:./docs/description.md",
28
- "changelog": "file:CHANGELOG.md",
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:logos/organization-logo.png"
33
+ "logo": "file:../logos/organization-logo.png"
34
34
  },
35
35
  "marketplaceRanking": 10000
36
36
  }
37
37
  },
38
38
  "devDependencies": {
39
- "turbo": "^2.3.0",
40
- "@platforma-sdk/block-tools": "^2.3.24",
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
- }
48
- }
39
+ "@platforma-sdk/block-tools": "^2.3.25"
49
40
  },
50
41
  "scripts": {
51
42
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
52
- "build-block": "turbo run build && rm -rf block-pack && block-tools pack",
53
- "build-block-force": "turbo run build --force && rm -rf block-pack/* && block-tools pack",
54
- "test-block": "turbo run test --concurrency 1",
55
- "watch": "turbo watch build"
43
+ "build": "rm -rf block-pack && block-tools pack"
56
44
  }
57
45
  }