@urun-sh/core 0.1.6 → 0.1.8

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/index.mjs CHANGED
@@ -1 +1 @@
1
- import{a as g,b as x}from"./chunk-YOWFDYKX.mjs";function v(s,e){let t={...s};for(let r of Object.keys(e)){let n=e[r],o=t[r];n!==null&&typeof n=="object"&&!Array.isArray(n)&&o!==null&&typeof o=="object"&&!Array.isArray(o)?t[r]=v(o,n):t[r]=n}return t}function C(s,e){let t=e.split("."),r=s;for(let n of t){if(r==null||typeof r!="object")return;r=r[n]}return r}var S=class{_state={};_listeners=new Set;_key;_sessionId;_multiplexer;constructor(e,t,r){this._key=e,this._sessionId=t,this._multiplexer=r,this._multiplexer.on(this._channel,n=>{if(n.type==="doc_update"&&n.patch&&typeof n.patch=="object"){this._state=v(this._state,n.patch);let o={...this._state};for(let i of this._listeners)i(o)}})}get _channel(){return`session:${this._sessionId}:doc:${this._key}`}set(e){this._state=v(this._state,e),this._multiplexer.emit(this._channel,{type:"doc_update",patch:e,snapshot:this._state});let t={...this._state};for(let r of this._listeners)r(t)}get(e,t){return e?C(this._state,e)??t:{...this._state}}on(e,t){return this._listeners.add(t),()=>this._listeners.delete(t)}};var O="session:",u=class{_sessionId;_multiplexer;_transport;_docs=new Map;constructor(e,t,r){this._sessionId=e,this._multiplexer=t,this._transport=r}stream(e,t){if(arguments.length===1){let r=this._transport.getTrackByName(e);if(!r)throw new Error(`[urun] No track available for stream "${e}"`);return r}else t==null?this._transport.removeTrack():this._transport.addTrack(t).catch(r=>{console.error(`[urun] Failed to add track for stream "${e}":`,r)})}doc(e){let t=this._docs.get(e);return t||(t=new S(e,this._sessionId,this._multiplexer),this._docs.set(e,t)),t}on(e,t){let r=`${O}${this._sessionId}:${e}`;return this._multiplexer.on(r,n=>{t(n)})}};var P=new Set(["then","catch","finally","toJSON",Symbol.toPrimitive]);function T(s){return s.replace(/^http/,"ws").replace(/\/$/,"")+"/ws"}function A(s,e){let t=()=>{s.send(JSON.stringify(e))};if(s.readyState===WebSocket.OPEN){t();return}if(s.readyState===WebSocket.CONNECTING){let r=()=>{s.removeEventListener("open",r),t()};s.addEventListener("open",r)}}function $(s,e){let t=T(e.baseUrl),r=new WebSocket(t),n=new g(r);return new Proxy({},{get(o,i){if(!(P.has(i)||typeof i!="string"))return m=>{let d=m??{},p=`s_${Date.now()}_${Math.random().toString(36).slice(2)}`,l=new x({url:t,orgId:e.orgId,jwt:e.jwt,authProvider:e.authProvider,sessionId:p});return l.connect({app:s,functionName:i,args:d}).catch(h=>{console.error(`[urun] Failed to connect session for ${i}:`,h)}),A(r,{type:"app.call",app:s,fn:i,args:d,sessionId:p,orgId:e.orgId,jwt:e.jwt,authProvider:e.authProvider}),new u(p,n,l)}}})}var I=3e4,E="stream:",y=class{_ws;_multiplexer;_pendingRpc=new Map;_rpcId=0;constructor(e,t){this._ws=e,this._multiplexer=t,this._ws.addEventListener("message",r=>{let n;try{n=JSON.parse(typeof r.data=="string"?r.data:"")}catch{return}if(n.rpcId&&this._pendingRpc.has(n.rpcId)){let o=this._pendingRpc.get(n.rpcId);this._pendingRpc.delete(n.rpcId),clearTimeout(o.timer),n.error?o.reject(new Error(n.error)):o.resolve(n.result)}})}async get(e){return this._sendRpc("store.get",{key:e})}async has(e){return await this._sendRpc("store.has",{key:e})}on(e,t){let r=`${E}${e}`;return this._multiplexer.on(r,n=>{t(n)})}emit(e,t){let r=`${E}${e}`,n=typeof t=="object"&&t!==null&&!Array.isArray(t)?t:{data:t};this._multiplexer.emit(r,n)}_getInternals(){return{multiplexer:this._multiplexer,ws:this._ws}}_sendRpc(e,t){return new Promise((r,n)=>{if(!this._ws||this._ws.readyState!==WebSocket.OPEN){n(new Error("WebSocket not open"));return}let o=String(++this._rpcId),i=setTimeout(()=>{this._pendingRpc.has(o)&&(this._pendingRpc.delete(o),n(new Error(`RPC request "${e}" timed out after ${I}ms`)))},I);this._pendingRpc.set(o,{resolve:r,reject:n,timer:i}),this._ws.send(JSON.stringify({rpcId:o,type:e,...t}))})}};function L(s){let r=`${s.baseUrl.replace(/\/$/,"").replace(/^http/,"ws")}/store/${encodeURIComponent(s.orgId)}`,n=new WebSocket(r);(s.jwt||s.apiKey)&&n.addEventListener("open",()=>{n.send(JSON.stringify({type:"auth",orgId:s.orgId,jwt:s.jwt,authProvider:s.authProvider,apiKey:s.apiKey}))});let o=new g(n);return new y(n,o)}var j='video/mp4; codecs="avc1.42E01E"';function U(s,e){let t=e?.codec??j,r=document.createElement("video");r.muted=!0,r.playsInline=!0;let n=new MediaSource,o=URL.createObjectURL(n);r.src=o,n.addEventListener("sourceopen",()=>{let a;try{a=n.addSourceBuffer(t)}catch(c){throw c instanceof DOMException&&c.name==="NotSupportedError"?new Error(`Codec not supported: "${t}". Ensure the codec string matches the fMP4 container format. Common values: video/mp4; codecs="avc1.42E01E" (H.264 Baseline), video/mp4; codecs="avc1.4D401F" (H.264 Main).`):c}let M=s.getReader();function w(){return a.updating?new Promise(c=>{a.addEventListener("updateend",()=>c(),{once:!0})}):Promise.resolve()}async function R(){try{for(;;){let{done:c,value:k}=await M.read();if(c){await w(),n.readyState==="open"&&n.endOfStream();return}await w();try{a.appendBuffer(k)}catch(f){if(f instanceof DOMException&&f.name==="QuotaExceededError"){let _=a.buffered;if(_.length>0){let b=_.start(_.length-1);a.remove(0,b),await w(),a.appendBuffer(k)}else throw f}else throw f}}}catch{if(n.readyState==="open")try{n.endOfStream("decode")}catch{}}}R()}),r.play().catch(()=>{});let i=r,m=i.captureStream??i.mozCaptureStream;if(!m)throw new Error("captureStream() is not supported in this browser. videoStream() requires HTMLMediaElement.captureStream() support.");let d=m.call(r),p=d.getTracks(),l=0,h=p.length;if(h===0)r.addEventListener("emptied",()=>{URL.revokeObjectURL(o)},{once:!0});else for(let a of p)a.addEventListener("ended",()=>{l++,l>=h&&URL.revokeObjectURL(o)});return d}export{$ as App,u as Session,L as createStore,U as videoStream};
1
+ import{a as _,b as E}from"./chunk-ADK75OQ6.mjs";function v(s,e){let t={...s};for(let r of Object.keys(e)){let n=e[r],o=t[r];n!==null&&typeof n=="object"&&!Array.isArray(n)&&o!==null&&typeof o=="object"&&!Array.isArray(o)?t[r]=v(o,n):t[r]=n}return t}function A(s,e){let t=e.split("."),r=s;for(let n of t){if(r==null||typeof r!="object")return;r=r[n]}return r}var g=class{_state={};_listeners=new Set;_key;_sessionId;_multiplexer;constructor(e,t,r){this._key=e,this._sessionId=t,this._multiplexer=r,this._multiplexer.on(this._channel,n=>{if(n.type==="doc_update"&&n.patch&&typeof n.patch=="object"){this._state=v(this._state,n.patch);let o={...this._state};for(let p of this._listeners)p(o)}})}get _channel(){return`session:${this._sessionId}:doc:${this._key}`}set(e){this._state=v(this._state,e),this._multiplexer.emit(this._channel,{type:"doc_update",patch:e,snapshot:this._state});let t={...this._state};for(let r of this._listeners)r(t)}get(e,t){return e?A(this._state,e)??t:{...this._state}}on(e,t){return this._listeners.add(t),()=>this._listeners.delete(t)}};var k=class{constructor(e,t){this._name=e;this._transport=t;this._track=this._transport.getTrackByName(this._name)??null,this._unsubscribeTransport=this._transport.on("track",()=>{let r=this._transport.getTrackByName(this._name)??null;r!==this._track&&this._setTrack(r)})}_name;_transport;_track=null;_handlers=new Map;_unsubscribeTransport=null;get track(){let e=this._transport.getTrackByName(this._name)??this._track;return e!==this._track&&this._setTrack(e),this._track}async attach(e){await this._transport.addTrack(e)}async detach(){this._transport.removeTrack()}async seek(e){if(e!=="live"&&(!Number.isFinite(e)||e<0))throw new Error('[urun] stream.seek target must be "live" or a non-negative number of seconds');this._transport.seekStream(this._name,e)}on(e,t){let r=this._handlers.get(e);return r||(r=new Set,this._handlers.set(e,r)),r.add(t),()=>{r?.delete(t),r?.size===0&&this._handlers.delete(e)}}dispose(){this._unsubscribeTransport?.(),this._unsubscribeTransport=null,this._handlers.clear()}_setTrack(e){this._track=e,e&&e.addEventListener("ended",()=>{this._track===e&&this._setTrack(null)},{once:!0});let t=this._handlers.get("track");if(t)for(let r of t)r(e)}},m=class{_sessionId;_multiplexer;_transport;_docs=new Map;_streams=new Map;constructor(e,t,r){this._sessionId=e,this._multiplexer=t,this._transport=r}get id(){return this._sessionId}stream(e){let t=this._streams.get(e);return t||(t=new k(e,this._transport),this._streams.set(e,t)),t}doc(e){let t=this._docs.get(e);return t||(t=new g(e,this._sessionId,this._multiplexer),this._docs.set(e,t)),t}disconnect(){for(let e of this._streams.values())e.dispose();this._streams.clear(),this._transport.disconnect()}};var U="session-api.prod.cloud.urun.sh",L=["https://session-api.use2.prod.cloud.urun.sh","https://session-api.usw2.prod.cloud.urun.sh"];function I(s){return s.trim().replace(/\/+$/,"")}function j(s,e){let t=[],r=n=>{if(!n)return;let o=I(n);o&&!t.includes(o)&&t.push(o)};r(s);for(let n of e??[])r(n);for(let n of $(s))r(n);return t}function y(s){return I(s).replace(/^http/,"ws")+"/ws"}function M(s,e){return j(s,e).map(y)}function $(s){try{return new URL(s).hostname!==U?[]:L}catch{return[]}}var N=new Set(["then","catch","finally","toJSON",Symbol.toPrimitive]);function B(s,e){let t=()=>{s.send(JSON.stringify(e))};if(s.readyState===WebSocket.OPEN){t();return}if(s.readyState===WebSocket.CONNECTING){let r=()=>{s.removeEventListener("open",r),t()};s.addEventListener("open",r)}}function W(s,e){let t=y(e.baseUrl),r=new WebSocket(t),n=new _(r),o=M(e.baseUrl,e.fallbackUrls);return new Proxy({},{get(p,a){if(!(N.has(a)||typeof a!="string"))return h=>{let u=h??{},l=`s_${Date.now()}_${Math.random().toString(36).slice(2)}`,d=new E({url:t,fallbackUrls:o.filter(i=>i!==t),orgId:e.orgId,jwt:e.jwt,authProvider:e.authProvider,sessionId:l});return d.connect({app:s,functionName:a,args:u}).catch(i=>{console.error(`[urun] Failed to connect session for ${a}:`,i)}),B(r,{type:"app.call",app:s,fn:a,args:u,sessionId:l,orgId:e.orgId,jwt:e.jwt,authProvider:e.authProvider}),new m(l,n,d)}}})}var R=3e4,T="stream:",x=class{_ws;_multiplexer;_pendingRpc=new Map;_rpcId=0;constructor(e,t){this._ws=e,this._multiplexer=t,this._ws.addEventListener("message",r=>{let n;try{n=JSON.parse(typeof r.data=="string"?r.data:"")}catch{return}if(n.rpcId&&this._pendingRpc.has(n.rpcId)){let o=this._pendingRpc.get(n.rpcId);this._pendingRpc.delete(n.rpcId),clearTimeout(o.timer),n.error?o.reject(new Error(n.error)):o.resolve(n.result)}})}async get(e){return this._sendRpc("store.get",{key:e})}async has(e){return await this._sendRpc("store.has",{key:e})}on(e,t){let r=`${T}${e}`;return this._multiplexer.on(r,n=>{t(n)})}emit(e,t){let r=`${T}${e}`,n=typeof t=="object"&&t!==null&&!Array.isArray(t)?t:{data:t};this._multiplexer.emit(r,n)}_getInternals(){return{multiplexer:this._multiplexer,ws:this._ws}}_sendRpc(e,t){return new Promise((r,n)=>{if(!this._ws||this._ws.readyState!==WebSocket.OPEN){n(new Error("WebSocket not open"));return}let o=String(++this._rpcId),p=setTimeout(()=>{this._pendingRpc.has(o)&&(this._pendingRpc.delete(o),n(new Error(`RPC request "${e}" timed out after ${R}ms`)))},R);this._pendingRpc.set(o,{resolve:r,reject:n,timer:p}),this._ws.send(JSON.stringify({rpcId:o,type:e,...t}))})}};function D(s){let r=`${s.baseUrl.replace(/\/$/,"").replace(/^http/,"ws")}/store/${encodeURIComponent(s.orgId)}`,n=new WebSocket(r);(s.jwt||s.apiKey)&&n.addEventListener("open",()=>{n.send(JSON.stringify({type:"auth",orgId:s.orgId,jwt:s.jwt,authProvider:s.authProvider,apiKey:s.apiKey}))});let o=new _(n);return new x(n,o)}var F='video/mp4; codecs="avc1.42E01E"';function G(s,e){let t=e?.codec??F,r=document.createElement("video");r.muted=!0,r.playsInline=!0;let n=new MediaSource,o=URL.createObjectURL(n);r.src=o,n.addEventListener("sourceopen",()=>{let i;try{i=n.addSourceBuffer(t)}catch(c){throw c instanceof DOMException&&c.name==="NotSupportedError"?new Error(`Codec not supported: "${t}". Ensure the codec string matches the fMP4 container format. Common values: video/mp4; codecs="avc1.42E01E" (H.264 Baseline), video/mp4; codecs="avc1.4D401F" (H.264 Main).`):c}let O=s.getReader();function S(){return i.updating?new Promise(c=>{i.addEventListener("updateend",()=>c(),{once:!0})}):Promise.resolve()}async function P(){try{for(;;){let{done:c,value:b}=await O.read();if(c){await S(),n.readyState==="open"&&n.endOfStream();return}await S();try{i.appendBuffer(b)}catch(f){if(f instanceof DOMException&&f.name==="QuotaExceededError"){let w=i.buffered;if(w.length>0){let C=w.start(w.length-1);i.remove(0,C),await S(),i.appendBuffer(b)}else throw f}else throw f}}}catch{if(n.readyState==="open")try{n.endOfStream("decode")}catch{}}}P()}),r.play().catch(()=>{});let p=r,a=p.captureStream??p.mozCaptureStream;if(!a)throw new Error("captureStream() is not supported in this browser. videoStream() requires HTMLMediaElement.captureStream() support.");let h=a.call(r),u=h.getTracks(),l=0,d=u.length;if(d===0)r.addEventListener("emptied",()=>{URL.revokeObjectURL(o)},{once:!0});else for(let i of u)i.addEventListener("ended",()=>{l++,l>=d&&URL.revokeObjectURL(o)});return h}export{W as App,m as Session,D as createStore,G as videoStream};
@@ -6,6 +6,8 @@ interface TransportSessionOptions {
6
6
 
7
7
  url: string;
8
8
 
9
+ fallbackUrls?: readonly string[];
10
+
9
11
  orgId?: string;
10
12
 
11
13
  jwt?: string;
@@ -26,19 +28,6 @@ interface ChannelMessage {
26
28
  [key: string]: unknown;
27
29
  }
28
30
 
29
- interface SessionContext {
30
-
31
- state: TransportState;
32
-
33
- id: string | null;
34
-
35
- emit: (name: string, data?: unknown) => void;
36
-
37
- on: (name: string, handler: (data: unknown) => void) => () => void;
38
-
39
- disconnect: () => void;
40
- }
41
-
42
31
  interface Layer {
43
32
 
44
33
  id: string;
@@ -138,21 +127,36 @@ interface SessionDocument {
138
127
  on(event: 'change', handler: (snapshot: Record<string, unknown>) => void): () => void;
139
128
  }
140
129
 
130
+ interface SessionStream {
131
+
132
+ readonly track: MediaStreamTrack | null;
133
+
134
+ attach(track: MediaStreamTrack): Promise<void>;
135
+
136
+ detach(): Promise<void>;
137
+
138
+ seek(target: number | 'live'): Promise<void>;
139
+
140
+ on(event: 'track', handler: (track: MediaStreamTrack | null) => void): () => void;
141
+ }
142
+
141
143
  interface Session {
142
144
 
143
- stream(name: string): MediaStreamTrack;
145
+ readonly id: string;
144
146
 
145
- stream(name: string, track: MediaStreamTrack | null): void;
147
+ stream(name: string): SessionStream;
146
148
 
147
149
  doc(key: string): SessionDocument;
148
150
 
149
- on(name: string, handler: (data: unknown) => void): () => void;
151
+ disconnect(): void;
150
152
  }
151
153
 
152
154
  interface AppOptions {
153
155
 
154
156
  baseUrl: string;
155
157
 
158
+ fallbackUrls?: readonly string[];
159
+
156
160
  orgId: string;
157
161
 
158
162
  jwt?: string;
@@ -168,6 +172,10 @@ declare class ChannelMultiplexer {
168
172
  private _handlers;
169
173
  private _ws;
170
174
  private _onMessage;
175
+ private _onOpen;
176
+ private _listeningForOpen;
177
+ private _pendingSends;
178
+ private _disposed;
171
179
  constructor(ws: WebSocket);
172
180
 
173
181
  on(channel: string, handler: (data: ChannelMessage) => void): () => void;
@@ -175,6 +183,8 @@ declare class ChannelMultiplexer {
175
183
  emit(channel: string, data: Record<string, unknown>): void;
176
184
 
177
185
  dispose(): void;
186
+ private flushPendingSends;
187
+ private listenForOpen;
178
188
  }
179
189
 
180
190
  interface TransportEvents {
@@ -233,15 +243,20 @@ declare class TransportSession {
233
243
  addTrack(track: MediaStreamTrack): Promise<void>;
234
244
  removeTrack(): void;
235
245
  requestDiagnostics(): void;
246
+ seekStream(name: string, target: number | 'live'): void;
236
247
  private _handleMessage;
237
248
  private _onRouterCapabilities;
238
249
  private _onCreateRecvTransport;
239
250
  private _onCreateSendTransport;
240
251
  private _onConsume;
241
252
  private _attemptReconnect;
253
+ private _connectUrls;
254
+ private _connectOnce;
255
+ private _startMessage;
256
+ private _cleanupSocket;
242
257
  private _cleanupMedia;
243
258
  private _send;
244
259
  private _setState;
245
260
  }
246
261
 
247
- export { type App as A, type ChannelMessage as C, type Layer as L, type SceneContext as S, TransportSession as T, type AppOptions as a, ChannelMultiplexer as b, type ChannelName as c, type LayoutConfig as d, type LayoutContext as e, type SceneGraph as f, type Session as g, type SessionContext as h, type SessionDocument as i, type SessionStartOptions as j, type Store as k, type StoreOptions as l, type TransportSessionOptions as m, type TransportState as n };
262
+ export { type App as A, type ChannelMessage as C, type Layer as L, type SceneContext as S, TransportSession as T, type AppOptions as a, ChannelMultiplexer as b, type ChannelName as c, type LayoutConfig as d, type LayoutContext as e, type SceneGraph as f, type Session as g, type SessionDocument as h, type SessionStartOptions as i, type SessionStream as j, type Store as k, type StoreOptions as l, type TransportSessionOptions as m, type TransportState as n };
@@ -6,6 +6,8 @@ interface TransportSessionOptions {
6
6
 
7
7
  url: string;
8
8
 
9
+ fallbackUrls?: readonly string[];
10
+
9
11
  orgId?: string;
10
12
 
11
13
  jwt?: string;
@@ -26,19 +28,6 @@ interface ChannelMessage {
26
28
  [key: string]: unknown;
27
29
  }
28
30
 
29
- interface SessionContext {
30
-
31
- state: TransportState;
32
-
33
- id: string | null;
34
-
35
- emit: (name: string, data?: unknown) => void;
36
-
37
- on: (name: string, handler: (data: unknown) => void) => () => void;
38
-
39
- disconnect: () => void;
40
- }
41
-
42
31
  interface Layer {
43
32
 
44
33
  id: string;
@@ -138,21 +127,36 @@ interface SessionDocument {
138
127
  on(event: 'change', handler: (snapshot: Record<string, unknown>) => void): () => void;
139
128
  }
140
129
 
130
+ interface SessionStream {
131
+
132
+ readonly track: MediaStreamTrack | null;
133
+
134
+ attach(track: MediaStreamTrack): Promise<void>;
135
+
136
+ detach(): Promise<void>;
137
+
138
+ seek(target: number | 'live'): Promise<void>;
139
+
140
+ on(event: 'track', handler: (track: MediaStreamTrack | null) => void): () => void;
141
+ }
142
+
141
143
  interface Session {
142
144
 
143
- stream(name: string): MediaStreamTrack;
145
+ readonly id: string;
144
146
 
145
- stream(name: string, track: MediaStreamTrack | null): void;
147
+ stream(name: string): SessionStream;
146
148
 
147
149
  doc(key: string): SessionDocument;
148
150
 
149
- on(name: string, handler: (data: unknown) => void): () => void;
151
+ disconnect(): void;
150
152
  }
151
153
 
152
154
  interface AppOptions {
153
155
 
154
156
  baseUrl: string;
155
157
 
158
+ fallbackUrls?: readonly string[];
159
+
156
160
  orgId: string;
157
161
 
158
162
  jwt?: string;
@@ -168,6 +172,10 @@ declare class ChannelMultiplexer {
168
172
  private _handlers;
169
173
  private _ws;
170
174
  private _onMessage;
175
+ private _onOpen;
176
+ private _listeningForOpen;
177
+ private _pendingSends;
178
+ private _disposed;
171
179
  constructor(ws: WebSocket);
172
180
 
173
181
  on(channel: string, handler: (data: ChannelMessage) => void): () => void;
@@ -175,6 +183,8 @@ declare class ChannelMultiplexer {
175
183
  emit(channel: string, data: Record<string, unknown>): void;
176
184
 
177
185
  dispose(): void;
186
+ private flushPendingSends;
187
+ private listenForOpen;
178
188
  }
179
189
 
180
190
  interface TransportEvents {
@@ -233,15 +243,20 @@ declare class TransportSession {
233
243
  addTrack(track: MediaStreamTrack): Promise<void>;
234
244
  removeTrack(): void;
235
245
  requestDiagnostics(): void;
246
+ seekStream(name: string, target: number | 'live'): void;
236
247
  private _handleMessage;
237
248
  private _onRouterCapabilities;
238
249
  private _onCreateRecvTransport;
239
250
  private _onCreateSendTransport;
240
251
  private _onConsume;
241
252
  private _attemptReconnect;
253
+ private _connectUrls;
254
+ private _connectOnce;
255
+ private _startMessage;
256
+ private _cleanupSocket;
242
257
  private _cleanupMedia;
243
258
  private _send;
244
259
  private _setState;
245
260
  }
246
261
 
247
- export { type App as A, type ChannelMessage as C, type Layer as L, type SceneContext as S, TransportSession as T, type AppOptions as a, ChannelMultiplexer as b, type ChannelName as c, type LayoutConfig as d, type LayoutContext as e, type SceneGraph as f, type Session as g, type SessionContext as h, type SessionDocument as i, type SessionStartOptions as j, type Store as k, type StoreOptions as l, type TransportSessionOptions as m, type TransportState as n };
262
+ export { type App as A, type ChannelMessage as C, type Layer as L, type SceneContext as S, TransportSession as T, type AppOptions as a, ChannelMultiplexer as b, type ChannelName as c, type LayoutConfig as d, type LayoutContext as e, type SceneGraph as f, type Session as g, type SessionDocument as h, type SessionStartOptions as i, type SessionStream as j, type Store as k, type StoreOptions as l, type TransportSessionOptions as m, type TransportState as n };
@@ -1 +1 @@
1
- export { C as ChannelMessage, b as ChannelMultiplexer, c as ChannelName, j as SessionStartOptions, T as TransportSession, m as TransportSessionOptions } from './internal-D8r8sCkX.mjs';
1
+ export { C as ChannelMessage, b as ChannelMultiplexer, c as ChannelName, i as SessionStartOptions, T as TransportSession, m as TransportSessionOptions } from './internal-BVUaf1Cq.mjs';
@@ -1 +1 @@
1
- export { C as ChannelMessage, b as ChannelMultiplexer, c as ChannelName, j as SessionStartOptions, T as TransportSession, m as TransportSessionOptions } from './internal-D8r8sCkX.js';
1
+ export { C as ChannelMessage, b as ChannelMultiplexer, c as ChannelName, i as SessionStartOptions, T as TransportSession, m as TransportSessionOptions } from './internal-BVUaf1Cq.js';