@things-factory/ccp 5.0.0-alpha.40 → 5.0.0-alpha.41

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/ccp",
3
- "version": "5.0.0-alpha.40",
3
+ "version": "5.0.0-alpha.41",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,10 +24,10 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/ccp": "^1.0.0-beta.5",
28
- "@operato/dataset": "^1.0.0-beta.5",
29
- "@things-factory/dataset": "^5.0.0-alpha.40",
30
- "@things-factory/shell": "^5.0.0-alpha.40"
27
+ "@operato/ccp": "^1.0.0-beta.6",
28
+ "@operato/dataset": "^1.0.0-beta.6",
29
+ "@things-factory/dataset": "^5.0.0-alpha.41",
30
+ "@things-factory/shell": "^5.0.0-alpha.41"
31
31
  },
32
- "gitHead": "c64462e85c9b744250f5649d28c0ec4bd56a1b38"
32
+ "gitHead": "f9ba0b3b997862b3d01c5b25338ce221d71f4fd7"
33
33
  }
@@ -1,8 +1,16 @@
1
1
  {
2
+ "field.collected-at": "collected at",
2
3
  "field.critical control point": "critical control point",
3
4
  "field.corrective action": "corrective action",
5
+ "field.item": "item",
4
6
  "label.critical limits": "critical limits",
5
7
  "label.target limits": "target limits",
8
+ "text.control limit": "control limit",
6
9
  "text.measurement": "measurement",
7
- "text.observation": "observation"
10
+ "text.observation": "observation",
11
+ "text.operating limit": "operating limit",
12
+ "text.target limit": "target limit",
13
+ "text.maximum value": "maximum value",
14
+ "text.minimum value": "minimum value",
15
+ "title.history": "history"
8
16
  }
@@ -1,13 +1,16 @@
1
1
  {
2
+ "field.collected-at": "수집 일자",
2
3
  "field.critical control point": "중점 관리점",
3
4
  "field.corrective action": "개선 조치",
5
+ "field.item": "item",
4
6
  "label.critical limits": "허용 한계",
5
7
  "label.target limits": "목표 한계",
8
+ "text.control limit": "허용 한계",
6
9
  "text.measurement": "측정",
7
10
  "text.observation": "관찰",
8
- "text.control limit": "허용 한계",
9
- "text.target limit": "목표 기준",
10
11
  "text.operating limit": "목표 기준",
12
+ "text.target limit": "목표 기준",
13
+ "text.maximum value": "최대값",
11
14
  "text.minimum value": "최소값",
12
- "text.maximum value": "최대값"
15
+ "title.history": "이력"
13
16
  }
@@ -1,8 +1,16 @@
1
1
  {
2
+ "field.collected-at": "collected at",
2
3
  "field.critical control point": "critical control point",
3
4
  "field.corrective action": "corrective action",
5
+ "field.item": "item",
4
6
  "label.critical limits": "critical limits",
5
7
  "label.target limits": "target limits",
8
+ "text.control limit": "control limit",
6
9
  "text.measurement": "measurement",
7
- "text.observation": "observation"
10
+ "text.observation": "observation",
11
+ "text.operating limit": "operating limit",
12
+ "text.target limit": "target limit",
13
+ "text.maximum value": "maximum value",
14
+ "text.minimum value": "minimum value",
15
+ "title.history": "history"
8
16
  }
@@ -1,8 +1,16 @@
1
1
  {
2
+ "field.collected-at": "collected at",
2
3
  "field.critical control point": "critical control point",
3
4
  "field.corrective action": "corrective action",
5
+ "field.item": "item",
4
6
  "label.critical limits": "critical limits",
5
7
  "label.target limits": "target limits",
8
+ "text.control limit": "control limit",
6
9
  "text.measurement": "measurement",
7
- "text.observation": "observation"
10
+ "text.observation": "observation",
11
+ "text.operating limit": "operating limit",
12
+ "text.target limit": "target limit",
13
+ "text.maximum value": "maximum value",
14
+ "text.minimum value": "minimum value",
15
+ "title.history": "history"
8
16
  }