@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.
@@ -1,25 +1,8 @@
1
1
  module.exports = {
2
- accessTokenCookieKey: 'access_token.board',
3
- ormconfig: {
4
- name: 'default',
5
- type: 'sqlite',
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,
@@ -1,24 +1,12 @@
1
+ var licenseKey = require('./config/license').Key
2
+
1
3
  module.exports = {
2
4
  accessTokenCookieKey: 'access_token.board',
3
- ormconfig: {
4
- name: 'default',
5
- type: 'sqlite',
6
- database: 'db.sqlite',
7
- synchronize: false,
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.28",
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-alpha.51",
46
- "@operato/font": "1.0.0-alpha.51",
47
- "@operato/help": "1.0.0-alpha.51",
48
- "@operato/scene-chartjs": "^1.0.0-alpha.5",
49
- "@operato/scene-clock": "^1.0.0-alpha.5",
50
- "@operato/scene-clone": "^1.0.0-alpha.5",
51
- "@operato/scene-compass": "^1.0.0-alpha.5",
52
- "@operato/scene-gauge": "^1.0.0-alpha.5",
53
- "@operato/scene-grist": "^1.0.0-alpha.5",
54
- "@operato/scene-half-roundrect": "^1.0.0-alpha.5",
55
- "@operato/scene-i18n": "^1.0.0-alpha.5",
56
- "@operato/scene-indoor-map": "^1.0.0-alpha.5",
57
- "@operato/scene-integration": "^1.0.0-alpha.5",
58
- "@operato/scene-legend": "^1.0.0-alpha.5",
59
- "@operato/scene-news-ticker": "^1.0.0-alpha.5",
60
- "@operato/scene-progressbar": "^1.0.0-alpha.5",
61
- "@operato/scene-random": "^1.0.0-alpha.5",
62
- "@operato/scene-switch": "^1.0.0-alpha.5",
63
- "@operato/scene-tab": "^1.0.0-alpha.5",
64
- "@operato/scene-table": "^1.0.0-alpha.5",
65
- "@operato/scene-timer": "^1.0.0-alpha.5",
66
- "@operato/scene-wheel-sorter": "^1.0.0-alpha.5",
67
- "@things-factory/apptool-ui": "^5.0.0-alpha.28",
68
- "@things-factory/attachment-ui": "^5.0.0-alpha.28",
69
- "@things-factory/auth-ui": "^5.0.0-alpha.28",
70
- "@things-factory/board-service": "^5.0.0-alpha.28",
71
- "@things-factory/board-ui": "^5.0.0-alpha.28",
72
- "@things-factory/context-ui": "^5.0.0-alpha.28",
73
- "@things-factory/export-ui": "^5.0.0-alpha.28",
74
- "@things-factory/fav-base": "^5.0.0-alpha.28",
75
- "@things-factory/font-base": "^5.0.0-alpha.28",
76
- "@things-factory/form-ui": "^5.0.0-alpha.28",
77
- "@things-factory/help": "^5.0.0-alpha.28",
78
- "@things-factory/i18n-base": "^5.0.0-alpha.28",
79
- "@things-factory/import-ui": "^5.0.0-alpha.28",
80
- "@things-factory/integration-notification": "^5.0.0-alpha.28",
81
- "@things-factory/integration-ui": "^5.0.0-alpha.28",
82
- "@things-factory/layout-ui": "^5.0.0-alpha.28",
83
- "@things-factory/more-ui": "^5.0.0-alpha.28",
84
- "@things-factory/notification": "^5.0.0-alpha.28",
85
- "@things-factory/oauth2-client": "^5.0.0-alpha.28",
86
- "@things-factory/offline-ui": "^5.0.0-alpha.28",
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.28",
89
- "@things-factory/print-service": "^5.0.0-alpha.28",
90
- "@things-factory/print-ui": "^5.0.0-alpha.28",
91
- "@things-factory/resource-ui": "^5.0.0-alpha.28",
92
- "@things-factory/scene-baidu-map": "^5.0.0-alpha.28",
93
- "@things-factory/scene-data-transform": "^5.0.0-alpha.28",
94
- "@things-factory/scene-excel": "^5.0.0-alpha.28",
95
- "@things-factory/scene-firebase": "^5.0.0-alpha.28",
96
- "@things-factory/scene-form": "^5.0.0-alpha.28",
97
- "@things-factory/scene-google-map": "^5.0.0-alpha.28",
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.28",
111
- "@things-factory/builder": "^5.0.0-alpha.28"
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": "9adb6cdfd07c7730800f84a2d532d96f0f436288"
111
+ "gitHead": "352de3c888d68121aef99da33b31b966d0123328"
115
112
  }
package/db.backup.sqlite DELETED
Binary file