@playkit-js/media-melon 1.0.6-canary.0-9566ef9 → 1.0.7-canary.0-3e4aec2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +4 -7
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
|
-
|
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.
|
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",
|
@@ -38,8 +38,8 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@playkit-js/common": "^1.2.13",
|
41
|
-
"@playkit-js/playkit-js-ui": "
|
42
|
-
"mm-kaltura-sdk": "
|
41
|
+
"@playkit-js/playkit-js-ui": "0.77.13",
|
42
|
+
"mm-kaltura-sdk": "1.0.2"
|
43
43
|
},
|
44
44
|
"kaltura": {
|
45
45
|
"name": "playkit-js-media-melon",
|
@@ -90,8 +90,5 @@
|
|
90
90
|
},
|
91
91
|
"publishConfig": {
|
92
92
|
"access": "public"
|
93
|
-
}
|
94
|
-
"contributors": [
|
95
|
-
"Adi Machmali"
|
96
|
-
]
|
93
|
+
}
|
97
94
|
}
|