@urun-sh/core 0.3.0 → 0.3.2
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 +75 -0
- package/dist/chunk-PWRSYBG2.mjs +8 -0
- package/dist/chunk-TYT5X4G2.mjs +3 -0
- package/dist/index.browser.d.mts +200 -3
- package/dist/index.browser.d.ts +200 -3
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +200 -3
- package/dist/index.d.ts +200 -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-ChGPDdoN.d.mts → stream-data-Bl4UHVAa.d.mts} +55 -7
- package/dist/{stream-data-ChGPDdoN.d.ts → stream-data-Bl4UHVAa.d.ts} +55 -7
- package/package.json +1 -1
- package/dist/chunk-QXEFXELS.mjs +0 -3
- package/dist/chunk-WRCXYQH2.mjs +0 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
import{$ as
|
|
1
|
+
import{$ as f,G as r,J as t,K as n,L as a,M as s,R as p,S as c,T as l,Y as m,Z as i,_ as S,a as e,aa as x,b as o,ba as C,ca as D}from"./chunk-TYT5X4G2.mjs";export{e as ChannelMultiplexer,i as DOC_SYNC_WIRE_CONTRACT_VERSION,o as DeferredChannelMultiplexer,x as DeferredDocConnector,p as LoopbackStreamData,C as SessionDocumentImpl,m 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,l as streamDataLabel,c 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, 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,
|
|
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 DocServerUrlResolver, x as DocTokenSupplier, L as LoopbackStreamData, ab as SessionDocumentImpl, ah as SessionStartOptions, as as StreamDataTransport, ax as TransportSession, ay as TransportSessionOptions, aO as allocateSession, aQ as createPresence, aR as createWebsocketDocConnector, aT as deriveYjsServerUrl, b1 as streamDataLabel, b2 as transportStreamData } from './stream-data-Bl4UHVAa.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, 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,
|
|
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 DocServerUrlResolver, x as DocTokenSupplier, L as LoopbackStreamData, ab as SessionDocumentImpl, ah as SessionStartOptions, as as StreamDataTransport, ax as TransportSession, ay as TransportSessionOptions, aO as allocateSession, aQ as createPresence, aR as createWebsocketDocConnector, aT as deriveYjsServerUrl, b1 as streamDataLabel, b2 as transportStreamData } from './stream-data-Bl4UHVAa.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|