@things-factory/operato-wms 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-wms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
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,
@@ -71,41 +71,41 @@
71
71
  "@operato/scene-table": "^7.0.0",
72
72
  "@operato/scene-visualizer": "^7.0.0",
73
73
  "@operato/scene-wheel-sorter": "^7.0.0",
74
- "@things-factory/apptool-ui": "^7.1.23",
75
- "@things-factory/auth-ui": "^7.1.23",
76
- "@things-factory/barcode-ui": "^7.1.23",
77
- "@things-factory/biz-ui": "^7.1.23",
78
- "@things-factory/board-service": "^7.1.23",
79
- "@things-factory/board-ui": "^7.1.23",
80
- "@things-factory/code-ui": "^7.1.23",
81
- "@things-factory/context-ui": "^7.1.23",
74
+ "@things-factory/apptool-ui": "^7.1.24",
75
+ "@things-factory/auth-ui": "^7.1.24",
76
+ "@things-factory/barcode-ui": "^7.1.24",
77
+ "@things-factory/biz-ui": "^7.1.24",
78
+ "@things-factory/board-service": "^7.1.24",
79
+ "@things-factory/board-ui": "^7.1.24",
80
+ "@things-factory/code-ui": "^7.1.24",
81
+ "@things-factory/context-ui": "^7.1.24",
82
82
  "@things-factory/env": "^7.1.16",
83
- "@things-factory/evaluation": "^7.1.23",
84
- "@things-factory/export-ui": "^7.1.23",
85
- "@things-factory/export-ui-csv": "^7.1.23",
86
- "@things-factory/export-ui-excel": "^7.1.23",
87
- "@things-factory/fav-base": "^7.1.23",
83
+ "@things-factory/evaluation": "^7.1.24",
84
+ "@things-factory/export-ui": "^7.1.24",
85
+ "@things-factory/export-ui-csv": "^7.1.24",
86
+ "@things-factory/export-ui-excel": "^7.1.24",
87
+ "@things-factory/fav-base": "^7.1.24",
88
88
  "@things-factory/form-ui": "^7.1.16",
89
- "@things-factory/geography": "^7.1.23",
90
- "@things-factory/help": "^7.1.23",
91
- "@things-factory/i18n-base": "^7.1.23",
92
- "@things-factory/id-rule-base": "^7.1.23",
93
- "@things-factory/import-ui": "^7.1.23",
94
- "@things-factory/import-ui-excel": "^7.1.23",
95
- "@things-factory/more-ui": "^7.1.23",
96
- "@things-factory/notification": "^7.1.23",
97
- "@things-factory/operato-tools": "^7.1.23",
98
- "@things-factory/pdf": "^7.1.23",
99
- "@things-factory/print-ui": "^7.1.23",
100
- "@things-factory/product-base": "^7.1.23",
101
- "@things-factory/resource-ui": "^7.1.23",
102
- "@things-factory/sales-ui": "^7.1.23",
103
- "@things-factory/setting-ui": "^7.1.23",
104
- "@things-factory/system": "^7.1.23",
105
- "@things-factory/transport-base": "^7.1.23",
106
- "@things-factory/tutorial-ui": "^7.1.23",
107
- "@things-factory/warehouse-base": "^7.1.23",
108
- "@things-factory/worksheet-base": "^7.1.23"
89
+ "@things-factory/geography": "^7.1.24",
90
+ "@things-factory/help": "^7.1.24",
91
+ "@things-factory/i18n-base": "^7.1.24",
92
+ "@things-factory/id-rule-base": "^7.1.24",
93
+ "@things-factory/import-ui": "^7.1.24",
94
+ "@things-factory/import-ui-excel": "^7.1.24",
95
+ "@things-factory/more-ui": "^7.1.24",
96
+ "@things-factory/notification": "^7.1.24",
97
+ "@things-factory/operato-tools": "^7.1.25",
98
+ "@things-factory/pdf": "^7.1.24",
99
+ "@things-factory/print-ui": "^7.1.24",
100
+ "@things-factory/product-base": "^7.1.25",
101
+ "@things-factory/resource-ui": "^7.1.24",
102
+ "@things-factory/sales-ui": "^7.1.25",
103
+ "@things-factory/setting-ui": "^7.1.24",
104
+ "@things-factory/system": "^7.1.24",
105
+ "@things-factory/transport-base": "^7.1.24",
106
+ "@things-factory/tutorial-ui": "^7.1.24",
107
+ "@things-factory/warehouse-base": "^7.1.25",
108
+ "@things-factory/worksheet-base": "^7.1.25"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@things-factory/builder": "^7.1.22",
@@ -114,5 +114,5 @@
114
114
  "cypress-localstorage-commands": "^1.6.1",
115
115
  "eslint-plugin-cypress": "^2.12.1"
116
116
  },
117
- "gitHead": "4dbcca46214112c5157cb5e167779f3154d4bc88"
117
+ "gitHead": "99180f1ee824d20cd9521b432c3a2bdd1f600354"
118
118
  }