@urun-sh/core 0.2.38 → 0.2.40

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{D as r,G as t,H as a,I as n,K as s,L as p,M as m,N as c,O as i,P as l,Q as f,R as x,S,T as C,a as e,b as o}from"./chunk-TQBKKR7C.mjs";export{e as ChannelMultiplexer,i as DOC_SYNC_WIRE_CONTRACT_VERSION,o as DeferredChannelMultiplexer,x as DeferredDocConnector,s as LoopbackStreamData,S as SessionDocumentImpl,c as TransportSession,r as allocateSession,C as createPresence,f as createWebsocketDocConnector,l as deriveYjsServerUrl,n as ensureNodeWebRTC,t as isNodeRuntime,a as nodeMediasoupHandlerName,m as streamDataLabel,p as transportStreamData};
2
+ import{D as r,G as t,H as a,I as n,K as s,L as p,M as m,N as c,O as i,P as l,Q as f,R as x,S,T as C,a as e,b as o}from"./chunk-JGXO6MFH.mjs";export{e as ChannelMultiplexer,i as DOC_SYNC_WIRE_CONTRACT_VERSION,o as DeferredChannelMultiplexer,x as DeferredDocConnector,s as LoopbackStreamData,S as SessionDocumentImpl,c as TransportSession,r as allocateSession,C as createPresence,f as createWebsocketDocConnector,l as deriveYjsServerUrl,n as ensureNodeWebRTC,t as isNodeRuntime,a as nodeMediasoupHandlerName,m as streamDataLabel,p as transportStreamData};
@@ -805,6 +805,8 @@ declare class TransportSession {
805
805
  get connectedUrl(): string | null;
806
806
 
807
807
  getTrackByName(name: string): MediaStreamTrack | undefined;
808
+
809
+ private _streamNameOf;
808
810
  setAuth(options: Pick<TransportSessionOptions, 'orgId' | 'jwt' | 'authProvider'>): void;
809
811
  constructor(options?: TransportSessionOptions);
810
812
  setConnection(options: Pick<TransportSessionOptions, 'url' | 'fallbackUrls' | 'sessionId' | 'iceServers'>): void;
@@ -805,6 +805,8 @@ declare class TransportSession {
805
805
  get connectedUrl(): string | null;
806
806
 
807
807
  getTrackByName(name: string): MediaStreamTrack | undefined;
808
+
809
+ private _streamNameOf;
808
810
  setAuth(options: Pick<TransportSessionOptions, 'orgId' | 'jwt' | 'authProvider'>): void;
809
811
  constructor(options?: TransportSessionOptions);
810
812
  setConnection(options: Pick<TransportSessionOptions, 'url' | 'fallbackUrls' | 'sessionId' | 'iceServers'>): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urun-sh/core",
3
- "version": "0.2.38",
3
+ "version": "0.2.40",
4
4
  "description": "Core transport and channel primitives for the urun TypeScript SDK",
5
5
  "repository": {
6
6
  "type": "git",