@peac/audit 0.10.9 → 0.10.10

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.
@@ -1,31 +0,0 @@
1
- "use strict";
2
- /**
3
- * Dispute Bundle Types (v0.9.30+)
4
- *
5
- * DisputeBundle is a ZIP archive containing receipts, keys, and policy
6
- * for offline verification and audit. Distinct from CaseBundle (JSONL).
7
- *
8
- * Key design principles:
9
- * 1. ZIP is transport container, not what we hash
10
- * 2. Deterministic integrity at content layer (JCS-canonicalized manifest)
11
- * 3. receipts.ndjson format for determinism + streaming
12
- * 4. bundle.sig for authenticity
13
- */
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.VERIFICATION_REPORT_VERSION = exports.DISPUTE_BUNDLE_VERSION = exports.BUNDLE_VERSION = void 0;
16
- /**
17
- * Bundle format version.
18
- * Normalized in v0.10.0 to peac-<artifact>/<major>.<minor> pattern.
19
- * The `kind` field distinguishes bundle types (dispute, audit, etc.).
20
- */
21
- exports.BUNDLE_VERSION = 'peac-bundle/0.1';
22
- /**
23
- * @deprecated Use BUNDLE_VERSION instead. Will be removed in v1.0.
24
- */
25
- exports.DISPUTE_BUNDLE_VERSION = exports.BUNDLE_VERSION;
26
- /**
27
- * Verification report format version.
28
- * Normalized in v0.10.0 to peac-<artifact>/<major>.<minor> pattern.
29
- */
30
- exports.VERIFICATION_REPORT_VERSION = 'peac-verification-report/0.1';
31
- //# sourceMappingURL=dispute-bundle-types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dispute-bundle-types.js","sourceRoot":"","sources":["../src/dispute-bundle-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAEH;;;;GAIG;AACU,QAAA,cAAc,GAAG,iBAA0B,CAAC;AAEzD;;GAEG;AACU,QAAA,sBAAsB,GAAG,sBAAc,CAAC;AAErD;;;GAGG;AACU,QAAA,2BAA2B,GAAG,8BAAuC,CAAC"}