@things-factory/operato-mms 7.1.23 → 7.1.25

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
  depends_on:
20
20
  - postgres
21
21
  - mosquitto
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-mms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "7.1.23",
3
+ "version": "7.1.25",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -68,39 +68,39 @@
68
68
  "@operato/scene-timer": "^7.0.0",
69
69
  "@operato/scene-visualizer": "^7.0.0",
70
70
  "@operato/scene-wheel-sorter": "^7.0.0",
71
- "@things-factory/apptool-ui": "^7.1.23",
72
- "@things-factory/attachment-base": "^7.1.23",
73
- "@things-factory/auth-ui": "^7.1.23",
74
- "@things-factory/biz-base": "^7.1.23",
75
- "@things-factory/board-service": "^7.1.23",
76
- "@things-factory/board-ui": "^7.1.23",
77
- "@things-factory/code-ui": "^7.1.23",
78
- "@things-factory/context-ui": "^7.1.23",
79
- "@things-factory/dashboard": "^7.1.23",
80
- "@things-factory/evaluation": "^7.1.23",
81
- "@things-factory/export-ui": "^7.1.23",
82
- "@things-factory/export-ui-csv": "^7.1.23",
83
- "@things-factory/export-ui-excel": "^7.1.23",
84
- "@things-factory/geography": "^7.1.23",
85
- "@things-factory/help": "^7.1.23",
86
- "@things-factory/i18n-base": "^7.1.23",
87
- "@things-factory/integration-fulfillment": "^7.1.23",
88
- "@things-factory/integration-lmd": "^7.1.23",
89
- "@things-factory/lite-menu": "^7.1.23",
90
- "@things-factory/marketplace-base": "^7.1.23",
91
- "@things-factory/more-ui": "^7.1.23",
92
- "@things-factory/notification": "^7.1.23",
93
- "@things-factory/oauth2-client": "^7.1.23",
94
- "@things-factory/pdf": "^7.1.23",
95
- "@things-factory/product-base": "^7.1.23",
96
- "@things-factory/resource-ui": "^7.1.23",
97
- "@things-factory/setting-ui": "^7.1.23",
98
- "@things-factory/system": "^7.1.23",
99
- "@things-factory/warehouse-base": "^7.1.23"
71
+ "@things-factory/apptool-ui": "^7.1.24",
72
+ "@things-factory/attachment-base": "^7.1.24",
73
+ "@things-factory/auth-ui": "^7.1.24",
74
+ "@things-factory/biz-base": "^7.1.24",
75
+ "@things-factory/board-service": "^7.1.24",
76
+ "@things-factory/board-ui": "^7.1.24",
77
+ "@things-factory/code-ui": "^7.1.24",
78
+ "@things-factory/context-ui": "^7.1.24",
79
+ "@things-factory/dashboard": "^7.1.24",
80
+ "@things-factory/evaluation": "^7.1.24",
81
+ "@things-factory/export-ui": "^7.1.24",
82
+ "@things-factory/export-ui-csv": "^7.1.24",
83
+ "@things-factory/export-ui-excel": "^7.1.24",
84
+ "@things-factory/geography": "^7.1.24",
85
+ "@things-factory/help": "^7.1.24",
86
+ "@things-factory/i18n-base": "^7.1.24",
87
+ "@things-factory/integration-fulfillment": "^7.1.24",
88
+ "@things-factory/integration-lmd": "^7.1.24",
89
+ "@things-factory/lite-menu": "^7.1.24",
90
+ "@things-factory/marketplace-base": "^7.1.25",
91
+ "@things-factory/more-ui": "^7.1.24",
92
+ "@things-factory/notification": "^7.1.24",
93
+ "@things-factory/oauth2-client": "^7.1.24",
94
+ "@things-factory/pdf": "^7.1.24",
95
+ "@things-factory/product-base": "^7.1.25",
96
+ "@things-factory/resource-ui": "^7.1.24",
97
+ "@things-factory/setting-ui": "^7.1.24",
98
+ "@things-factory/system": "^7.1.24",
99
+ "@things-factory/warehouse-base": "^7.1.25"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@things-factory/builder": "^7.1.22",
103
103
  "@types/node-fetch": "^2.5.7"
104
104
  },
105
- "gitHead": "4dbcca46214112c5157cb5e167779f3154d4bc88"
105
+ "gitHead": "99180f1ee824d20cd9521b432c3a2bdd1f600354"
106
106
  }