@urun-sh/core 0.2.3 → 0.2.4
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-DJP5IED4.mjs → chunk-OOZRRU3F.mjs} +5 -5
- package/dist/{chunk-O4WPKVLL.mjs → chunk-QU4I4XC5.mjs} +5 -5
- package/dist/index.browser.d.mts +23 -3
- package/dist/index.browser.d.ts +23 -3
- package/dist/index.browser.js +5 -5
- package/dist/index.browser.mjs +1 -1
- package/dist/index.d.mts +23 -3
- package/dist/index.d.ts +23 -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 +3 -3
- 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-DFTD9vJY.d.mts → stream-data-Cuuh7KQc.d.mts} +21 -7
- package/dist/{stream-data-DFTD9vJY.d.ts → stream-data-Cuuh7KQc.d.ts} +21 -7
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,b as r,c as o,d as t,e as a,g as n,h as p,i as s,j as m,l as c,m as i,n as f,o as x}from"./chunk-
|
|
1
|
+
import{a as e,b as r,c as o,d as t,e as a,g as n,h as p,i as s,j as m,l as c,m as i,n as f,o as x}from"./chunk-OOZRRU3F.mjs";export{e as ChannelMultiplexer,r as DeferredChannelMultiplexer,f as DeferredDocConnector,n as LoopbackStreamData,m as TransportSession,x as createPresence,i as createWebsocketDocConnector,c as deriveYjsServerUrl,a as ensureNodeWebRTC,o as isNodeRuntime,t as nodeMediasoupHandlerName,s as streamDataLabel,p as transportStreamData};
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as ChannelMessage, e as ChannelMultiplexer, f as ChannelName, D as DeferredChannelMultiplexer, h as DeferredDocConnector, i as DocConnection, j as DocConnector, m as LoopbackStreamData, I as SessionStartOptions, T as StreamDataTransport, U as TransportSession, V as TransportSessionOptions, X as createPresence, Y as createWebsocketDocConnector, Z as deriveYjsServerUrl, a0 as streamDataLabel, a1 as transportStreamData } from './stream-data-
|
|
1
|
+
export { d as ChannelMessage, e as ChannelMultiplexer, f as ChannelName, D as DeferredChannelMultiplexer, h as DeferredDocConnector, i as DocConnection, j as DocConnector, m as LoopbackStreamData, I as SessionStartOptions, T as StreamDataTransport, U as TransportSession, V as TransportSessionOptions, X as createPresence, Y as createWebsocketDocConnector, Z as deriveYjsServerUrl, a0 as streamDataLabel, a1 as transportStreamData } from './stream-data-Cuuh7KQc.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 { d as ChannelMessage, e as ChannelMultiplexer, f as ChannelName, D as DeferredChannelMultiplexer, h as DeferredDocConnector, i as DocConnection, j as DocConnector, m as LoopbackStreamData, I as SessionStartOptions, T as StreamDataTransport, U as TransportSession, V as TransportSessionOptions, X as createPresence, Y as createWebsocketDocConnector, Z as deriveYjsServerUrl, a0 as streamDataLabel, a1 as transportStreamData } from './stream-data-
|
|
1
|
+
export { d as ChannelMessage, e as ChannelMultiplexer, f as ChannelName, D as DeferredChannelMultiplexer, h as DeferredDocConnector, i as DocConnection, j as DocConnector, m as LoopbackStreamData, I as SessionStartOptions, T as StreamDataTransport, U as TransportSession, V as TransportSessionOptions, X as createPresence, Y as createWebsocketDocConnector, Z as deriveYjsServerUrl, a0 as streamDataLabel, a1 as transportStreamData } from './stream-data-Cuuh7KQc.js';
|
|
2
2
|
import 'yjs';
|
|
3
3
|
import 'y-protocols/awareness';
|
|
4
4
|
|