@snapcall/stream-ui 1.39.0-beta.1 → 1.39.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/dist/types.d.ts CHANGED
@@ -329,6 +329,7 @@ type CreateEventResult = Array<{
329
329
  success: boolean;
330
330
  filename: string;
331
331
  id: number;
332
+ url?: string;
332
333
  }>;
333
334
  interface NetworkLog {
334
335
  rtt?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.39.0-beta.1",
3
+ "version": "1.39.1",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",