@urun-sh/core 0.2.60 → 0.3.1
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 +105 -0
- package/dist/chunk-CVMFNMRA.mjs +8 -0
- package/dist/chunk-JQPCE4OM.mjs +3 -0
- package/dist/index.browser.d.mts +234 -226
- package/dist/index.browser.d.ts +234 -226
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +234 -226
- package/dist/index.d.ts +234 -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-BJoG7tYI.d.mts} +407 -7
- package/dist/{stream-data-B5wxsIPL.d.ts → stream-data-BJoG7tYI.d.ts} +407 -7
- package/package.json +1 -1
- package/dist/chunk-5TD2DIRY.mjs +0 -3
- package/dist/chunk-MVSPHHJP.mjs +0 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
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-JQPCE4OM.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,
|
|
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-BJoG7tYI.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 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-BJoG7tYI.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|