@things-factory/ccp 5.0.0-alpha.15 → 5.0.0-alpha.19

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.
@@ -10,12 +10,12 @@ class DataUseCaseCCP {
10
10
  specs: [
11
11
  {
12
12
  type: 'ccp-limits' /* A value which seperates acceptability from unacceptability */,
13
- label: 'critical-limits',
13
+ label: 'critical limits',
14
14
  name: 'criticalLimits'
15
15
  },
16
16
  {
17
17
  type: 'ccp-limits',
18
- label: 'target-limits',
18
+ label: 'target limits',
19
19
  name: 'targetLimits'
20
20
  }
21
21
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/ccp",
3
- "version": "5.0.0-alpha.15",
3
+ "version": "5.0.0-alpha.19",
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-alpha.35",
28
- "@operato/dataset": "^1.0.0-alpha.35",
29
- "@things-factory/dataset": "^5.0.0-alpha.15",
30
- "@things-factory/shell": "^5.0.0-alpha.15"
27
+ "@operato/ccp": "^1.0.0-alpha.38",
28
+ "@operato/dataset": "^1.0.0-alpha.38",
29
+ "@things-factory/dataset": "^5.0.0-alpha.19",
30
+ "@things-factory/shell": "^5.0.0-alpha.19"
31
31
  },
32
- "gitHead": "88072e1d32788fff7c2f06f2b21b62ba944786ab"
32
+ "gitHead": "2e89b095f6c976bde6f7ecd777dec0f5b900fea3"
33
33
  }
@@ -9,12 +9,12 @@ export class DataUseCaseCCP implements DataUseCase {
9
9
  specs: [
10
10
  {
11
11
  type: 'ccp-limits' /* A value which seperates acceptability from unacceptability */,
12
- label: 'critical-limits',
12
+ label: 'critical limits',
13
13
  name: 'criticalLimits'
14
14
  },
15
15
  {
16
16
  type: 'ccp-limits',
17
- label: 'target-limits',
17
+ label: 'target limits',
18
18
  name: 'targetLimits'
19
19
  }
20
20
  ]
@@ -1,25 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CCP_DATA_SPEC = void 0;
4
- exports.CCP_DATA_SPEC = {
5
- name: 'CCP',
6
- description: 'Critical Control Point Data Spec',
7
- help: '',
8
- specItems: [
9
- {
10
- type: 'ccp-limits' /* A value which seperates acceptability from unacceptability */,
11
- label: 'critical-limits',
12
- name: 'criticalLimits',
13
- placeholder: '식품안전 확보를 위해 한계 이내로 관리되어야 하는 이론적 한계기준',
14
- property: {}
15
- },
16
- {
17
- type: 'ccp-limits',
18
- label: 'target-limits',
19
- name: 'targetLimits',
20
- placeholder: '한계기준에 현장운영시의 안전관리 수치를 더한 초과 기준',
21
- property: {}
22
- }
23
- ]
24
- };
25
- //# sourceMappingURL=ccp-data-spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ccp-data-spec.js","sourceRoot":"","sources":["../../server/controllers/ccp-data-spec.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;IAC3B,IAAI,EAAE,KAAK;IACX,WAAW,EAAE,kCAAkC;IAC/C,IAAI,EAAE,EAAE;IACR,SAAS,EAAE;QACT;YACE,IAAI,EAAE,YAAY,CAAC,gEAAgE;YACnF,KAAK,EAAE,iBAAiB;YACxB,IAAI,EAAE,gBAAgB;YACtB,WAAW,EAAE,sCAAsC;YACnD,QAAQ,EAAE,EAAE;SACb;QACD;YACE,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE,cAAc;YACpB,WAAW,EAAE,gCAAgC;YAC7C,QAAQ,EAAE,EAAE;SACb;KACF;CACF,CAAA"}
@@ -1,19 +0,0 @@
1
- const CCP_UNITS = [
2
- 'Temperature',
3
- 'Time',
4
- 'Viscosity',
5
- 'pH',
6
- 'Flow rate',
7
- 'Available Chlorine',
8
- 'Titratable acidity',
9
- 'Water activity',
10
- 'Preservative concentrations',
11
- 'Humidity',
12
- 'Salt concentration',
13
- 'Sensory information such as aroma and visual appearance',
14
- 'Moisture level',
15
- 'Physical dimensions',
16
- 'Line Speed',
17
- 'Weight'
18
- ];
19
- //# sourceMappingURL=ccp-units.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ccp-units.js","sourceRoot":"","sources":["../../server/controllers/ccp-units.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,aAAa;IACb,MAAM;IACN,WAAW;IACX,IAAI;IACJ,WAAW;IACX,oBAAoB;IACpB,oBAAoB;IACpB,gBAAgB;IAChB,6BAA6B;IAC7B,UAAU;IACV,oBAAoB;IACpB,yDAAyD;IACzD,gBAAgB;IAChB,qBAAqB;IACrB,YAAY;IACZ,QAAQ;CACT,CAAA"}