@urun-sh/core 0.2.49 → 0.2.51

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 CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ - **`SessionDiagnostic.level` gains `'debug'`** (union widened: an exhaustive
6
+ `switch`/`Record` over the level needs a new arm). `debug` diagnostics mirror
7
+ to `console.debug` — hidden at the browser console's default verbosity —
8
+ instead of the default-on `console.warn`. First user: the
9
+ `ice-candidate-pair` line when the stats shape yields no resolvable route
10
+ (all fields `unknown`); a later leg whose stats DO resolve still emits the
11
+ default-visible `info` line. The extraction also learned werift's stats
12
+ shape (`nominated` pair; its `transport.selectedCandidatePairId` never
13
+ matches its pair ids), so Node-backend routes now resolve instead of
14
+ printing `unknown`.
15
+
5
16
  - **Wall-clock media liveness is gone.** Streams are not guaranteed to be
6
17
  continuous, so "seconds since the last inbound byte / decoded frame" was never
7
18
  a valid death signal. Two rules keyed on it, and both are removed: