@indexnetwork/protocol 8.0.1-rc.417.1 → 8.0.2
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -31,6 +31,13 @@ See [STABILITY.md](./STABILITY.md) for the public-contract and tier definitions.
|
|
|
31
31
|
`bun run eval:stance` measures decline rate on low-value versus high-value
|
|
32
32
|
fixtures per stance.
|
|
33
33
|
|
|
34
|
+
### Removed
|
|
35
|
+
- **BREAKING:** `DiscoveryRunInput` and `DiscoveryRunRecord` (8.0.0). Background-only
|
|
36
|
+
opportunity matching (#1301) deleted `shared/interfaces/discovery-run.interface.ts`
|
|
37
|
+
along with the discovery-run queue, adapter, and coalescing domain, so the two
|
|
38
|
+
stable types are no longer part of the public surface. The major bump shipped
|
|
39
|
+
with that change; this entry and the regenerated export inventory record it.
|
|
40
|
+
|
|
34
41
|
### Fixed
|
|
35
42
|
- Stop force-rewriting an opening-move refusal (IND-611 prerequisite; 7.11.0):
|
|
36
43
|
`negotiation.graph.ts` ran the turn-0 opening force *before* the IND-564
|