@urun-sh/core 0.2.60 → 0.3.0
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 +30 -0
- package/dist/{chunk-5TD2DIRY.mjs → chunk-QXEFXELS.mjs} +2 -2
- package/dist/{chunk-MVSPHHJP.mjs → chunk-WRCXYQH2.mjs} +5 -5
- package/dist/index.browser.d.mts +37 -226
- package/dist/index.browser.d.ts +37 -226
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +37 -226
- package/dist/index.d.ts +37 -226
- 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-B5wxsIPL.d.mts → stream-data-ChGPDdoN.d.mts} +356 -2
- package/dist/{stream-data-B5wxsIPL.d.ts → stream-data-ChGPDdoN.d.ts} +356 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{$ as C,F as r,I as t,J as n,K as a,L as s,P as p,Q as m,R as c,W as i,X as l,Y as S,Z as f,_ as x,a as e,aa as D,b as o}from"./chunk-QXEFXELS.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, j as ChannelMessage, k as ChannelMultiplexer, l as ChannelName,
|
|
1
|
+
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, j as ChannelMessage, k as ChannelMultiplexer, l as ChannelName, o as DOC_SYNC_WIRE_CONTRACT_VERSION, p as DeferredChannelMultiplexer, q as DeferredDocConnector, t as DocConnection, u as DocConnectionState, v as DocConnector, w as DocTokenSupplier, L as LoopbackStreamData, a6 as SessionDocumentImpl, ac as SessionStartOptions, an as StreamDataTransport, as as TransportSession, at as TransportSessionOptions, aI as allocateSession, aK as createPresence, aL as createWebsocketDocConnector, aM as deriveYjsServerUrl, aV as streamDataLabel, aW as transportStreamData } from './stream-data-ChGPDdoN.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, j as ChannelMessage, k as ChannelMultiplexer, l as ChannelName,
|
|
1
|
+
export { a as AccessTokenOptions, d as AllocateSessionOptions, e as AllocatedSession, j as ChannelMessage, k as ChannelMultiplexer, l as ChannelName, o as DOC_SYNC_WIRE_CONTRACT_VERSION, p as DeferredChannelMultiplexer, q as DeferredDocConnector, t as DocConnection, u as DocConnectionState, v as DocConnector, w as DocTokenSupplier, L as LoopbackStreamData, a6 as SessionDocumentImpl, ac as SessionStartOptions, an as StreamDataTransport, as as TransportSession, at as TransportSessionOptions, aI as allocateSession, aK as createPresence, aL as createWebsocketDocConnector, aM as deriveYjsServerUrl, aV as streamDataLabel, aW as transportStreamData } from './stream-data-ChGPDdoN.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|