apm-react-audio-player 1.0.23 → 1.0.24

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -388,7 +388,7 @@ var ReactAudioPlayerInner = function ReactAudioPlayerInner(props) {
388
388
  style: customStyles && customStyles.duration
389
389
  }, duration && !isNaN(duration) && calculateTime(duration))))), /*#__PURE__*/React__default.createElement("div", {
390
390
  className: "player-content"
391
- }, customHtml && customHtml, console.log('🟢: REACT-AUDIO-PLAYER'), console.log('prefix', prefix), /*#__PURE__*/React__default.createElement("div", {
391
+ }, customHtml && customHtml, /*#__PURE__*/React__default.createElement("div", {
392
392
  className: "player-audio-type type-sm"
393
393
  }, isLive ? /*#__PURE__*/React__default.createElement("div", {
394
394
  className: "player-live-label"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apm-react-audio-player",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "author": "Jason Phan <jphan@mpr.org>",
5
5
  "license": "MIT",
6
6
  "private": false,