@urun-sh/core 0.2.40 → 0.2.42
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/{chunk-JMGMNH6C.mjs → chunk-QJKLBQTQ.mjs} +2 -2
- package/dist/{chunk-JGXO6MFH.mjs → chunk-YZM4E6M3.mjs} +5 -5
- package/dist/index.browser.d.mts +7 -3
- package/dist/index.browser.d.ts +7 -3
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -1
- package/dist/internal.browser.d.mts +1 -1
- package/dist/internal.browser.d.ts +1 -1
- package/dist/internal.browser.js +2 -2
- package/dist/internal.browser.mjs +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +5 -5
- package/dist/internal.mjs +1 -1
- package/dist/{stream-data-DbHLOeSD.d.mts → stream-data-DLyFVlWt.d.mts} +9 -1
- package/dist/{stream-data-DbHLOeSD.d.ts → stream-data-DLyFVlWt.d.ts} +9 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{D as r,G as t,H as a,I as n,K as s,L as p,M as m,
|
|
1
|
+
import{D as r,G as t,H as a,I as n,K as s,L as p,M as m,Q as c,R as i,S as l,T as f,U as x,V as S,W as C,a as e,b as o}from"./chunk-QJKLBQTQ.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};
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, i as ChannelMessage, j as ChannelMultiplexer, k as ChannelName,
|
|
1
|
+
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, i as ChannelMessage, j as ChannelMultiplexer, k as ChannelName, m as DOC_SYNC_WIRE_CONTRACT_VERSION, n as DeferredChannelMultiplexer, o as DeferredDocConnector, q as DocConnection, r as DocConnector, L as LoopbackStreamData, U as SessionDocumentImpl, _ as SessionStartOptions, a5 as StreamDataTransport, a6 as TransportSession, a7 as TransportSessionOptions, a9 as allocateSession, aa as createPresence, ab as createWebsocketDocConnector, ac as deriveYjsServerUrl, aj as streamDataLabel, ak as transportStreamData } from './stream-data-DLyFVlWt.mjs';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|
package/dist/internal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, i as ChannelMessage, j as ChannelMultiplexer, k as ChannelName,
|
|
1
|
+
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, i as ChannelMessage, j as ChannelMultiplexer, k as ChannelName, m as DOC_SYNC_WIRE_CONTRACT_VERSION, n as DeferredChannelMultiplexer, o as DeferredDocConnector, q as DocConnection, r as DocConnector, L as LoopbackStreamData, U as SessionDocumentImpl, _ as SessionStartOptions, a5 as StreamDataTransport, a6 as TransportSession, a7 as TransportSessionOptions, a9 as allocateSession, aa as createPresence, ab as createWebsocketDocConnector, ac as deriveYjsServerUrl, aj as streamDataLabel, ak as transportStreamData } from './stream-data-DLyFVlWt.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|