@things-factory/operato-hub 8.0.0-alpha.21 → 8.0.0-alpha.23
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.
|
@@ -19,6 +19,11 @@ services:
|
|
|
19
19
|
- postgres
|
|
20
20
|
- mosquitto
|
|
21
21
|
- scheduler
|
|
22
|
+
logging:
|
|
23
|
+
driver: 'json-file'
|
|
24
|
+
options:
|
|
25
|
+
max-size: '100m'
|
|
26
|
+
max-file: '3'
|
|
22
27
|
postgres:
|
|
23
28
|
image: postgres:13.2
|
|
24
29
|
container_name: db-operato-hub
|
|
@@ -35,7 +40,6 @@ services:
|
|
|
35
40
|
ports:
|
|
36
41
|
- 1883:1883
|
|
37
42
|
- 9001:9001
|
|
38
|
-
|
|
39
43
|
scheduler:
|
|
40
44
|
image: hatiolab/schevt-mgr:latest
|
|
41
45
|
container_name: scheduler
|
|
@@ -43,3 +47,8 @@ services:
|
|
|
43
47
|
- ./config.yaml:/app/config.yaml
|
|
44
48
|
ports:
|
|
45
49
|
- '9902:9902'
|
|
50
|
+
logging:
|
|
51
|
+
driver: 'json-file'
|
|
52
|
+
options:
|
|
53
|
+
max-size: '100m'
|
|
54
|
+
max-file: '3'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-hub",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.23",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -63,53 +63,53 @@
|
|
|
63
63
|
"@operato/scene-table": "^8.0.0-alpha",
|
|
64
64
|
"@operato/scene-visualizer": "^8.0.0-alpha",
|
|
65
65
|
"@operato/scene-wheel-sorter": "^8.0.0-alpha",
|
|
66
|
-
"@things-factory/api": "^8.0.0-alpha.
|
|
67
|
-
"@things-factory/apptool-ui": "^8.0.0-alpha.
|
|
68
|
-
"@things-factory/attachment-base": "^8.0.0-alpha.
|
|
69
|
-
"@things-factory/auth-base": "^8.0.0-alpha.
|
|
70
|
-
"@things-factory/auth-ui": "^8.0.0-alpha.
|
|
71
|
-
"@things-factory/biz-base": "^8.0.0-alpha.
|
|
72
|
-
"@things-factory/biz-ui": "^8.0.0-alpha.
|
|
73
|
-
"@things-factory/board-service": "^8.0.0-alpha.
|
|
74
|
-
"@things-factory/board-ui": "^8.0.0-alpha.
|
|
75
|
-
"@things-factory/code-ui": "^8.0.0-alpha.
|
|
66
|
+
"@things-factory/api": "^8.0.0-alpha.22",
|
|
67
|
+
"@things-factory/apptool-ui": "^8.0.0-alpha.22",
|
|
68
|
+
"@things-factory/attachment-base": "^8.0.0-alpha.23",
|
|
69
|
+
"@things-factory/auth-base": "^8.0.0-alpha.22",
|
|
70
|
+
"@things-factory/auth-ui": "^8.0.0-alpha.22",
|
|
71
|
+
"@things-factory/biz-base": "^8.0.0-alpha.22",
|
|
72
|
+
"@things-factory/biz-ui": "^8.0.0-alpha.22",
|
|
73
|
+
"@things-factory/board-service": "^8.0.0-alpha.23",
|
|
74
|
+
"@things-factory/board-ui": "^8.0.0-alpha.22",
|
|
75
|
+
"@things-factory/code-ui": "^8.0.0-alpha.22",
|
|
76
76
|
"@things-factory/component-ui": "^8.0.0-alpha.15",
|
|
77
|
-
"@things-factory/context-ui": "^8.0.0-alpha.
|
|
78
|
-
"@things-factory/document-template-ui": "^8.0.0-alpha.
|
|
77
|
+
"@things-factory/context-ui": "^8.0.0-alpha.22",
|
|
78
|
+
"@things-factory/document-template-ui": "^8.0.0-alpha.22",
|
|
79
79
|
"@things-factory/env": "^8.0.0-alpha.8",
|
|
80
|
-
"@things-factory/evaluation": "^8.0.0-alpha.
|
|
81
|
-
"@things-factory/export-ui": "^8.0.0-alpha.
|
|
82
|
-
"@things-factory/export-ui-csv": "^8.0.0-alpha.
|
|
83
|
-
"@things-factory/export-ui-excel": "^8.0.0-alpha.
|
|
84
|
-
"@things-factory/help": "^8.0.0-alpha.
|
|
85
|
-
"@things-factory/i18n-base": "^8.0.0-alpha.
|
|
86
|
-
"@things-factory/import-ui": "^8.0.0-alpha.
|
|
87
|
-
"@things-factory/import-ui-excel": "^8.0.0-alpha.
|
|
88
|
-
"@things-factory/integration-accounting": "^8.0.0-alpha.
|
|
89
|
-
"@things-factory/integration-fulfillment": "^8.0.0-alpha.
|
|
90
|
-
"@things-factory/integration-lmd": "^8.0.0-alpha.
|
|
91
|
-
"@things-factory/integration-marketplace": "^8.0.0-alpha.
|
|
92
|
-
"@things-factory/integration-pos": "^8.0.0-alpha.
|
|
93
|
-
"@things-factory/integration-sellercraft": "^8.0.0-alpha.
|
|
94
|
-
"@things-factory/integration-sftp": "^8.0.0-alpha.
|
|
95
|
-
"@things-factory/lite-menu": "^8.0.0-alpha.
|
|
96
|
-
"@things-factory/more-ui": "^8.0.0-alpha.
|
|
97
|
-
"@things-factory/notification": "^8.0.0-alpha.
|
|
98
|
-
"@things-factory/pdf": "^8.0.0-alpha.
|
|
99
|
-
"@things-factory/product-ui": "^8.0.0-alpha.
|
|
100
|
-
"@things-factory/resource-ui": "^8.0.0-alpha.
|
|
101
|
-
"@things-factory/sales-base": "^8.0.0-alpha.
|
|
102
|
-
"@things-factory/setting-ui": "^8.0.0-alpha.
|
|
103
|
-
"@things-factory/shell": "^8.0.0-alpha.
|
|
104
|
-
"@things-factory/system": "^8.0.0-alpha.
|
|
105
|
-
"@things-factory/warehouse-base": "^8.0.0-alpha.
|
|
106
|
-
"@things-factory/worksheet-base": "^8.0.0-alpha.
|
|
80
|
+
"@things-factory/evaluation": "^8.0.0-alpha.22",
|
|
81
|
+
"@things-factory/export-ui": "^8.0.0-alpha.22",
|
|
82
|
+
"@things-factory/export-ui-csv": "^8.0.0-alpha.22",
|
|
83
|
+
"@things-factory/export-ui-excel": "^8.0.0-alpha.22",
|
|
84
|
+
"@things-factory/help": "^8.0.0-alpha.22",
|
|
85
|
+
"@things-factory/i18n-base": "^8.0.0-alpha.22",
|
|
86
|
+
"@things-factory/import-ui": "^8.0.0-alpha.22",
|
|
87
|
+
"@things-factory/import-ui-excel": "^8.0.0-alpha.22",
|
|
88
|
+
"@things-factory/integration-accounting": "^8.0.0-alpha.23",
|
|
89
|
+
"@things-factory/integration-fulfillment": "^8.0.0-alpha.22",
|
|
90
|
+
"@things-factory/integration-lmd": "^8.0.0-alpha.22",
|
|
91
|
+
"@things-factory/integration-marketplace": "^8.0.0-alpha.22",
|
|
92
|
+
"@things-factory/integration-pos": "^8.0.0-alpha.22",
|
|
93
|
+
"@things-factory/integration-sellercraft": "^8.0.0-alpha.22",
|
|
94
|
+
"@things-factory/integration-sftp": "^8.0.0-alpha.22",
|
|
95
|
+
"@things-factory/lite-menu": "^8.0.0-alpha.23",
|
|
96
|
+
"@things-factory/more-ui": "^8.0.0-alpha.22",
|
|
97
|
+
"@things-factory/notification": "^8.0.0-alpha.23",
|
|
98
|
+
"@things-factory/pdf": "^8.0.0-alpha.22",
|
|
99
|
+
"@things-factory/product-ui": "^8.0.0-alpha.23",
|
|
100
|
+
"@things-factory/resource-ui": "^8.0.0-alpha.22",
|
|
101
|
+
"@things-factory/sales-base": "^8.0.0-alpha.23",
|
|
102
|
+
"@things-factory/setting-ui": "^8.0.0-alpha.22",
|
|
103
|
+
"@things-factory/shell": "^8.0.0-alpha.22",
|
|
104
|
+
"@things-factory/system": "^8.0.0-alpha.22",
|
|
105
|
+
"@things-factory/warehouse-base": "^8.0.0-alpha.23",
|
|
106
|
+
"@things-factory/worksheet-base": "^8.0.0-alpha.23",
|
|
107
107
|
"koa2-swagger-ui": "^5.0.2",
|
|
108
108
|
"swagger-jsdoc": "^6.2.8",
|
|
109
109
|
"yamljs": "^0.3.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@things-factory/builder": "^8.0.0-alpha.
|
|
112
|
+
"@things-factory/builder": "^8.0.0-alpha.22"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "1ebbf45197acd1b0a8f27e9f21672d5cbef172ea"
|
|
115
115
|
}
|