@urun-sh/core 0.2.51 → 0.2.53
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/CHANGELOG.md +28 -0
- package/README.md +27 -0
- package/dist/{chunk-USB2YC4V.mjs → chunk-4IG3DT7P.mjs} +2 -2
- package/dist/{chunk-2MG7ASFV.mjs → chunk-DN7HQ3WI.mjs} +5 -5
- package/dist/index.browser.d.mts +2 -2
- package/dist/index.browser.d.ts +2 -2
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- 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 +3 -3
- package/dist/internal.mjs +1 -1
- package/dist/{stream-data-DLrBWs2N.d.mts → stream-data-CcujVuq3.d.mts} +16 -1
- package/dist/{stream-data-DLrBWs2N.d.ts → stream-data-CcujVuq3.d.ts} +16 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{E as r,H as t,I as n,J as a,K as s,M as p,N as m,O as c,S as i,T as l,U as S,V as f,W as x,X as C,Y as D,a as e,b as o}from"./chunk-
|
|
1
|
+
import{E as r,H as t,I as n,J as a,K as s,M as p,N as m,O as c,S as i,T as l,U as S,V as f,W as x,X as C,Y as D,a as e,b as o}from"./chunk-4IG3DT7P.mjs";export{e as ChannelMultiplexer,l as DOC_SYNC_WIRE_CONTRACT_VERSION,o as DeferredChannelMultiplexer,x as DeferredDocConnector,p as LoopbackStreamData,C as SessionDocumentImpl,i as TransportSession,r as allocateSession,D as createPresence,f as createWebsocketDocConnector,S as deriveYjsServerUrl,s as ensureNodeWebRTC,t as isNodeRuntime,n as nodeMediasoupHandlerName,a as nodeWebRTCUnavailableReason,c as streamDataLabel,m as transportStreamData};
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession,
|
|
1
|
+
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, j as ChannelMessage, k as ChannelMultiplexer, l as ChannelName, n as DOC_SYNC_WIRE_CONTRACT_VERSION, o as DeferredChannelMultiplexer, p as DeferredDocConnector, r as DocConnection, s as DocConnectionState, t as DocConnector, u as DocTokenSupplier, L as LoopbackStreamData, _ as SessionDocumentImpl, a4 as SessionStartOptions, ab as StreamDataTransport, ac as TransportSession, ad as TransportSessionOptions, af as allocateSession, ag as createPresence, ah as createWebsocketDocConnector, ai as deriveYjsServerUrl, ap as streamDataLabel, aq as transportStreamData } from './stream-data-CcujVuq3.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,
|
|
1
|
+
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, j as ChannelMessage, k as ChannelMultiplexer, l as ChannelName, n as DOC_SYNC_WIRE_CONTRACT_VERSION, o as DeferredChannelMultiplexer, p as DeferredDocConnector, r as DocConnection, s as DocConnectionState, t as DocConnector, u as DocTokenSupplier, L as LoopbackStreamData, _ as SessionDocumentImpl, a4 as SessionStartOptions, ab as StreamDataTransport, ac as TransportSession, ad as TransportSessionOptions, af as allocateSession, ag as createPresence, ah as createWebsocketDocConnector, ai as deriveYjsServerUrl, ap as streamDataLabel, aq as transportStreamData } from './stream-data-CcujVuq3.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|