obi-sdk 0.4.0 → 0.4.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.
@@ -7,6 +7,5 @@ export declare class SessionStartModal extends LitElement {
7
7
  onClose?: () => void;
8
8
  private handleStart;
9
9
  private handleClose;
10
- private handleBackdropClick;
11
10
  render(): import("lit").TemplateResult<1>;
12
11
  }
package/index.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  export {
2
2
  ObiAssistantConfig,
3
- ObiSDK,
4
- ObiWidget,
5
3
  EventType,
6
4
  SDKState,
7
5
  initObi,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",