@urun-sh/core 0.2.31 → 0.2.32

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/dist/internal.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
  import { createRequire as __urunCreateRequire } from 'node:module'; const require = globalThis.require ?? __urunCreateRequire(import.meta.url);
2
- import{A as s,B as m,C as c,D as i,E as f,F as x,G as C,H as l,a as e,b as r,u as o,v as t,w as a,y as n,z as p}from"./chunk-ZBJCOKGC.mjs";export{e as ChannelMultiplexer,c as DOC_SYNC_WIRE_CONTRACT_VERSION,r as DeferredChannelMultiplexer,x as DeferredDocConnector,n as LoopbackStreamData,C as SessionDocumentImpl,m as TransportSession,l as createPresence,f as createWebsocketDocConnector,i as deriveYjsServerUrl,a as ensureNodeWebRTC,o as isNodeRuntime,t as nodeMediasoupHandlerName,s as streamDataLabel,p as transportStreamData};
2
+ import{A as s,B as m,C as c,D as i,E as f,F as x,G as C,H as l,a as e,b as r,u as o,v as t,w as a,y as n,z as p}from"./chunk-73X4QNRW.mjs";export{e as ChannelMultiplexer,c as DOC_SYNC_WIRE_CONTRACT_VERSION,r as DeferredChannelMultiplexer,x as DeferredDocConnector,n as LoopbackStreamData,C as SessionDocumentImpl,m as TransportSession,l as createPresence,f as createWebsocketDocConnector,i as deriveYjsServerUrl,a as ensureNodeWebRTC,o as isNodeRuntime,t as nodeMediasoupHandlerName,s as streamDataLabel,p as transportStreamData};
@@ -657,6 +657,12 @@ declare class TransportSession {
657
657
 
658
658
  private _latestInboundSample;
659
659
 
660
+ private _decodeWindowStartSample;
661
+
662
+ private _selectedCandidatePair;
663
+
664
+ private _candidatePairDiagnosticEmitted;
665
+
660
666
  private _currentEpoch;
661
667
 
662
668
  private _consumerId;
@@ -758,6 +764,7 @@ declare class TransportSession {
758
764
  private _onCreateRecvTransport;
759
765
 
760
766
  private _buildRecvTransport;
767
+ private _reportSelectedCandidatePair;
761
768
 
762
769
  private _tryRestartRecvIce;
763
770
  private _trySendIceRestart;
@@ -657,6 +657,12 @@ declare class TransportSession {
657
657
 
658
658
  private _latestInboundSample;
659
659
 
660
+ private _decodeWindowStartSample;
661
+
662
+ private _selectedCandidatePair;
663
+
664
+ private _candidatePairDiagnosticEmitted;
665
+
660
666
  private _currentEpoch;
661
667
 
662
668
  private _consumerId;
@@ -758,6 +764,7 @@ declare class TransportSession {
758
764
  private _onCreateRecvTransport;
759
765
 
760
766
  private _buildRecvTransport;
767
+ private _reportSelectedCandidatePair;
761
768
 
762
769
  private _tryRestartRecvIce;
763
770
  private _trySendIceRestart;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urun-sh/core",
3
- "version": "0.2.31",
3
+ "version": "0.2.32",
4
4
  "description": "Core transport and channel primitives for the urun TypeScript SDK",
5
5
  "repository": {
6
6
  "type": "git",