@alan-ai/alan-sdk-web 1.8.41 → 1.8.42
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/alan_lib.js +1 -3
- package/dist/alan_lib.min.js +1 -1
- package/package.json +1 -1
package/dist/alan_lib.js
CHANGED
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
|
|
847
847
|
/// <reference types="../global" />
|
|
848
848
|
(function (ns) {
|
|
849
|
-
var alanButtonVersion = '1.8.
|
|
849
|
+
var alanButtonVersion = '1.8.42';
|
|
850
850
|
if (window.alanBtn) {
|
|
851
851
|
console.warn('Alan: the Alan Button source code has already added (v.' + alanButtonVersion + ')');
|
|
852
852
|
}
|
|
@@ -2523,8 +2523,6 @@
|
|
|
2523
2523
|
alanAudio.off('micFail', onMicFail);
|
|
2524
2524
|
alanAudio.off('playStart', onPlayStart);
|
|
2525
2525
|
alanAudio.off('playStop', onPlayStop);
|
|
2526
|
-
alanAudio.off('command', onCommandCbInMicBtn);
|
|
2527
|
-
//alanAudio.off('popup', onPopup);
|
|
2528
2526
|
hideRecognisedText();
|
|
2529
2527
|
switchState(DEFAULT);
|
|
2530
2528
|
isAlanActive = false;
|