@urun-sh/core 0.1.44 → 0.1.47
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-PWBUBR5C.mjs → chunk-O7ZS2RQJ.mjs} +1 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -1
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.mjs +1 -1
- package/dist/{transport-BWNRIdMX.d.mts → transport-DwP_VpLT.d.mts} +2 -2
- package/dist/{transport-BWNRIdMX.d.ts → transport-DwP_VpLT.d.ts} +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as AppOptions, A as App$1, k as SessionDocument, p as SessionText, j as Session$1, C as ChannelEndpoint, T as TransportSession, b as AttachOptions, l as SessionPhase, o as SessionStream$1, R as RequestOptions, h as RequestStreamOptions, r as StoreOptions, q as Store, d as ChannelMultiplexer } from './transport-
|
|
2
|
-
export { L as Layer, f as LayoutConfig, g as LayoutContext, S as SceneContext, i as SceneGraph, m as SessionPhaseName, t as TransportState } from './transport-
|
|
1
|
+
import { a as AppOptions, A as App$1, k as SessionDocument, p as SessionText, j as Session$1, C as ChannelEndpoint, T as TransportSession, b as AttachOptions, l as SessionPhase, o as SessionStream$1, R as RequestOptions, h as RequestStreamOptions, r as StoreOptions, q as Store, d as ChannelMultiplexer } from './transport-DwP_VpLT.mjs';
|
|
2
|
+
export { L as Layer, f as LayoutConfig, g as LayoutContext, S as SceneContext, i as SceneGraph, m as SessionPhaseName, t as TransportState } from './transport-DwP_VpLT.mjs';
|
|
3
3
|
import * as Y from 'yjs';
|
|
4
4
|
|
|
5
5
|
declare function App(appId: string, options: AppOptions): App$1;
|
|
@@ -142,7 +142,9 @@ declare class Session implements Session$1 {
|
|
|
142
142
|
|
|
143
143
|
doc(key: string): SessionDocumentImpl;
|
|
144
144
|
|
|
145
|
-
sendImage(value: string):
|
|
145
|
+
sendImage(value: string): Promise<unknown>;
|
|
146
|
+
|
|
147
|
+
sendImageLegacyDesired(value: string): void;
|
|
146
148
|
|
|
147
149
|
request(payload: unknown, options?: RequestOptions): Promise<unknown>;
|
|
148
150
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as AppOptions, A as App$1, k as SessionDocument, p as SessionText, j as Session$1, C as ChannelEndpoint, T as TransportSession, b as AttachOptions, l as SessionPhase, o as SessionStream$1, R as RequestOptions, h as RequestStreamOptions, r as StoreOptions, q as Store, d as ChannelMultiplexer } from './transport-
|
|
2
|
-
export { L as Layer, f as LayoutConfig, g as LayoutContext, S as SceneContext, i as SceneGraph, m as SessionPhaseName, t as TransportState } from './transport-
|
|
1
|
+
import { a as AppOptions, A as App$1, k as SessionDocument, p as SessionText, j as Session$1, C as ChannelEndpoint, T as TransportSession, b as AttachOptions, l as SessionPhase, o as SessionStream$1, R as RequestOptions, h as RequestStreamOptions, r as StoreOptions, q as Store, d as ChannelMultiplexer } from './transport-DwP_VpLT.js';
|
|
2
|
+
export { L as Layer, f as LayoutConfig, g as LayoutContext, S as SceneContext, i as SceneGraph, m as SessionPhaseName, t as TransportState } from './transport-DwP_VpLT.js';
|
|
3
3
|
import * as Y from 'yjs';
|
|
4
4
|
|
|
5
5
|
declare function App(appId: string, options: AppOptions): App$1;
|
|
@@ -142,7 +142,9 @@ declare class Session implements Session$1 {
|
|
|
142
142
|
|
|
143
143
|
doc(key: string): SessionDocumentImpl;
|
|
144
144
|
|
|
145
|
-
sendImage(value: string):
|
|
145
|
+
sendImage(value: string): Promise<unknown>;
|
|
146
|
+
|
|
147
|
+
sendImageLegacyDesired(value: string): void;
|
|
146
148
|
|
|
147
149
|
request(payload: unknown, options?: RequestOptions): Promise<unknown>;
|
|
148
150
|
|