@things-factory/operato-board 6.1.4 → 6.1.7

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.1.4",
3
+ "version": "6.1.7",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -80,41 +80,41 @@
80
80
  "@operato/shell": "^1.0.1",
81
81
  "@operato/styles": "^1.0.0",
82
82
  "@operato/utils": "^1.0.1",
83
- "@things-factory/apptool-ui": "^6.1.2",
84
- "@things-factory/auth-ui": "^6.1.2",
85
- "@things-factory/board-service": "^6.1.2",
86
- "@things-factory/board-ui": "^6.1.2",
87
- "@things-factory/context-ui": "^6.1.2",
88
- "@things-factory/export-ui": "^6.1.2",
89
- "@things-factory/fav-base": "^6.1.2",
90
- "@things-factory/font-base": "^6.1.2",
91
- "@things-factory/form-ui": "^6.1.0",
92
- "@things-factory/help": "^6.1.2",
93
- "@things-factory/i18n-base": "^6.1.2",
94
- "@things-factory/import-ui": "^6.1.2",
95
- "@things-factory/integration-base": "^6.1.2",
96
- "@things-factory/integration-msgraph": "^6.1.2",
97
- "@things-factory/integration-notification": "^6.1.4",
98
- "@things-factory/integration-openai": "^6.1.4",
99
- "@things-factory/integration-ui": "^6.1.2",
100
- "@things-factory/layout-ui": "^6.1.0",
101
- "@things-factory/more-ui": "^6.1.2",
102
- "@things-factory/notification": "^6.1.4",
103
- "@things-factory/oauth2-client": "^6.1.2",
104
- "@things-factory/offline-ui": "^6.1.2",
83
+ "@things-factory/apptool-ui": "^6.1.7",
84
+ "@things-factory/auth-ui": "^6.1.7",
85
+ "@things-factory/board-service": "^6.1.7",
86
+ "@things-factory/board-ui": "^6.1.7",
87
+ "@things-factory/context-ui": "^6.1.7",
88
+ "@things-factory/export-ui": "^6.1.7",
89
+ "@things-factory/fav-base": "^6.1.7",
90
+ "@things-factory/font-base": "^6.1.7",
91
+ "@things-factory/form-ui": "^6.1.7",
92
+ "@things-factory/help": "^6.1.7",
93
+ "@things-factory/i18n-base": "^6.1.7",
94
+ "@things-factory/import-ui": "^6.1.7",
95
+ "@things-factory/integration-base": "^6.1.7",
96
+ "@things-factory/integration-msgraph": "^6.1.7",
97
+ "@things-factory/integration-notification": "^6.1.7",
98
+ "@things-factory/integration-openai": "^6.1.7",
99
+ "@things-factory/integration-ui": "^6.1.7",
100
+ "@things-factory/layout-ui": "^6.1.7",
101
+ "@things-factory/more-ui": "^6.1.7",
102
+ "@things-factory/notification": "^6.1.7",
103
+ "@things-factory/oauth2-client": "^6.1.7",
104
+ "@things-factory/offline-ui": "^6.1.7",
105
105
  "@things-factory/operato-license-checker": "^3.1.0",
106
106
  "@things-factory/pdf": "^6.1.0",
107
- "@things-factory/print-service": "^6.1.2",
108
- "@things-factory/print-ui": "^6.1.2",
109
- "@things-factory/resource-ui": "^6.1.2",
107
+ "@things-factory/print-service": "^6.1.7",
108
+ "@things-factory/print-ui": "^6.1.7",
109
+ "@things-factory/resource-ui": "^6.1.7",
110
110
  "@things-factory/scene-google-map": "^6.1.0",
111
- "@things-factory/setting-ui": "^6.1.2",
112
- "@things-factory/shell": "^6.1.2",
113
- "@things-factory/system-ui": "^6.1.2"
111
+ "@things-factory/setting-ui": "^6.1.7",
112
+ "@things-factory/shell": "^6.1.7",
113
+ "@things-factory/system-ui": "^6.1.7"
114
114
  },
115
115
  "devDependencies": {
116
- "@things-factory/board-test": "^6.1.2",
117
- "@things-factory/builder": "^6.1.0"
116
+ "@things-factory/board-test": "^6.1.7",
117
+ "@things-factory/builder": "^6.1.7"
118
118
  },
119
- "gitHead": "071a2a3e4418a386d070fc1a38f415003a646537"
119
+ "gitHead": "b7d7932f4585d09d45ac09696f102b8f1ce73cce"
120
120
  }
@@ -1,60 +0,0 @@
1
- var licenseKey = require('./config/license').Key
2
- module.exports = {
3
- accessTokenCookieKey: 'access_token.board',
4
- licenseKey: licenseKey,
5
- openai: {
6
- organization: 'org-WL2H4Xpiumk2fcpwuNklefnh',
7
- apiKey: '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'
8
- },
9
- scheduler: {
10
- /* Name to be used for setting client's "application" properties when registering a schedule */
11
- application: 'operato-board',
12
- /* Base endpoint to be used for setting "callback" properties when registering a schedule */
13
- callbackBase: 'http://localhost:3000',
14
- /*
15
- Scheduler service endpoint
16
- caution) endpoint for "localhost" has some problem.
17
- https://github.com/node-fetch/node-fetch/issues/1624
18
- */
19
- endpoint: 'http://127.0.0.1:9902'
20
- },
21
- // ormconfig: {
22
- // name: 'default',
23
- // type: 'sqlite',
24
- // database: 'db.sqlite',
25
- // synchronize: false,
26
- // logging: true,
27
- // logger: 'debug'
28
- // },
29
- // ormconfig4Tx: {
30
- // name: 'default',
31
- // type: 'sqlite',
32
- // database: 'db.sqlite',
33
- // synchronize: false,
34
- // logging: true,
35
- // logger: 'debug'
36
- // }
37
-
38
- ormconfig: {
39
- name: 'default',
40
- type: 'postgres',
41
- host: '127.0.0.1',
42
- port: 5432,
43
- database: 'vis_app',
44
- username: 'postgres',
45
- password: 'hatioLAB1008',
46
- synchronize: true,
47
- logging: true
48
- },
49
- ormconfig4Tx: {
50
- name: 'default',
51
- type: 'postgres',
52
- host: '127.0.0.1',
53
- port: 5432,
54
- database: 'vis_app',
55
- username: 'postgres',
56
- password: 'hatioLAB1008',
57
- synchronize: false,
58
- logging: true
59
- }
60
- }
@@ -1,37 +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
- openai: {
8
- organization: 'org-WL2H4Xpiumk2fcpwuNklefnh',
9
- apiKey: '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'
10
- },
11
- email: {
12
- host: 'smtp.office365.com', // your sender-email smtp host
13
- port: 587, // smtp server port
14
- secure: false, // true for 465, false for other ports
15
- auth: {
16
- user: 'your sender-email',
17
- pass: 'your sender-email password' // generated ethereal password
18
- },
19
- secureConnection: false,
20
- tls: {
21
- ciphers: 'SSLv3'
22
- }
23
- },
24
- logger: {
25
- file: {
26
- filename: 'logs/application-%DATE%.log',
27
- datePattern: 'YYYY-MM-DD-HH',
28
- zippedArchive: false,
29
- maxSize: '20m',
30
- maxFiles: '2d',
31
- level: 'info'
32
- },
33
- console: {
34
- level: 'silly'
35
- }
36
- }
37
- }