@indexnetwork/protocol 10.0.1-rc.440.1 → 10.0.2-rc.442.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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -55,6 +55,12 @@ pin a supported release, use `latest`.
55
55
  `SynthesisResult` types. Minor bump: additive surface only.
56
56
 
57
57
  ### Fixed
58
+ - Repair the audited five-case historical evaluation corpus (IND-637; 10.0.2):
59
+ replace H1 with the approved Ted Nierenberg → Jens Quistgaard collaboration,
60
+ reverse H5 to the required Drew Weissman → Katalin Karikó direction, migrate
61
+ all cases to event-relative admission boundaries, reject approved cases with
62
+ high recognizability, and cover the exact model-safe matching and discovery
63
+ seed serializers with provider-free tests.
58
64
  - Harden the audited five-case historical evaluation corpus (IND-637; 10.0.1):
59
65
  preserve audit metadata outside direct model-safe and matching projections,
60
66
  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-rc.440.1",
3
+ "version": "10.0.2-rc.442.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",