Skip to content

Commit

Permalink
Update AlanButtod lib - minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
annmirosh committed May 11, 2022
1 parent e3ec634 commit 1da3e9d
Show file tree
Hide file tree
Showing 4 changed files with 2,281 additions and 2,778 deletions.
8 changes: 4 additions & 4 deletions dist/AlanButtonOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export interface AlanButtonOptions {
pinned?: boolean;
showOverlayOnMicPermissionPrompt?: boolean;
zIndex?: number;
onCommand?(commandData: object): void;
onEvent?(event: object): void;
onButtonState?(state: string): void;
onConnectionStatus?(status: string): void;
onCommand?: (commandData: object) => void;
onEvent?: (event: object) => void;
onButtonState?: (state: string) => void;
onConnectionStatus?: (status: string) => void;
}
5,047 changes: 2,275 additions & 2,772 deletions dist/alan_lib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alan_lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alan-ai/alan-sdk-web",
"version": "1.8.31",
"version": "1.8.32",
"description": "Alan Web SDK: a lightweight JavaScript library for adding a voice experience to your website or web application",
"keywords": [
"alan sdk web",
Expand Down

0 comments on commit 1da3e9d

Please sign in to comment.