@things-factory/operato-hub 7.1.24 → 7.1.27
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": "7.1.
|
|
3
|
+
"version": "7.1.27",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@things-factory/apptool-ui": "^7.1.24",
|
|
68
68
|
"@things-factory/attachment-base": "^7.1.24",
|
|
69
69
|
"@things-factory/auth-base": "^7.1.24",
|
|
70
|
-
"@things-factory/auth-ui": "^7.1.
|
|
70
|
+
"@things-factory/auth-ui": "^7.1.27",
|
|
71
71
|
"@things-factory/biz-base": "^7.1.24",
|
|
72
72
|
"@things-factory/biz-ui": "^7.1.24",
|
|
73
|
-
"@things-factory/board-service": "^7.1.
|
|
73
|
+
"@things-factory/board-service": "^7.1.27",
|
|
74
74
|
"@things-factory/board-ui": "^7.1.24",
|
|
75
75
|
"@things-factory/code-ui": "^7.1.24",
|
|
76
76
|
"@things-factory/component-ui": "^7.1.16",
|
|
@@ -85,25 +85,25 @@
|
|
|
85
85
|
"@things-factory/i18n-base": "^7.1.24",
|
|
86
86
|
"@things-factory/import-ui": "^7.1.24",
|
|
87
87
|
"@things-factory/import-ui-excel": "^7.1.24",
|
|
88
|
-
"@things-factory/integration-accounting": "^7.1.
|
|
89
|
-
"@things-factory/integration-fulfillment": "^7.1.
|
|
90
|
-
"@things-factory/integration-lmd": "^7.1.
|
|
91
|
-
"@things-factory/integration-marketplace": "^7.1.
|
|
92
|
-
"@things-factory/integration-pos": "^7.1.
|
|
93
|
-
"@things-factory/integration-sellercraft": "^7.1.
|
|
94
|
-
"@things-factory/integration-sftp": "^7.1.
|
|
95
|
-
"@things-factory/lite-menu": "^7.1.
|
|
88
|
+
"@things-factory/integration-accounting": "^7.1.27",
|
|
89
|
+
"@things-factory/integration-fulfillment": "^7.1.27",
|
|
90
|
+
"@things-factory/integration-lmd": "^7.1.27",
|
|
91
|
+
"@things-factory/integration-marketplace": "^7.1.27",
|
|
92
|
+
"@things-factory/integration-pos": "^7.1.27",
|
|
93
|
+
"@things-factory/integration-sellercraft": "^7.1.27",
|
|
94
|
+
"@things-factory/integration-sftp": "^7.1.27",
|
|
95
|
+
"@things-factory/lite-menu": "^7.1.27",
|
|
96
96
|
"@things-factory/more-ui": "^7.1.24",
|
|
97
97
|
"@things-factory/notification": "^7.1.24",
|
|
98
98
|
"@things-factory/pdf": "^7.1.24",
|
|
99
|
-
"@things-factory/product-ui": "^7.1.
|
|
100
|
-
"@things-factory/resource-ui": "^7.1.
|
|
101
|
-
"@things-factory/sales-base": "^7.1.
|
|
99
|
+
"@things-factory/product-ui": "^7.1.25",
|
|
100
|
+
"@things-factory/resource-ui": "^7.1.27",
|
|
101
|
+
"@things-factory/sales-base": "^7.1.27",
|
|
102
102
|
"@things-factory/setting-ui": "^7.1.24",
|
|
103
103
|
"@things-factory/shell": "^7.1.24",
|
|
104
104
|
"@things-factory/system": "^7.1.24",
|
|
105
|
-
"@things-factory/warehouse-base": "^7.1.
|
|
106
|
-
"@things-factory/worksheet-base": "^7.1.
|
|
105
|
+
"@things-factory/warehouse-base": "^7.1.27",
|
|
106
|
+
"@things-factory/worksheet-base": "^7.1.27",
|
|
107
107
|
"koa2-swagger-ui": "^5.0.2",
|
|
108
108
|
"swagger-jsdoc": "^6.2.8",
|
|
109
109
|
"yamljs": "^0.3.0"
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@things-factory/builder": "^7.1.22"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "07603400b55ee39ddf796f8eb1bf26bdfd39f89f"
|
|
115
115
|
}
|