@things-factory/dataset 6.1.73 → 6.1.77
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 +9 -9
- package/translations/ko.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/dataset",
|
3
|
-
"version": "6.1.
|
3
|
+
"version": "6.1.77",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -37,19 +37,19 @@
|
|
37
37
|
"@operato/shell": "^1.0.1",
|
38
38
|
"@operato/styles": "^1.0.0",
|
39
39
|
"@operato/utils": "^1.0.1",
|
40
|
-
"@things-factory/auth-base": "^6.1.
|
41
|
-
"@things-factory/aws-base": "^6.1.
|
42
|
-
"@things-factory/board-service": "^6.1.
|
40
|
+
"@things-factory/auth-base": "^6.1.76",
|
41
|
+
"@things-factory/aws-base": "^6.1.76",
|
42
|
+
"@things-factory/board-service": "^6.1.76",
|
43
43
|
"@things-factory/env": "^6.1.66",
|
44
|
-
"@things-factory/organization": "^6.1.
|
45
|
-
"@things-factory/scheduler-client": "^6.1.
|
44
|
+
"@things-factory/organization": "^6.1.77",
|
45
|
+
"@things-factory/scheduler-client": "^6.1.76",
|
46
46
|
"@things-factory/shell": "^6.1.66",
|
47
|
-
"@things-factory/work-shift": "^6.1.
|
48
|
-
"@things-factory/worklist": "^6.1.
|
47
|
+
"@things-factory/work-shift": "^6.1.76",
|
48
|
+
"@things-factory/worklist": "^6.1.77",
|
49
49
|
"cron-parser": "^4.3.0",
|
50
50
|
"moment-timezone": "^0.5.40",
|
51
51
|
"simple-statistics": "^7.8.3",
|
52
52
|
"statistics": "^3.3.0"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "9f86d66344bad632c73ff4ad192797ef0dd395fc"
|
55
55
|
}
|
package/translations/ko.json
CHANGED
@@ -93,14 +93,14 @@
|
|
93
93
|
"text.manually collected": "수동 수집",
|
94
94
|
"title.data-archive downloads ready": "아카이브 다운로드 가능",
|
95
95
|
"title.data-archive request failed": "아카이브 요청 실패",
|
96
|
-
"title.data-archive list": "아카이브 조회",
|
96
|
+
"title.data-archive list": "데이타 아카이브 조회",
|
97
97
|
"title.data-archive request popup": "아카이브 요청",
|
98
98
|
"title.data collecting schedule (un)register": "데이타 수집 스케쥴 등록/삭제",
|
99
99
|
"title.data collecting editor": "데이타 수집 화면",
|
100
100
|
"title.data-entry-form": "데이타 입력",
|
101
|
-
"title.data-entry list": "데이타 입력 화면
|
101
|
+
"title.data-entry list": "데이타 입력 화면",
|
102
102
|
"title.data-key-item list": "데이타 키 상세",
|
103
|
-
"title.data-key-set list": "데이타 키셋
|
103
|
+
"title.data-key-set list": "데이타 키셋 관리",
|
104
104
|
"title.data-item list": "데이타 아이템 조회",
|
105
105
|
"title.data-monitor-view": "데이타 모니터",
|
106
106
|
"title.data-ooc list": "데이타 이탈점 조회",
|
@@ -115,8 +115,8 @@
|
|
115
115
|
"title.data-summary period": "데이타 수집 마감 기간별 조회",
|
116
116
|
"title.data-summary search": "데이타 수집 마감 검색",
|
117
117
|
"title.data-summary view": "데이타 수집 마감 상세",
|
118
|
-
"title.data-sensor list": "데이타 센서
|
119
|
-
"title.data-set list": "데이타 셋
|
118
|
+
"title.data-sensor list": "데이타 센서 관리",
|
119
|
+
"title.data-set list": "데이타 셋 관리",
|
120
120
|
"title.data-set model": "데이타 셋 모델",
|
121
121
|
"title.edit data-key items": "데이타 키 모델 편집",
|
122
122
|
"title.edit code": "코드 편집",
|