@arraypress/waveform-player 1.8.1 → 1.9.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.
@@ -2179,7 +2179,7 @@ var WaveformPlayer = class _WaveformPlayer {
2179
2179
  };
2180
2180
 
2181
2181
  // src/js/index.js
2182
- WaveformPlayer.utils = { formatTime, extractTitleFromUrl, escapeHtml, isSafeHref };
2182
+ WaveformPlayer.utils = { formatTime, extractTitleFromUrl, escapeHtml, isSafeHref, parseDataAttributes };
2183
2183
  var isBrowser = () => typeof window !== "undefined" && typeof document !== "undefined";
2184
2184
  function autoInit() {
2185
2185
  if (!isBrowser()) return;