@byomakase/omakase-player 1.0.0-RC3 → 1.0.0-RC4

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/README.md CHANGED
@@ -21,7 +21,7 @@ Omakase Player can be loaded as ES6 module inside HTML page. If loaded as ES6 mo
21
21
  {
22
22
  "imports": {
23
23
  "hls.js": "https://cdn.jsdelivr.net/npm/hls.js@latest/dist/hls.mjs",
24
- "@omakase-player": "https://cdn.jsdelivr.net/npm/@byomakase/omakase-player-rework@1.0.0/dist/omakase-player.es.min.js"
24
+ "@omakase-player": "https://cdn.jsdelivr.net/npm/@byomakase/omakase-player@1.0.0/dist/omakase-player.es.min.js"
25
25
  }
26
26
  }
27
27
  </script>
@@ -1636,8 +1636,8 @@ npm install ci
1636
1636
  npm run prod
1637
1637
  ```
1638
1638
 
1639
- Production artefacts that need to be published to NPM are created in `/dist` folder
1639
+ Production artifacts that need to be published to NPM are created in `/dist` folder
1640
1640
 
1641
1641
  ## Known limitations
1642
1642
 
1643
- - Safari browser doesn't support Main audio routing and Main audio VU Meter for HLS streams. This constraint can be bypassed by loading the Main audio as a Sidecar track using `exportMainAudioTrackToSidecar` method.
1643
+ - Safari browser doesn't support Main audio routing and Main audio VU Meter for HLS streams.