@things-factory/operato-ecs 6.0.28 → 6.0.34
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 +26 -26
- package/config.development.js +0 -29
- package/config.production.js +0 -51
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.34",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -51,33 +51,33 @@
|
|
51
51
|
"@operato/scene-switch": "^1.0.0",
|
52
52
|
"@operato/scene-table": "^1.0.0",
|
53
53
|
"@operato/scene-timer": "^1.0.0",
|
54
|
-
"@things-factory/api": "^6.0.
|
55
|
-
"@things-factory/apptool-ui": "^6.0.
|
56
|
-
"@things-factory/auth-ui": "^6.0.
|
57
|
-
"@things-factory/board-service": "^6.0.
|
58
|
-
"@things-factory/board-ui": "^6.0.
|
59
|
-
"@things-factory/context-ui": "^6.0.
|
60
|
-
"@things-factory/dashboard": "^6.0.
|
61
|
-
"@things-factory/export-ui": "^6.0.
|
62
|
-
"@things-factory/grist-ui": "^6.0.
|
63
|
-
"@things-factory/help": "^6.0.
|
64
|
-
"@things-factory/i18n-base": "^6.0.
|
65
|
-
"@things-factory/integration-melsec": "^6.0.
|
66
|
-
"@things-factory/integration-modbus": "^6.0.
|
67
|
-
"@things-factory/integration-ui": "^6.0.
|
68
|
-
"@things-factory/lite-menu": "^6.0.
|
69
|
-
"@things-factory/more-ui": "^6.0.
|
70
|
-
"@things-factory/oauth2-client": "^6.0.
|
71
|
-
"@things-factory/print-ui": "^6.0.
|
72
|
-
"@things-factory/resource-ui": "^6.0.
|
73
|
-
"@things-factory/setting-base": "^6.0.
|
74
|
-
"@things-factory/setting-ui": "^6.0.
|
75
|
-
"@things-factory/shell": "^6.0.
|
76
|
-
"@things-factory/system-ui": "^6.0.
|
54
|
+
"@things-factory/api": "^6.0.34",
|
55
|
+
"@things-factory/apptool-ui": "^6.0.34",
|
56
|
+
"@things-factory/auth-ui": "^6.0.34",
|
57
|
+
"@things-factory/board-service": "^6.0.34",
|
58
|
+
"@things-factory/board-ui": "^6.0.34",
|
59
|
+
"@things-factory/context-ui": "^6.0.34",
|
60
|
+
"@things-factory/dashboard": "^6.0.34",
|
61
|
+
"@things-factory/export-ui": "^6.0.34",
|
62
|
+
"@things-factory/grist-ui": "^6.0.34",
|
63
|
+
"@things-factory/help": "^6.0.34",
|
64
|
+
"@things-factory/i18n-base": "^6.0.34",
|
65
|
+
"@things-factory/integration-melsec": "^6.0.34",
|
66
|
+
"@things-factory/integration-modbus": "^6.0.34",
|
67
|
+
"@things-factory/integration-ui": "^6.0.34",
|
68
|
+
"@things-factory/lite-menu": "^6.0.34",
|
69
|
+
"@things-factory/more-ui": "^6.0.34",
|
70
|
+
"@things-factory/oauth2-client": "^6.0.34",
|
71
|
+
"@things-factory/print-ui": "^6.0.34",
|
72
|
+
"@things-factory/resource-ui": "^6.0.34",
|
73
|
+
"@things-factory/setting-base": "^6.0.34",
|
74
|
+
"@things-factory/setting-ui": "^6.0.34",
|
75
|
+
"@things-factory/shell": "^6.0.34",
|
76
|
+
"@things-factory/system-ui": "^6.0.34",
|
77
77
|
"jsmodbus": "^4.0.2"
|
78
78
|
},
|
79
79
|
"devDependencies": {
|
80
|
-
"@things-factory/builder": "^6.0.
|
80
|
+
"@things-factory/builder": "^6.0.34"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "a460e5183f6e97e061be886d1efe9a114bd1316b"
|
83
83
|
}
|
package/config.development.js
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
module.exports = {
|
2
|
-
subdomain: 'system',
|
3
|
-
accessTokenCookieKey: 'access_token.ecs',
|
4
|
-
logger: {
|
5
|
-
file: {
|
6
|
-
filename: 'logs/application-%DATE%.log',
|
7
|
-
datePattern: 'YYYY-MM-DD-HH',
|
8
|
-
zippedArchive: false,
|
9
|
-
maxSize: '20m',
|
10
|
-
maxFiles: '1d',
|
11
|
-
level: 'info'
|
12
|
-
},
|
13
|
-
console: {
|
14
|
-
level: 'silly'
|
15
|
-
}
|
16
|
-
}
|
17
|
-
// pubsub: {
|
18
|
-
// middleware: 'redis', // empty, redis, mqtt, redisCluster
|
19
|
-
// host: 'localhost',
|
20
|
-
// port: 6379,
|
21
|
-
// options: {}
|
22
|
-
// },
|
23
|
-
// airflowconfig: {
|
24
|
-
// url: 'a0445155e71fe462e8ae9968b69e9bf5-405657580.ap-northeast-2.elb.amazonaws.com',
|
25
|
-
// port: 8080,
|
26
|
-
// user: 'admin',
|
27
|
-
// password: 'admin'
|
28
|
-
// }
|
29
|
-
}
|
package/config.production.js
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
module.exports = {
|
2
|
-
protocol: 'http',
|
3
|
-
subdomain: 'system',
|
4
|
-
accessTokenCookieKey: 'access_token.ecs',
|
5
|
-
email: {
|
6
|
-
host: 'smtp.office365.com', // your sender-email smtp host
|
7
|
-
port: 587, // smtp server port
|
8
|
-
secure: false, // true for 465, false for other ports
|
9
|
-
auth: {
|
10
|
-
user: 'your sender-email',
|
11
|
-
pass: 'your sender-email password' // generated ethereal password
|
12
|
-
},
|
13
|
-
secureConnection: false,
|
14
|
-
tls: {
|
15
|
-
ciphers: 'SSLv3'
|
16
|
-
}
|
17
|
-
},
|
18
|
-
logger: {
|
19
|
-
file: {
|
20
|
-
filename: 'logs/application-%DATE%.log',
|
21
|
-
datePattern: 'YYYY-MM-DD-HH',
|
22
|
-
zippedArchive: false,
|
23
|
-
maxSize: '20m',
|
24
|
-
maxFiles: '2d',
|
25
|
-
level: 'info'
|
26
|
-
},
|
27
|
-
console: {
|
28
|
-
level: 'silly'
|
29
|
-
}
|
30
|
-
},
|
31
|
-
ormconfig: {
|
32
|
-
name: 'default',
|
33
|
-
type: 'sqlite',
|
34
|
-
database: 'db.sqlite',
|
35
|
-
synchronize: false,
|
36
|
-
logging: true,
|
37
|
-
logger: 'debug'
|
38
|
-
}
|
39
|
-
// pubsub: {
|
40
|
-
// middleware: 'redis', // empty, redis, mqtt, redisCluster
|
41
|
-
// host: 'localhost',
|
42
|
-
// port: 6379,
|
43
|
-
// options: {}
|
44
|
-
// },
|
45
|
-
// airflowconfig: {
|
46
|
-
// url: 'http://a0445155e71fe462e8ae9968b69e9bf5-405657580.ap-northeast-2.elb.amazonaws.com:8080/',
|
47
|
-
// port: 8080,
|
48
|
-
// user: 'admin',
|
49
|
-
// password: 'admin'
|
50
|
-
// }
|
51
|
-
}
|