@platforma-open/milaboratories.graph-maker 1.2.18 → 1.4.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.
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.graph-maker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"index.d.ts",
|
|
6
6
|
"index.js"
|
|
7
7
|
],
|
|
8
8
|
"dependencies": {
|
|
9
|
+
"@platforma-sdk/model": "^1.18.0",
|
|
9
10
|
"@platforma-open/milaboratories.graph-maker.model": "1.2.2",
|
|
10
|
-
"@platforma-open/milaboratories.graph-maker.
|
|
11
|
-
"@platforma-open/milaboratories.graph-maker.
|
|
11
|
+
"@platforma-open/milaboratories.graph-maker.workflow": "1.2.0",
|
|
12
|
+
"@platforma-open/milaboratories.graph-maker.ui": "0.3.0"
|
|
12
13
|
},
|
|
13
14
|
"block": {
|
|
14
15
|
"components": {
|
|
@@ -18,13 +19,13 @@
|
|
|
18
19
|
},
|
|
19
20
|
"meta": {
|
|
20
21
|
"title": "Graph Maker",
|
|
21
|
-
"logo": "file
|
|
22
|
+
"logo": "file:../logos/block-logo.png",
|
|
22
23
|
"url": "https://github.com/platforma-open/graph-maker",
|
|
23
24
|
"docs": "https://github.com/platforma-open/graph-maker",
|
|
24
25
|
"support": "mailto:support@milaboratories.com",
|
|
25
26
|
"description": "Versatile tool for creating powerful and interactive visualizations from complex data sets",
|
|
26
|
-
"longDescription": "file
|
|
27
|
-
"changelog": "file
|
|
27
|
+
"longDescription": "file:../docs/description.md",
|
|
28
|
+
"changelog": "file:../CHANGELOG.md",
|
|
28
29
|
"tags": [
|
|
29
30
|
"graphs",
|
|
30
31
|
"dataviz"
|
|
@@ -32,17 +33,17 @@
|
|
|
32
33
|
"organization": {
|
|
33
34
|
"name": "MiLaboratories Inc",
|
|
34
35
|
"url": "https://milaboratories.com",
|
|
35
|
-
"logo": "file
|
|
36
|
+
"logo": "file:../logos/milaboratories.png"
|
|
36
37
|
},
|
|
37
38
|
"marketplaceRanking": 9000
|
|
38
39
|
}
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@platforma-sdk/block-tools": "^2.4.3"
|
|
42
|
+
"@platforma-sdk/block-tools": "^2.5.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
|
-
"
|
|
46
|
-
"build
|
|
45
|
+
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
|
|
46
|
+
"build": "rm -rf ./block-pack && block-tools pack",
|
|
47
|
+
"mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
|
|
47
48
|
}
|
|
48
49
|
}
|