@things-factory/operato-board 6.0.82 → 6.0.91

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.0.82",
3
+ "version": "6.0.91",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -79,40 +79,40 @@
79
79
  "@operato/shell": "^1.0.1",
80
80
  "@operato/styles": "^1.0.0",
81
81
  "@operato/utils": "^1.0.1",
82
- "@things-factory/apptool-ui": "^6.0.82",
83
- "@things-factory/auth-ui": "^6.0.82",
84
- "@things-factory/board-service": "^6.0.82",
85
- "@things-factory/board-ui": "^6.0.82",
86
- "@things-factory/context-ui": "^6.0.82",
87
- "@things-factory/export-ui": "^6.0.82",
88
- "@things-factory/fav-base": "^6.0.82",
89
- "@things-factory/font-base": "^6.0.82",
90
- "@things-factory/form-ui": "^6.0.78",
91
- "@things-factory/help": "^6.0.82",
92
- "@things-factory/i18n-base": "^6.0.82",
93
- "@things-factory/import-ui": "^6.0.82",
94
- "@things-factory/integration-base": "^6.0.82",
95
- "@things-factory/integration-msgraph": "^6.0.82",
96
- "@things-factory/integration-notification": "^6.0.82",
97
- "@things-factory/integration-openai": "^6.0.82",
98
- "@things-factory/integration-ui": "^6.0.82",
99
- "@things-factory/layout-ui": "^6.0.78",
100
- "@things-factory/more-ui": "^6.0.82",
101
- "@things-factory/notification": "^6.0.82",
102
- "@things-factory/oauth2-client": "^6.0.82",
103
- "@things-factory/offline-ui": "^6.0.82",
82
+ "@things-factory/apptool-ui": "^6.0.91",
83
+ "@things-factory/auth-ui": "^6.0.91",
84
+ "@things-factory/board-service": "^6.0.91",
85
+ "@things-factory/board-ui": "^6.0.91",
86
+ "@things-factory/context-ui": "^6.0.91",
87
+ "@things-factory/export-ui": "^6.0.91",
88
+ "@things-factory/fav-base": "^6.0.91",
89
+ "@things-factory/font-base": "^6.0.91",
90
+ "@things-factory/form-ui": "^6.0.91",
91
+ "@things-factory/help": "^6.0.91",
92
+ "@things-factory/i18n-base": "^6.0.91",
93
+ "@things-factory/import-ui": "^6.0.91",
94
+ "@things-factory/integration-base": "^6.0.91",
95
+ "@things-factory/integration-msgraph": "^6.0.91",
96
+ "@things-factory/integration-notification": "^6.0.91",
97
+ "@things-factory/integration-openai": "^6.0.91",
98
+ "@things-factory/integration-ui": "^6.0.91",
99
+ "@things-factory/layout-ui": "^6.0.91",
100
+ "@things-factory/more-ui": "^6.0.91",
101
+ "@things-factory/notification": "^6.0.91",
102
+ "@things-factory/oauth2-client": "^6.0.91",
103
+ "@things-factory/offline-ui": "^6.0.91",
104
104
  "@things-factory/operato-license-checker": "^3.1.0",
105
- "@things-factory/pdf": "^6.0.78",
106
- "@things-factory/print-service": "^6.0.82",
107
- "@things-factory/print-ui": "^6.0.82",
108
- "@things-factory/resource-ui": "^6.0.82",
109
- "@things-factory/scene-google-map": "^6.0.78",
110
- "@things-factory/setting-ui": "^6.0.82",
111
- "@things-factory/system-ui": "^6.0.82"
105
+ "@things-factory/pdf": "^6.0.91",
106
+ "@things-factory/print-service": "^6.0.91",
107
+ "@things-factory/print-ui": "^6.0.91",
108
+ "@things-factory/resource-ui": "^6.0.91",
109
+ "@things-factory/scene-google-map": "^6.0.91",
110
+ "@things-factory/setting-ui": "^6.0.91",
111
+ "@things-factory/system-ui": "^6.0.91"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/board-test": "^6.0.82",
115
- "@things-factory/builder": "^6.0.78"
114
+ "@things-factory/board-test": "^6.0.91",
115
+ "@things-factory/builder": "^6.0.91"
116
116
  },
117
- "gitHead": "6cd2a84db2c9ad8d9e75ecbdfcc53df1b20cf79f"
117
+ "gitHead": "26a056b2169e65b870a179a615fefb444063eef9"
118
118
  }
@@ -1,41 +0,0 @@
1
- var licenseKey = require('./config/license').Key
2
-
3
- module.exports = {
4
- licenseKey: licenseKey,
5
- protocol: 'https',
6
- accessTokenCookieKey: 'access_token.board',
7
- email: {
8
- host: 'smtp.office365.com', // your sender-email smtp host
9
- port: 587, // smtp server port
10
- secure: false, // true for 465, false for other ports
11
- auth: {
12
- user: 'your sender-email',
13
- pass: 'your sender-email password' // generated ethereal password
14
- },
15
- secureConnection: false,
16
- tls: {
17
- ciphers: 'SSLv3'
18
- }
19
- },
20
- logger: {
21
- file: {
22
- filename: 'logs/application-%DATE%.log',
23
- datePattern: 'YYYY-MM-DD-HH',
24
- zippedArchive: false,
25
- maxSize: '20m',
26
- maxFiles: '2d',
27
- level: 'info'
28
- },
29
- console: {
30
- level: 'silly'
31
- }
32
- },
33
- ormconfig: {
34
- name: 'default',
35
- type: 'sqlite',
36
- database: 'db.sqlite',
37
- synchronize: false,
38
- logging: true,
39
- logger: 'debug'
40
- }
41
- }