@things-factory/operato-board 6.0.106 → 6.0.111

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.106",
3
+ "version": "6.0.111",
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.106",
83
- "@things-factory/auth-ui": "^6.0.105",
84
- "@things-factory/board-service": "^6.0.104",
85
- "@things-factory/board-ui": "^6.0.104",
86
- "@things-factory/context-ui": "^6.0.104",
87
- "@things-factory/export-ui": "^6.0.104",
88
- "@things-factory/fav-base": "^6.0.104",
89
- "@things-factory/font-base": "^6.0.104",
82
+ "@things-factory/apptool-ui": "^6.0.107",
83
+ "@things-factory/auth-ui": "^6.0.107",
84
+ "@things-factory/board-service": "^6.0.107",
85
+ "@things-factory/board-ui": "^6.0.107",
86
+ "@things-factory/context-ui": "^6.0.107",
87
+ "@things-factory/export-ui": "^6.0.107",
88
+ "@things-factory/fav-base": "^6.0.107",
89
+ "@things-factory/font-base": "^6.0.107",
90
90
  "@things-factory/form-ui": "^6.0.101",
91
- "@things-factory/help": "^6.0.104",
92
- "@things-factory/i18n-base": "^6.0.104",
93
- "@things-factory/import-ui": "^6.0.104",
94
- "@things-factory/integration-base": "^6.0.104",
95
- "@things-factory/integration-msgraph": "^6.0.104",
96
- "@things-factory/integration-notification": "^6.0.104",
97
- "@things-factory/integration-openai": "^6.0.104",
98
- "@things-factory/integration-ui": "^6.0.104",
91
+ "@things-factory/help": "^6.0.107",
92
+ "@things-factory/i18n-base": "^6.0.107",
93
+ "@things-factory/import-ui": "^6.0.107",
94
+ "@things-factory/integration-base": "^6.0.111",
95
+ "@things-factory/integration-msgraph": "^6.0.111",
96
+ "@things-factory/integration-notification": "^6.0.111",
97
+ "@things-factory/integration-openai": "^6.0.111",
98
+ "@things-factory/integration-ui": "^6.0.111",
99
99
  "@things-factory/layout-ui": "^6.0.101",
100
- "@things-factory/more-ui": "^6.0.104",
101
- "@things-factory/notification": "^6.0.104",
102
- "@things-factory/oauth2-client": "^6.0.104",
103
- "@things-factory/offline-ui": "^6.0.104",
100
+ "@things-factory/more-ui": "^6.0.107",
101
+ "@things-factory/notification": "^6.0.107",
102
+ "@things-factory/oauth2-client": "^6.0.107",
103
+ "@things-factory/offline-ui": "^6.0.107",
104
104
  "@things-factory/operato-license-checker": "^3.1.0",
105
105
  "@things-factory/pdf": "^6.0.101",
106
- "@things-factory/print-service": "^6.0.104",
107
- "@things-factory/print-ui": "^6.0.104",
108
- "@things-factory/resource-ui": "^6.0.105",
106
+ "@things-factory/print-service": "^6.0.107",
107
+ "@things-factory/print-ui": "^6.0.107",
108
+ "@things-factory/resource-ui": "^6.0.107",
109
109
  "@things-factory/scene-google-map": "^6.0.101",
110
- "@things-factory/setting-ui": "^6.0.104",
111
- "@things-factory/system-ui": "^6.0.104"
110
+ "@things-factory/setting-ui": "^6.0.107",
111
+ "@things-factory/system-ui": "^6.0.107"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/board-test": "^6.0.104",
114
+ "@things-factory/board-test": "^6.0.107",
115
115
  "@things-factory/builder": "^6.0.104"
116
116
  },
117
- "gitHead": "ac9c6877be455e7c02114b517f1c6c5a5da56d7f"
117
+ "gitHead": "0968c04da88d4571f800b217dc794ac7129ef258"
118
118
  }
@@ -1,39 +0,0 @@
1
- var licenseKey = require('./config/license').Key
2
- module.exports = {
3
- accessTokenCookieKey: 'access_token.board',
4
- licenseKey: licenseKey,
5
- scheduler: {
6
- /* Name to be used for setting client's "application" properties when registering a schedule */
7
- application: 'operato-board',
8
- /* Base endpoint to be used for setting "callback" properties when registering a schedule */
9
- callbackBase: 'http://localhost:3000',
10
- /*
11
- Scheduler service endpoint
12
- caution) endpoint for "localhost" has some problem.
13
- https://github.com/node-fetch/node-fetch/issues/1624
14
- */
15
- endpoint: 'http://127.0.0.1:9902'
16
- },
17
- ormconfig: {
18
- name: 'default',
19
- type: 'postgres',
20
- host: '127.0.0.1',
21
- port: 5432,
22
- database: 'vis_app',
23
- username: 'postgres',
24
- password: 'hatioLAB1008',
25
- synchronize: true,
26
- logging: true
27
- },
28
- ormconfig4Tx: {
29
- name: 'default',
30
- type: 'postgres',
31
- host: '127.0.0.1',
32
- port: 5432,
33
- database: 'vis_app',
34
- username: 'postgres',
35
- password: 'hatioLAB1008',
36
- synchronize: false,
37
- logging: true
38
- }
39
- }
@@ -1,33 +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
- }