@things-factory/qc 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,7 +10,7 @@ class DataUseCaseQC {
10
10
  specs: [
11
11
  {
12
12
  type: 'qc-limits' /* 'A value which seperates acceptability from unacceptability' */,
13
- label: 'pass-limits',
13
+ label: 'pass limits',
14
14
  name: 'passLimits'
15
15
  }
16
16
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/qc",
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/dataset": "^1.0.0-alpha.35",
28
- "@operato/qc": "^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/dataset": "^1.0.0-alpha.38",
28
+ "@operato/qc": "^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,7 +9,7 @@ export class DataUseCaseQC implements DataUseCase {
9
9
  specs: [
10
10
  {
11
11
  type: 'qc-limits' /* 'A value which seperates acceptability from unacceptability' */,
12
- label: 'pass-limits',
12
+ label: 'pass limits',
13
13
  name: 'passLimits'
14
14
  }
15
15
  ]
@@ -1,18 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QC_DATA_SPEC = void 0;
4
- exports.QC_DATA_SPEC = {
5
- name: 'QC',
6
- description: 'Quality Control Data Spec',
7
- help: '',
8
- specItems: [
9
- {
10
- type: 'qc-limits' /* A value which seperates acceptability from unacceptability */,
11
- label: 'pass-limits',
12
- name: 'passLimits',
13
- placeholder: '품질 관리를 위해 한계 이내로 관리되어야 하는 이론적 한계기준',
14
- property: {}
15
- }
16
- ]
17
- };
18
- //# sourceMappingURL=%08qc-data-spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"\bqc-data-spec.js","sourceRoot":"","sources":["../../server/controllers/\bqc-data-spec.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,IAAI,EAAE,IAAI;IACV,WAAW,EAAE,2BAA2B;IACxC,IAAI,EAAE,EAAE;IACR,SAAS,EAAE;QACT;YACE,IAAI,EAAE,WAAW,CAAC,gEAAgE;YAClF,KAAK,EAAE,aAAa;YACpB,IAAI,EAAE,YAAY;YAClB,WAAW,EAAE,oCAAoC;YACjD,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=qc-units.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qc-units.js","sourceRoot":"","sources":["../../server/controllers/qc-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"}