@things-factory/reference-app 8.0.0-alpha.3 → 8.0.0-alpha.30
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.
|
@@ -20,6 +20,11 @@ services:
|
|
|
20
20
|
- postgres
|
|
21
21
|
- mosquitto
|
|
22
22
|
- scheduler
|
|
23
|
+
logging:
|
|
24
|
+
driver: 'json-file'
|
|
25
|
+
options:
|
|
26
|
+
max-size: '100m'
|
|
27
|
+
max-file: '3'
|
|
23
28
|
postgres:
|
|
24
29
|
image: postgres:13.2
|
|
25
30
|
container_name: db-reference-app
|
|
@@ -36,7 +41,6 @@ services:
|
|
|
36
41
|
ports:
|
|
37
42
|
- 1883:1883
|
|
38
43
|
- 9001:9001
|
|
39
|
-
|
|
40
44
|
scheduler:
|
|
41
45
|
image: hatiolab/schevt-mgr:latest
|
|
42
46
|
container_name: scheduler
|
|
@@ -44,3 +48,8 @@ services:
|
|
|
44
48
|
- ./config.yaml:/app/config.yaml
|
|
45
49
|
ports:
|
|
46
50
|
- '9902:9902'
|
|
51
|
+
logging:
|
|
52
|
+
driver: 'json-file'
|
|
53
|
+
options:
|
|
54
|
+
max-size: '100m'
|
|
55
|
+
max-file: '3'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.30",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -67,44 +67,44 @@
|
|
|
67
67
|
"@operato/scene-tab": "^8.0.0-alpha",
|
|
68
68
|
"@operato/shell": "^8.0.0-alpha",
|
|
69
69
|
"@operato/utils": "^8.0.0-alpha",
|
|
70
|
-
"@things-factory/api": "^8.0.0-alpha.
|
|
71
|
-
"@things-factory/apptool-ui": "^8.0.0-alpha.
|
|
72
|
-
"@things-factory/attachment-base": "^8.0.0-alpha.
|
|
73
|
-
"@things-factory/auth-ui": "^8.0.0-alpha.
|
|
74
|
-
"@things-factory/board-service": "^8.0.0-alpha.
|
|
75
|
-
"@things-factory/board-ui": "^8.0.0-alpha.
|
|
76
|
-
"@things-factory/ccp": "^8.0.0-alpha.
|
|
77
|
-
"@things-factory/code-ui": "^8.0.0-alpha.
|
|
78
|
-
"@things-factory/contact": "^8.0.0-alpha.
|
|
79
|
-
"@things-factory/context-ui": "^8.0.0-alpha.
|
|
80
|
-
"@things-factory/dashboard": "^8.0.0-alpha.
|
|
81
|
-
"@things-factory/dataset": "^8.0.0-alpha.
|
|
82
|
-
"@things-factory/evaluation": "^8.0.0-alpha.
|
|
83
|
-
"@things-factory/export-ui": "^8.0.0-alpha.
|
|
84
|
-
"@things-factory/export-ui-excel": "^8.0.0-alpha.
|
|
85
|
-
"@things-factory/help": "^8.0.0-alpha.
|
|
86
|
-
"@things-factory/integration-ui": "^8.0.0-alpha.
|
|
87
|
-
"@things-factory/lite-menu": "^8.0.0-alpha.
|
|
88
|
-
"@things-factory/more-ui": "^8.0.0-alpha.
|
|
89
|
-
"@things-factory/notification": "^8.0.0-alpha.
|
|
90
|
-
"@things-factory/oauth2-client": "^8.0.0-alpha.
|
|
91
|
-
"@things-factory/organization": "^8.0.0-alpha.
|
|
92
|
-
"@things-factory/print-ui": "^8.0.0-alpha.
|
|
93
|
-
"@things-factory/product-base": "^8.0.0-alpha.
|
|
94
|
-
"@things-factory/qc": "^8.0.0-alpha.
|
|
95
|
-
"@things-factory/resource-ui": "^8.0.0-alpha.
|
|
96
|
-
"@things-factory/routing-base": "^8.0.0-alpha.
|
|
97
|
-
"@things-factory/setting-base": "^8.0.0-alpha.
|
|
98
|
-
"@things-factory/setting-ui": "^8.0.0-alpha.
|
|
99
|
-
"@things-factory/shell": "^8.0.0-alpha.
|
|
100
|
-
"@things-factory/system": "^8.0.0-alpha.
|
|
101
|
-
"@things-factory/web-editor": "^8.0.0-alpha.
|
|
102
|
-
"@things-factory/work-shift": "^8.0.0-alpha.
|
|
70
|
+
"@things-factory/api": "^8.0.0-alpha.29",
|
|
71
|
+
"@things-factory/apptool-ui": "^8.0.0-alpha.30",
|
|
72
|
+
"@things-factory/attachment-base": "^8.0.0-alpha.29",
|
|
73
|
+
"@things-factory/auth-ui": "^8.0.0-alpha.29",
|
|
74
|
+
"@things-factory/board-service": "^8.0.0-alpha.30",
|
|
75
|
+
"@things-factory/board-ui": "^8.0.0-alpha.29",
|
|
76
|
+
"@things-factory/ccp": "^8.0.0-alpha.30",
|
|
77
|
+
"@things-factory/code-ui": "^8.0.0-alpha.29",
|
|
78
|
+
"@things-factory/contact": "^8.0.0-alpha.29",
|
|
79
|
+
"@things-factory/context-ui": "^8.0.0-alpha.29",
|
|
80
|
+
"@things-factory/dashboard": "^8.0.0-alpha.30",
|
|
81
|
+
"@things-factory/dataset": "^8.0.0-alpha.30",
|
|
82
|
+
"@things-factory/evaluation": "^8.0.0-alpha.30",
|
|
83
|
+
"@things-factory/export-ui": "^8.0.0-alpha.29",
|
|
84
|
+
"@things-factory/export-ui-excel": "^8.0.0-alpha.29",
|
|
85
|
+
"@things-factory/help": "^8.0.0-alpha.29",
|
|
86
|
+
"@things-factory/integration-ui": "^8.0.0-alpha.30",
|
|
87
|
+
"@things-factory/lite-menu": "^8.0.0-alpha.30",
|
|
88
|
+
"@things-factory/more-ui": "^8.0.0-alpha.29",
|
|
89
|
+
"@things-factory/notification": "^8.0.0-alpha.29",
|
|
90
|
+
"@things-factory/oauth2-client": "^8.0.0-alpha.29",
|
|
91
|
+
"@things-factory/organization": "^8.0.0-alpha.29",
|
|
92
|
+
"@things-factory/print-ui": "^8.0.0-alpha.29",
|
|
93
|
+
"@things-factory/product-base": "^8.0.0-alpha.29",
|
|
94
|
+
"@things-factory/qc": "^8.0.0-alpha.30",
|
|
95
|
+
"@things-factory/resource-ui": "^8.0.0-alpha.29",
|
|
96
|
+
"@things-factory/routing-base": "^8.0.0-alpha.29",
|
|
97
|
+
"@things-factory/setting-base": "^8.0.0-alpha.29",
|
|
98
|
+
"@things-factory/setting-ui": "^8.0.0-alpha.29",
|
|
99
|
+
"@things-factory/shell": "^8.0.0-alpha.29",
|
|
100
|
+
"@things-factory/system": "^8.0.0-alpha.29",
|
|
101
|
+
"@things-factory/web-editor": "^8.0.0-alpha.29",
|
|
102
|
+
"@things-factory/work-shift": "^8.0.0-alpha.29",
|
|
103
103
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
104
104
|
"random-words": "^1.2.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@things-factory/builder": "^8.0.0-alpha.
|
|
107
|
+
"@things-factory/builder": "^8.0.0-alpha.24"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "f01fac46630cf06e1697edc185dfb4cddcd61365"
|
|
110
110
|
}
|