@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/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-BWNRIdMX.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-BWNRIdMX.mjs';
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): void;
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-BWNRIdMX.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-BWNRIdMX.js';
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): void;
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