@grfzhl/vue-hls-player 1.1.12 → 1.1.13
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 +3 -0
- package/dist/VideoPlayer/BasePlayer.vue +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -207,6 +207,9 @@ At the moment the following attribute are supported:
|
|
|
207
207
|
```
|
|
208
208
|
|
|
209
209
|
### Last release:
|
|
210
|
+
v1.0.13
|
|
211
|
+
- update the hls.js package
|
|
212
|
+
|
|
210
213
|
v1.0.12
|
|
211
214
|
- added component property to make it easier adding headers (like Authorization header into every hls request)
|
|
212
215
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grfzhl/vue-hls-player",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"author": "Oliver Schörwerth",
|
|
26
26
|
"license": "MIT License",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"hls.js": "^1.
|
|
28
|
+
"hls.js": "^1.6.13",
|
|
29
29
|
"player.style": "^0.1.1"
|
|
30
30
|
}
|
|
31
31
|
}
|