@things-factory/operato-board 5.0.0-alpha.28 → 5.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.
- package/config.development.js +4 -21
- package/config.production.js +7 -19
- package/package.json +63 -66
- package/db.backup.sqlite +0 -0
package/config.development.js
CHANGED
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
database: 'db.sqlite',
|
|
7
|
-
synchronize: false,
|
|
8
|
-
logging: true,
|
|
9
|
-
logger: 'debug'
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
// ormconfig: {
|
|
13
|
-
// name: 'default',
|
|
14
|
-
// type: 'postgres',
|
|
15
|
-
// database: 'board-app',
|
|
16
|
-
// username: 'postgres',
|
|
17
|
-
// password: 'hatioLAB1008',
|
|
18
|
-
// host: 'hatiolab-dev-database-1.cluster-cb0sbyfvrh6h.ap-northeast-2.rds.amazonaws.com',
|
|
19
|
-
// port: 5432,
|
|
20
|
-
// synchronize: true,
|
|
21
|
-
// logging: true
|
|
22
|
-
// },
|
|
2
|
+
port: 3000,
|
|
3
|
+
subdomain: null,
|
|
4
|
+
// useVirtualHostBasedDomain: true,
|
|
5
|
+
// subdomainOffset: 2,
|
|
23
6
|
email: {
|
|
24
7
|
host: 'smtp.office365.com',
|
|
25
8
|
port: 587,
|
package/config.production.js
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
|
+
var licenseKey = require('./config/license').Key
|
|
2
|
+
|
|
1
3
|
module.exports = {
|
|
2
4
|
accessTokenCookieKey: 'access_token.board',
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
logging: true,
|
|
9
|
-
logger: 'debug'
|
|
10
|
-
},
|
|
11
|
-
// ormconfig: {
|
|
12
|
-
// name: 'default',
|
|
13
|
-
// type: 'postgres',
|
|
14
|
-
// database: 'board-app',
|
|
15
|
-
// username: 'postgres',
|
|
16
|
-
// password: 'hatioLAB1008',
|
|
17
|
-
// host: 'hatiolab-dev-database-1.cluster-cb0sbyfvrh6h.ap-northeast-2.rds.amazonaws.com',
|
|
18
|
-
// port: 5432,
|
|
19
|
-
// synchronize: true,
|
|
20
|
-
// logging: true
|
|
21
|
-
// },
|
|
5
|
+
licenseKey: licenseKey,
|
|
6
|
+
port: 3000,
|
|
7
|
+
subdomain: null,
|
|
8
|
+
// useVirtualHostBasedDomain: true,
|
|
9
|
+
// subdomainOffset: 2,
|
|
22
10
|
email: {
|
|
23
11
|
host: 'smtp.office365.com',
|
|
24
12
|
port: 587,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.30",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -42,74 +42,71 @@
|
|
|
42
42
|
"docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@operato/attachment": "1.0.0-
|
|
46
|
-
"@operato/font": "1.0.0-
|
|
47
|
-
"@operato/help": "1.0.0-
|
|
48
|
-
"@operato/scene-chartjs": "^1.0.0-alpha.
|
|
49
|
-
"@operato/scene-clock": "^1.0.0-alpha.
|
|
50
|
-
"@operato/scene-clone": "^1.0.0-alpha.
|
|
51
|
-
"@operato/scene-compass": "^1.0.0-alpha.
|
|
52
|
-
"@operato/scene-
|
|
53
|
-
"@operato/scene-
|
|
54
|
-
"@operato/scene-
|
|
55
|
-
"@operato/scene-
|
|
56
|
-
"@operato/scene-
|
|
57
|
-
"@operato/scene-
|
|
58
|
-
"@operato/scene-
|
|
59
|
-
"@operato/scene-
|
|
60
|
-
"@operato/scene-
|
|
61
|
-
"@operato/scene-
|
|
62
|
-
"@operato/scene-
|
|
63
|
-
"@operato/scene-
|
|
64
|
-
"@operato/scene-
|
|
65
|
-
"@operato/scene-
|
|
66
|
-
"@operato/scene-
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@things-factory/
|
|
75
|
-
"@things-factory/
|
|
76
|
-
"@things-factory/
|
|
77
|
-
"@things-factory/
|
|
78
|
-
"@things-factory/
|
|
79
|
-
"@things-factory/
|
|
80
|
-
"@things-factory/
|
|
81
|
-
"@things-factory/
|
|
82
|
-
"@things-factory/
|
|
83
|
-
"@things-factory/
|
|
84
|
-
"@things-factory/
|
|
85
|
-
"@things-factory/
|
|
86
|
-
"@things-factory/
|
|
45
|
+
"@operato/attachment": "1.0.0-beta.0",
|
|
46
|
+
"@operato/font": "1.0.0-beta.0",
|
|
47
|
+
"@operato/help": "1.0.0-beta.0",
|
|
48
|
+
"@operato/scene-chartjs": "^1.0.0-alpha.10",
|
|
49
|
+
"@operato/scene-clock": "^1.0.0-alpha.10",
|
|
50
|
+
"@operato/scene-clone": "^1.0.0-alpha.10",
|
|
51
|
+
"@operato/scene-compass": "^1.0.0-alpha.10",
|
|
52
|
+
"@operato/scene-excel": "^1.0.0-alpha.10",
|
|
53
|
+
"@operato/scene-form": "^1.0.0-alpha.10",
|
|
54
|
+
"@operato/scene-gauge": "^1.0.0-alpha.10",
|
|
55
|
+
"@operato/scene-graphql": "^1.0.0-alpha.10",
|
|
56
|
+
"@operato/scene-grist": "^1.0.0-alpha.10",
|
|
57
|
+
"@operato/scene-half-roundrect": "^1.0.0-alpha.10",
|
|
58
|
+
"@operato/scene-i18n": "^1.0.0-alpha.10",
|
|
59
|
+
"@operato/scene-indoor-map": "^1.0.0-alpha.10",
|
|
60
|
+
"@operato/scene-integration": "^1.0.0-alpha.10",
|
|
61
|
+
"@operato/scene-label": "^1.0.0-alpha.10",
|
|
62
|
+
"@operato/scene-legend": "^1.0.0-alpha.10",
|
|
63
|
+
"@operato/scene-marker": "^1.0.0-alpha.10",
|
|
64
|
+
"@operato/scene-mqtt": "^1.0.0-alpha.10",
|
|
65
|
+
"@operato/scene-news-ticker": "^1.0.0-alpha.10",
|
|
66
|
+
"@operato/scene-progressbar": "^1.0.0-alpha.10",
|
|
67
|
+
"@operato/scene-random": "^1.0.0-alpha.10",
|
|
68
|
+
"@operato/scene-restful": "^1.0.0-alpha.10",
|
|
69
|
+
"@operato/scene-switch": "^1.0.0-alpha.10",
|
|
70
|
+
"@operato/scene-tab": "^1.0.0-alpha.10",
|
|
71
|
+
"@operato/scene-table": "^1.0.0-alpha.10",
|
|
72
|
+
"@operato/scene-timer": "^1.0.0-alpha.10",
|
|
73
|
+
"@operato/scene-wheel-sorter": "^1.0.0-alpha.10",
|
|
74
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.30",
|
|
75
|
+
"@things-factory/attachment-ui": "^5.0.0-alpha.30",
|
|
76
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.30",
|
|
77
|
+
"@things-factory/board-service": "^5.0.0-alpha.30",
|
|
78
|
+
"@things-factory/board-ui": "^5.0.0-alpha.30",
|
|
79
|
+
"@things-factory/context-ui": "^5.0.0-alpha.30",
|
|
80
|
+
"@things-factory/export-ui": "^5.0.0-alpha.30",
|
|
81
|
+
"@things-factory/fav-base": "^5.0.0-alpha.30",
|
|
82
|
+
"@things-factory/font-base": "^5.0.0-alpha.30",
|
|
83
|
+
"@things-factory/form-ui": "^5.0.0-alpha.30",
|
|
84
|
+
"@things-factory/help": "^5.0.0-alpha.30",
|
|
85
|
+
"@things-factory/i18n-base": "^5.0.0-alpha.30",
|
|
86
|
+
"@things-factory/import-ui": "^5.0.0-alpha.30",
|
|
87
|
+
"@things-factory/integration-notification": "^5.0.0-alpha.30",
|
|
88
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.30",
|
|
89
|
+
"@things-factory/layout-ui": "^5.0.0-alpha.30",
|
|
90
|
+
"@things-factory/more-ui": "^5.0.0-alpha.30",
|
|
91
|
+
"@things-factory/notification": "^5.0.0-alpha.30",
|
|
92
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.30",
|
|
93
|
+
"@things-factory/offline-ui": "^5.0.0-alpha.30",
|
|
87
94
|
"@things-factory/operato-license-checker": "^3.0.4",
|
|
88
|
-
"@things-factory/pdf": "^5.0.0-alpha.
|
|
89
|
-
"@things-factory/print-service": "^5.0.0-alpha.
|
|
90
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
91
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
92
|
-
"@things-factory/scene-
|
|
93
|
-
"@things-factory/scene-
|
|
94
|
-
"@things-factory/scene-
|
|
95
|
-
"@things-factory/
|
|
96
|
-
"@things-factory/
|
|
97
|
-
"@things-factory/
|
|
98
|
-
"@things-factory/scene-graphql": "^5.0.0-alpha.28",
|
|
99
|
-
"@things-factory/scene-label": "^5.0.0-alpha.28",
|
|
100
|
-
"@things-factory/scene-marker": "^5.0.0-alpha.28",
|
|
101
|
-
"@things-factory/scene-mqtt": "^5.0.0-alpha.28",
|
|
102
|
-
"@things-factory/scene-restful": "^5.0.0-alpha.28",
|
|
103
|
-
"@things-factory/scene-urdf": "^5.0.0-alpha.28",
|
|
104
|
-
"@things-factory/scene-visualizer": "^5.0.0-alpha.28",
|
|
105
|
-
"@things-factory/screencast-ui": "^5.0.0-alpha.28",
|
|
106
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.28",
|
|
107
|
-
"@things-factory/system-ui": "^5.0.0-alpha.28"
|
|
95
|
+
"@things-factory/pdf": "^5.0.0-alpha.30",
|
|
96
|
+
"@things-factory/print-service": "^5.0.0-alpha.30",
|
|
97
|
+
"@things-factory/print-ui": "^5.0.0-alpha.30",
|
|
98
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.30",
|
|
99
|
+
"@things-factory/scene-data-transform": "^5.0.0-alpha.30",
|
|
100
|
+
"@things-factory/scene-google-map": "^5.0.0-alpha.30",
|
|
101
|
+
"@things-factory/scene-visualizer": "^5.0.0-alpha.30",
|
|
102
|
+
"@things-factory/screencast-ui": "^5.0.0-alpha.30",
|
|
103
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.30",
|
|
104
|
+
"@things-factory/system-ui": "^5.0.0-alpha.30"
|
|
108
105
|
},
|
|
109
106
|
"devDependencies": {
|
|
110
|
-
"@things-factory/board-test": "^5.0.0-alpha.
|
|
111
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
107
|
+
"@things-factory/board-test": "^5.0.0-alpha.30",
|
|
108
|
+
"@things-factory/builder": "^5.0.0-alpha.30"
|
|
112
109
|
},
|
|
113
110
|
"resolutions": {},
|
|
114
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "352de3c888d68121aef99da33b31b966d0123328"
|
|
115
112
|
}
|
package/db.backup.sqlite
DELETED
|
Binary file
|