@playkit-js/media-melon 1.0.7-canary.0-80c5afc → 1.0.7-canary.0-3e4aec2

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,7 +143,7 @@ An overview of this project's design, can be found [here](https://kaltura.atlass
143
143
 
144
144
  playkit-js-media-melon is only compatible with browsers supporting MediaSource extensions (MSE) API with 'video/MP4' mime-type inputs.
145
145
 
146
- playkit-js-media-melon is supported on:
146
+ Supported on:
147
147
 
148
148
  - Chrome 39+ for Android
149
149
  - Chrome 39+ for Desktop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/media-melon",
3
- "version": "1.0.7-canary.0-80c5afc",
3
+ "version": "1.0.7-canary.0-3e4aec2",
4
4
  "description": "",
5
5
  "main": "dist/playkit-media-melon.js",
6
6
  "types": "types/index.d.ts",