@things-factory/operato-dataset 7.0.1-alpha.54 → 7.0.1-alpha.55

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.
@@ -11,5 +11,28 @@ module.exports = {
11
11
  https://github.com/node-fetch/node-fetch/issues/1624
12
12
  */
13
13
  endpoint: 'http://127.0.0.1:9902'
14
+ },
15
+ i18n: {
16
+ languages: [
17
+ {
18
+ code: 'en-US',
19
+ display: 'English'
20
+ },
21
+ {
22
+ code: 'ko-KR',
23
+ display: '한국어'
24
+ },
25
+ {
26
+ code: 'zh-CN',
27
+ display: '中文'
28
+ },
29
+ {
30
+ code: 'ja-JP',
31
+ display: 'にほんご'
32
+ }
33
+ ],
34
+ defaultLanguage: 'en-US',
35
+ disableUserFavoredLanguage: false,
36
+ disableCustomTerminologyFeature: false
14
37
  }
15
38
  }
@@ -24,6 +24,29 @@ module.exports = {
24
24
  ciphers: 'SSLv3'
25
25
  }
26
26
  },
27
+ i18n: {
28
+ languages: [
29
+ {
30
+ code: 'en-US',
31
+ display: 'English'
32
+ },
33
+ {
34
+ code: 'ko-KR',
35
+ display: '한국어'
36
+ },
37
+ {
38
+ code: 'zh-CN',
39
+ display: '中文'
40
+ },
41
+ {
42
+ code: 'ja-JP',
43
+ display: 'にほんご'
44
+ }
45
+ ],
46
+ defaultLanguage: 'en-US',
47
+ disableUserFavoredLanguage: false,
48
+ disableCustomTerminologyFeature: false
49
+ },
27
50
  logger: {
28
51
  file: {
29
52
  filename: 'logs/application-%DATE%.log',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "7.0.1-alpha.54",
3
+ "version": "7.0.1-alpha.55",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -62,44 +62,44 @@
62
62
  "@operato/scene-table": "^2.0.0-alpha.0",
63
63
  "@operato/scene-timer": "^2.0.0-alpha.0",
64
64
  "@operato/shell": "^2.0.0-alpha.0",
65
- "@things-factory/api": "^7.0.1-alpha.52",
66
- "@things-factory/apptool-base": "^7.0.1-alpha.47",
67
- "@things-factory/apptool-ui": "^7.0.1-alpha.47",
68
- "@things-factory/auth-base": "^7.0.1-alpha.47",
69
- "@things-factory/auth-ui": "^7.0.1-alpha.54",
70
- "@things-factory/board-service": "^7.0.1-alpha.54",
71
- "@things-factory/board-ui": "^7.0.1-alpha.47",
72
- "@things-factory/ccp": "^7.0.1-alpha.54",
73
- "@things-factory/context-ui": "^7.0.1-alpha.47",
74
- "@things-factory/dashboard": "^7.0.1-alpha.54",
75
- "@things-factory/dataset": "^7.0.1-alpha.54",
76
- "@things-factory/edge-client": "^7.0.1-alpha.54",
77
- "@things-factory/export-ui": "^7.0.1-alpha.47",
78
- "@things-factory/help": "^7.0.1-alpha.47",
79
- "@things-factory/i18n-base": "^7.0.1-alpha.47",
80
- "@things-factory/integration-base": "^7.0.1-alpha.54",
81
- "@things-factory/integration-influxdb": "^7.0.1-alpha.54",
82
- "@things-factory/integration-msgraph": "^7.0.1-alpha.54",
83
- "@things-factory/integration-ui": "^7.0.1-alpha.54",
84
- "@things-factory/lite-menu": "^7.0.1-alpha.54",
85
- "@things-factory/lock-client": "^7.0.1-alpha.47",
86
- "@things-factory/more-base": "^7.0.1-alpha.47",
87
- "@things-factory/more-ui": "^7.0.1-alpha.52",
88
- "@things-factory/notification": "^7.0.1-alpha.47",
89
- "@things-factory/oauth2-client": "^7.0.1-alpha.47",
90
- "@things-factory/organization": "^7.0.1-alpha.47",
91
- "@things-factory/qc": "^7.0.1-alpha.54",
92
- "@things-factory/resource-ui": "^7.0.1-alpha.54",
93
- "@things-factory/setting-base": "^7.0.1-alpha.47",
94
- "@things-factory/setting-ui": "^7.0.1-alpha.52",
95
- "@things-factory/shell": "^7.0.1-alpha.47",
96
- "@things-factory/spc": "^7.0.1-alpha.54",
97
- "@things-factory/system": "^7.0.1-alpha.47",
98
- "@things-factory/work-shift": "^7.0.1-alpha.54",
99
- "@things-factory/worklist": "^7.0.1-alpha.54"
65
+ "@things-factory/api": "^7.0.1-alpha.55",
66
+ "@things-factory/apptool-base": "^7.0.1-alpha.55",
67
+ "@things-factory/apptool-ui": "^7.0.1-alpha.55",
68
+ "@things-factory/auth-base": "^7.0.1-alpha.55",
69
+ "@things-factory/auth-ui": "^7.0.1-alpha.55",
70
+ "@things-factory/board-service": "^7.0.1-alpha.55",
71
+ "@things-factory/board-ui": "^7.0.1-alpha.55",
72
+ "@things-factory/ccp": "^7.0.1-alpha.55",
73
+ "@things-factory/context-ui": "^7.0.1-alpha.55",
74
+ "@things-factory/dashboard": "^7.0.1-alpha.55",
75
+ "@things-factory/dataset": "^7.0.1-alpha.55",
76
+ "@things-factory/edge-client": "^7.0.1-alpha.55",
77
+ "@things-factory/export-ui": "^7.0.1-alpha.55",
78
+ "@things-factory/help": "^7.0.1-alpha.55",
79
+ "@things-factory/i18n-base": "^7.0.1-alpha.55",
80
+ "@things-factory/integration-base": "^7.0.1-alpha.55",
81
+ "@things-factory/integration-influxdb": "^7.0.1-alpha.55",
82
+ "@things-factory/integration-msgraph": "^7.0.1-alpha.55",
83
+ "@things-factory/integration-ui": "^7.0.1-alpha.55",
84
+ "@things-factory/lite-menu": "^7.0.1-alpha.55",
85
+ "@things-factory/lock-client": "^7.0.1-alpha.55",
86
+ "@things-factory/more-base": "^7.0.1-alpha.55",
87
+ "@things-factory/more-ui": "^7.0.1-alpha.55",
88
+ "@things-factory/notification": "^7.0.1-alpha.55",
89
+ "@things-factory/oauth2-client": "^7.0.1-alpha.55",
90
+ "@things-factory/organization": "^7.0.1-alpha.55",
91
+ "@things-factory/qc": "^7.0.1-alpha.55",
92
+ "@things-factory/resource-ui": "^7.0.1-alpha.55",
93
+ "@things-factory/setting-base": "^7.0.1-alpha.55",
94
+ "@things-factory/setting-ui": "^7.0.1-alpha.55",
95
+ "@things-factory/shell": "^7.0.1-alpha.55",
96
+ "@things-factory/spc": "^7.0.1-alpha.55",
97
+ "@things-factory/system": "^7.0.1-alpha.55",
98
+ "@things-factory/work-shift": "^7.0.1-alpha.55",
99
+ "@things-factory/worklist": "^7.0.1-alpha.55"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@things-factory/builder": "^7.0.1-alpha.52"
103
103
  },
104
- "gitHead": "ddb9a5718d20e2ee6c089db80319e9302270e5d4"
104
+ "gitHead": "aeab58a019a928a4063057446538fc3d77cf3d77"
105
105
  }