@urun-sh/core 0.2.45 → 0.2.46
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-3YI4A64L.mjs → chunk-DUCJ3UFC.mjs} +5 -5
- package/dist/{chunk-CDOESHK5.mjs → chunk-OXPELTWD.mjs} +2 -2
- package/dist/index.browser.d.mts +14 -3
- package/dist/index.browser.d.ts +14 -3
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +14 -3
- package/dist/index.d.ts +14 -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-DLyFVlWt.d.mts → stream-data-a_RrPi2p.d.mts} +2 -0
- package/dist/{stream-data-DLyFVlWt.d.ts → stream-data-a_RrPi2p.d.ts} +2 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{E as r,H as t,I as a,J as n,L as s,M as p,N as m,R as c,S as i,T as l,U as f,V as x,W as S,X as C,a as e,b as o}from"./chunk-OXPELTWD.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, 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-
|
|
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-a_RrPi2p.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, 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-
|
|
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-a_RrPi2p.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|