obi-sdk 0.15.0 → 0.16.0
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/modular/chunks/index-0ae60d8f.js +6 -0
- package/dist/modular/chunks/index-0ae60d8f.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-315605ed.js → obi-widget-1f912837.js} +2 -2
- package/dist/modular/chunks/{obi-widget-315605ed.js.map → obi-widget-1f912837.js.map} +1 -1
- package/dist/modular/chunks/{types-eb1fb85a.js → types-f38a47f6.js} +2 -2
- package/dist/modular/chunks/{types-eb1fb85a.js.map → types-f38a47f6.js.map} +1 -1
- package/dist/modular/core.js +1 -1
- package/dist/modular/index.js +2 -2
- package/dist/modular/ui.js +11 -11
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/package.json +1 -1
- package/dist/modular/chunks/index-cc31d633.js +0 -6
- package/dist/modular/chunks/index-cc31d633.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-0ae60d8f.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SDKState, E as EventEmitter, R as RoomEvent, T as Track, z as z$3, a as Room, A as API_BASE_URL, N as N$2 } from "./types-
|
|
1
|
+
import { S as SDKState, E as EventEmitter, R as RoomEvent, T as Track, z as z$3, a as Room, A as API_BASE_URL, N as N$2 } from "./types-f38a47f6.js";
|
|
2
2
|
const PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
3
3
|
function randomID() {
|
|
4
4
|
return Math.random().toString(36).slice(2, 11);
|
|
@@ -22387,4 +22387,4 @@ export {
|
|
|
22387
22387
|
withSentryAsyncHandler as w,
|
|
22388
22388
|
x
|
|
22389
22389
|
};
|
|
22390
|
-
//# sourceMappingURL=obi-widget-
|
|
22390
|
+
//# sourceMappingURL=obi-widget-1f912837.js.map
|