apm-react-audio-player 1.0.14 → 1.0.15

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -369,7 +369,8 @@ var ReactAudioPlayerInner = function ReactAudioPlayerInner(props) {
369
369
  defaultValue: "0",
370
370
  ref: progressBarRef,
371
371
  onChange: changePlayerCurrentTime,
372
- "aria-label": "Audio progress"
372
+ "aria-label": "Audio progress",
373
+ max: duration
373
374
  })), /*#__PURE__*/React__default.createElement("div", {
374
375
  className: "player-times"
375
376
  }, /*#__PURE__*/React__default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apm-react-audio-player",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "author": "Jason Phan <jphan@mpr.org>",
5
5
  "license": "MIT",
6
6
  "private": false,