@operato/ops-contract 0.7.0 → 0.7.1
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/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist-cjs/index.cjs +0 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -40,5 +40,4 @@ export * from "./yms-profile.js";
|
|
|
40
40
|
export * from "./canonical-record.js";
|
|
41
41
|
/* `webhook-signature.ts` 는 여기 없다 — `node:crypto` 를 쓰므로 `@operato/ops-contract/webhook` 으로만 나간다. */
|
|
42
42
|
export * from "./webhook.js";
|
|
43
|
-
export * from "./version.js";
|
|
44
43
|
export * from "./oee.js";
|
package/dist-cjs/index.cjs
CHANGED
|
@@ -27,7 +27,6 @@ __export(index_exports, {
|
|
|
27
27
|
CAPABILITY_KEYS: () => CAPABILITY_KEYS,
|
|
28
28
|
CBV_BIZSTEP: () => CBV_BIZSTEP,
|
|
29
29
|
CMD: () => CMD,
|
|
30
|
-
CONTRACT_VERSION: () => CONTRACT_VERSION,
|
|
31
30
|
DISP: () => DISP,
|
|
32
31
|
DISPOSITION_DECISION: () => DISPOSITION_DECISION,
|
|
33
32
|
DOMAIN_CATALOG: () => DOMAIN_CATALOG,
|
|
@@ -3826,9 +3825,6 @@ function checkSequenceRun(lastSeq, seqs) {
|
|
|
3826
3825
|
return { accepted, lastSeq: cursor };
|
|
3827
3826
|
}
|
|
3828
3827
|
|
|
3829
|
-
// src/version.ts
|
|
3830
|
-
var CONTRACT_VERSION = "0.7.0";
|
|
3831
|
-
|
|
3832
3828
|
// src/oee.ts
|
|
3833
3829
|
function computeOee(c, nowMs) {
|
|
3834
3830
|
const missing = [];
|
|
@@ -3867,7 +3863,6 @@ function computeOee(c, nowMs) {
|
|
|
3867
3863
|
CAPABILITY_KEYS,
|
|
3868
3864
|
CBV_BIZSTEP,
|
|
3869
3865
|
CMD,
|
|
3870
|
-
CONTRACT_VERSION,
|
|
3871
3866
|
DISP,
|
|
3872
3867
|
DISPOSITION_DECISION,
|
|
3873
3868
|
DOMAIN_CATALOG,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/ops-contract",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Operations domain contract — the standard vocabulary that producers and readers agree on (EPCIS 2.0/GS1, ISA-95, IEC 61850/ISO 50001). Types, guards, validation. No state, no engine.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist-cjs/index.cjs",
|