@things-factory/operato-codelingua 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.
@@ -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-codelingua
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-codelingua",
3
- "version": "8.0.0-alpha.3",
3
+ "version": "8.0.0-alpha.30",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -62,32 +62,32 @@
62
62
  "@operato/scene-switch": "^8.0.0-alpha",
63
63
  "@operato/scene-table": "^8.0.0-alpha",
64
64
  "@operato/scene-timer": "^8.0.0-alpha",
65
- "@things-factory/api": "^8.0.0-alpha.2",
66
- "@things-factory/apptool-ui": "^8.0.0-alpha.2",
67
- "@things-factory/auth-ui": "^8.0.0-alpha.2",
68
- "@things-factory/board-service": "^8.0.0-alpha.3",
69
- "@things-factory/board-ui": "^8.0.0-alpha.2",
70
- "@things-factory/codelingua": "^8.0.0-alpha.2",
71
- "@things-factory/context-ui": "^8.0.0-alpha.2",
72
- "@things-factory/dashboard": "^8.0.0-alpha.3",
73
- "@things-factory/evaluation": "^8.0.0-alpha.2",
74
- "@things-factory/export-ui": "^8.0.0-alpha.2",
75
- "@things-factory/help": "^8.0.0-alpha.2",
76
- "@things-factory/i18n-base": "^8.0.0-alpha.2",
77
- "@things-factory/integration-ui": "^8.0.0-alpha.2",
78
- "@things-factory/lite-menu": "^8.0.0-alpha.3",
79
- "@things-factory/more-ui": "^8.0.0-alpha.2",
80
- "@things-factory/notification": "^8.0.0-alpha.3",
81
- "@things-factory/oauth2-client": "^8.0.0-alpha.2",
82
- "@things-factory/print-ui": "^8.0.0-alpha.2",
83
- "@things-factory/resource-ui": "^8.0.0-alpha.2",
84
- "@things-factory/setting-base": "^8.0.0-alpha.2",
85
- "@things-factory/setting-ui": "^8.0.0-alpha.2",
86
- "@things-factory/shell": "^8.0.0-alpha.2",
87
- "@things-factory/system": "^8.0.0-alpha.2"
65
+ "@things-factory/api": "^8.0.0-alpha.29",
66
+ "@things-factory/apptool-ui": "^8.0.0-alpha.30",
67
+ "@things-factory/auth-ui": "^8.0.0-alpha.29",
68
+ "@things-factory/board-service": "^8.0.0-alpha.30",
69
+ "@things-factory/board-ui": "^8.0.0-alpha.29",
70
+ "@things-factory/codelingua": "^8.0.0-alpha.29",
71
+ "@things-factory/context-ui": "^8.0.0-alpha.29",
72
+ "@things-factory/dashboard": "^8.0.0-alpha.30",
73
+ "@things-factory/evaluation": "^8.0.0-alpha.30",
74
+ "@things-factory/export-ui": "^8.0.0-alpha.29",
75
+ "@things-factory/help": "^8.0.0-alpha.29",
76
+ "@things-factory/i18n-base": "^8.0.0-alpha.29",
77
+ "@things-factory/integration-ui": "^8.0.0-alpha.30",
78
+ "@things-factory/lite-menu": "^8.0.0-alpha.30",
79
+ "@things-factory/more-ui": "^8.0.0-alpha.29",
80
+ "@things-factory/notification": "^8.0.0-alpha.29",
81
+ "@things-factory/oauth2-client": "^8.0.0-alpha.29",
82
+ "@things-factory/print-ui": "^8.0.0-alpha.29",
83
+ "@things-factory/resource-ui": "^8.0.0-alpha.29",
84
+ "@things-factory/setting-base": "^8.0.0-alpha.29",
85
+ "@things-factory/setting-ui": "^8.0.0-alpha.29",
86
+ "@things-factory/shell": "^8.0.0-alpha.29",
87
+ "@things-factory/system": "^8.0.0-alpha.29"
88
88
  },
89
89
  "devDependencies": {
90
- "@things-factory/builder": "^8.0.0-alpha.0"
90
+ "@things-factory/builder": "^8.0.0-alpha.24"
91
91
  },
92
- "gitHead": "610cf58f02e8d6ec5f988500ab5c4fd601fca8d8"
92
+ "gitHead": "f01fac46630cf06e1697edc185dfb4cddcd61365"
93
93
  }