@indexnetwork/protocol 10.0.1 → 10.0.3-rc.443.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -55,6 +55,15 @@ pin a supported release, use `latest`.
55
55
  `SynthesisResult` types. Minor bump: additive surface only.
56
56
 
57
57
  ### Fixed
58
+ - Add an independent complete-payload golden digest and stronger audit/report leak
59
+ sentinels for the historical discovery seed serializer, and clarify the H4 review
60
+ checkpoint chronology (IND-637; 10.0.3).
61
+ - Repair the audited five-case historical evaluation corpus (IND-637; 10.0.2):
62
+ replace H1 with the approved Ted Nierenberg → Jens Quistgaard collaboration,
63
+ reverse H5 to the required Drew Weissman → Katalin Karikó direction, migrate
64
+ all cases to event-relative admission boundaries, reject approved cases with
65
+ high recognizability, and cover the exact model-safe matching and discovery
66
+ seed serializers with provider-free tests.
58
67
  - Harden the audited five-case historical evaluation corpus (IND-637; 10.0.1):
59
68
  preserve audit metadata outside direct model-safe and matching projections,
60
69
  enforce fixture-v2 participant, citation, and authored-negative provenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indexnetwork/protocol",
3
- "version": "10.0.1",
3
+ "version": "10.0.3-rc.443.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",