obi-sdk 0.11.0 → 0.12.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.
@@ -23,7 +23,7 @@ export declare class ObiWidget extends LitElement {
23
23
  private volume;
24
24
  private databaseConfig;
25
25
  private configLoaded;
26
- private configInCode;
26
+ private configAllInCode;
27
27
  private sessionToken;
28
28
  private roomToken;
29
29
  private roomUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",
@@ -1,6 +0,0 @@
1
- import { O } from "./obi-widget-585f773a.js";
2
- import "./types-e0297e7b.js";
3
- export {
4
- O as ObiWidget
5
- };
6
- //# sourceMappingURL=index-4be516d9.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-4be516d9.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}