@alan-ai/alan-sdk-web 1.8.37 → 1.8.38

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 CHANGED
@@ -580,6 +580,7 @@
580
580
  return;
581
581
  }
582
582
  if (nowPlaying && !audioQueue.length) {
583
+ getAudioElement().setAttribute("src", "");
583
584
  onPlayStop();
584
585
  }
585
586
  if (!audioQueue.length || playState === PLAY_ACTIVE) {
@@ -780,7 +781,7 @@
780
781
 
781
782
  /// <reference types="../global" />
782
783
  (function (ns) {
783
- var alanButtonVersion = '1.8.37';
784
+ var alanButtonVersion = '1.8.38';
784
785
  if (window.alanBtn) {
785
786
  console.warn('Alan: the Alan Button source code has already added (v.' + alanButtonVersion + ')');
786
787
  }