@things-factory/dataset 6.2.115 → 6.2.116
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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/dataset",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.116",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"simple-statistics": "^7.8.3",
|
56
56
|
"statistics": "^3.3.0"
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "2d5498727ade9fbca9b99830b81cffe0a1548492"
|
59
59
|
}
|
package/translations/en.json
CHANGED
@@ -150,5 +150,7 @@
|
|
150
150
|
"title.open data sample view": "open data sample view",
|
151
151
|
"title.open data summary view": "open data summary view",
|
152
152
|
"title.ready": "ready",
|
153
|
-
"title.view detail ooc data": "view detail ooc data"
|
153
|
+
"title.view detail ooc data": "view detail ooc data",
|
154
|
+
"title.Data Key Set Master": "data key set master",
|
155
|
+
"menu.Data Key Set Master": "Data Key Set Master"
|
154
156
|
}
|
package/translations/ko.json
CHANGED
@@ -149,5 +149,7 @@
|
|
149
149
|
"title.open data sample view": "데이타 샘플 뷰페이지 열기",
|
150
150
|
"title.open data summary view": "데이타 수집 마감 뷰페이지 열기",
|
151
151
|
"title.ready": "준비 중",
|
152
|
-
"title.view detail ooc data": "OOC 데이타 상세보기"
|
152
|
+
"title.view detail ooc data": "OOC 데이타 상세보기",
|
153
|
+
"title.Data Key Set Master": "데이타 키셋 관리",
|
154
|
+
"menu.Data Key Set Master": "데이타 키셋 관리"
|
153
155
|
}
|