@platforma-open/milaboratories.top-antibodies 3.2.3 → 3.2.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.
package/package.json CHANGED
@@ -1,14 +1,32 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.top-antibodies",
3
- "version": "3.2.3",
3
+ "version": "3.2.5",
4
4
  "files": [
5
- "index.d.ts",
6
- "index.js"
5
+ "dist",
6
+ "block-pack"
7
7
  ],
8
- "dependencies": {
9
- "@platforma-open/milaboratories.top-antibodies.workflow": "4.3.1",
10
- "@platforma-open/milaboratories.top-antibodies.model": "4.3.3",
11
- "@platforma-open/milaboratories.top-antibodies.ui": "4.3.3"
8
+ "type": "module",
9
+ "main": "./dist/index.js",
10
+ "module": "./dist/index.js",
11
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "sources": "./src/index.ts",
15
+ "types": "./dist/index.d.ts",
16
+ "default": "./dist/index.js"
17
+ }
18
+ },
19
+ "dependencies": {},
20
+ "devDependencies": {
21
+ "@milaboratories/ts-builder": "1.6.0",
22
+ "@milaboratories/ts-configs": "1.3.0",
23
+ "@platforma-sdk/block-tools": "2.12.6",
24
+ "@platforma-sdk/model": "1.79.20",
25
+ "shx": "^0.4.0",
26
+ "typescript": "~5.6.3",
27
+ "@platforma-open/milaboratories.top-antibodies.ui": "4.3.4",
28
+ "@platforma-open/milaboratories.top-antibodies.workflow": "4.3.3",
29
+ "@platforma-open/milaboratories.top-antibodies.model": "4.3.4"
12
30
  },
13
31
  "block": {
14
32
  "components": {
@@ -37,12 +55,9 @@
37
55
  }
38
56
  }
39
57
  },
40
- "devDependencies": {
41
- "@platforma-sdk/block-tools": "2.11.6"
42
- },
43
58
  "scripts": {
44
- "build": "shx rm -rf block-pack/* && block-tools pack",
45
- "do-pack": "shx rm -f *.tgz && pnpm pack && shx mv *.tgz package.tgz",
46
- "mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
59
+ "build": "ts-builder build --target block-facade && block-tools pack",
60
+ "do-pack": "shx rm -f package.tgz && pnpm pack && shx mv *.tgz package.tgz",
61
+ "check": "ts-builder type-check --target block-facade"
47
62
  }
48
63
  }
package/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export {};
2
-
3
-
4
-
5
-
package/index.js DELETED
@@ -1,5 +0,0 @@
1
- export {};
2
-
3
-
4
-
5
-