@indexnetwork/protocol 10.0.0-rc.439.1 → 10.0.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 +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -55,6 +55,10 @@ pin a supported release, use `latest`.
55
55
  `SynthesisResult` types. Minor bump: additive surface only.
56
56
 
57
57
  ### Fixed
58
+ - Harden the audited five-case historical evaluation corpus (IND-637; 10.0.1):
59
+ preserve audit metadata outside direct model-safe and matching projections,
60
+ enforce fixture-v2 participant, citation, and authored-negative provenance
61
+ invariants, and reuse the same audited cases in the discovery matrix.
58
62
  - `architecture:cycles` graphs runtime edges only (8.0.3). It counted `import
59
63
  type` / `export type` edges, which TypeScript erases, so it reported a
60
64
  7-module negotiation/questions cycle that no runtime can observe — penalizing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indexnetwork/protocol",
3
- "version": "10.0.0-rc.439.1",
3
+ "version": "10.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",