@eluvio/elv-player-js 1.0.137 → 1.0.139
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/dist/.vite/manifest.json +67 -0
- package/dist/{Analytics-Bi5tPfDl.mjs → Analytics-cQC_NR8f.mjs} +120 -120
- package/dist/Analytics-z6nAtuJx.js +29 -0
- package/dist/{dash.all.min-6lnccozJ.mjs → dash.all.min-JeIXEd1s.mjs} +1 -1
- package/dist/dash.all.min-Uvqi9PBX.js +25 -0
- package/dist/elv-player-js.cjs.js +1 -0
- package/dist/elv-player-js.css +1 -0
- package/dist/elv-player-js.es.js +3 -4
- package/dist/hls-6O5SV1FQ.js +26 -0
- package/dist/index-88AgCVwU.js +367 -0
- package/dist/index-FmpRD8ov.mjs +66569 -0
- package/dist/{index-ObsDfNAj.mjs → index-FpQhGSc8.mjs} +1 -1
- package/dist/index-RKrb2ZFL.js +23 -0
- package/package.json +1 -1
- package/src/PlayerControls.js +1 -1
- package/src/index.js +8 -3
- package/dist/elv-player-js.umd.js +0 -227
- package/dist/index-WOzcLuQQ.mjs +0 -41292
- package/dist/style.css +0 -1
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_dash.all.min-JeIXEd1s.mjs": {
|
|
3
|
+
"file": "dash.all.min-JeIXEd1s.mjs",
|
|
4
|
+
"imports": [
|
|
5
|
+
"_index-FmpRD8ov.mjs"
|
|
6
|
+
],
|
|
7
|
+
"isDynamicEntry": true
|
|
8
|
+
},
|
|
9
|
+
"_dash.all.min-Uvqi9PBX.js": {
|
|
10
|
+
"file": "dash.all.min-Uvqi9PBX.js",
|
|
11
|
+
"imports": [
|
|
12
|
+
"_index-88AgCVwU.js"
|
|
13
|
+
],
|
|
14
|
+
"isDynamicEntry": true
|
|
15
|
+
},
|
|
16
|
+
"_index-88AgCVwU.js": {
|
|
17
|
+
"dynamicImports": [
|
|
18
|
+
"node_modules/@eluvio/crypto/src/index.js",
|
|
19
|
+
"lib/player/Analytics.js",
|
|
20
|
+
"node_modules/hls.js/dist/hls.mjs",
|
|
21
|
+
"_dash.all.min-Uvqi9PBX.js"
|
|
22
|
+
],
|
|
23
|
+
"file": "index-88AgCVwU.js"
|
|
24
|
+
},
|
|
25
|
+
"_index-FmpRD8ov.mjs": {
|
|
26
|
+
"dynamicImports": [
|
|
27
|
+
"node_modules/@eluvio/crypto/src/index.js",
|
|
28
|
+
"lib/player/Analytics.js",
|
|
29
|
+
"node_modules/hls.js/dist/hls.mjs",
|
|
30
|
+
"_dash.all.min-JeIXEd1s.mjs"
|
|
31
|
+
],
|
|
32
|
+
"file": "index-FmpRD8ov.mjs"
|
|
33
|
+
},
|
|
34
|
+
"lib/index.js": {
|
|
35
|
+
"file": "elv-player-js.cjs.js",
|
|
36
|
+
"imports": [
|
|
37
|
+
"_index-88AgCVwU.js"
|
|
38
|
+
],
|
|
39
|
+
"isEntry": true,
|
|
40
|
+
"src": "lib/index.js"
|
|
41
|
+
},
|
|
42
|
+
"lib/player/Analytics.js": {
|
|
43
|
+
"file": "Analytics-z6nAtuJx.js",
|
|
44
|
+
"imports": [
|
|
45
|
+
"_index-88AgCVwU.js"
|
|
46
|
+
],
|
|
47
|
+
"isDynamicEntry": true,
|
|
48
|
+
"src": "lib/player/Analytics.js"
|
|
49
|
+
},
|
|
50
|
+
"node_modules/@eluvio/crypto/src/index.js": {
|
|
51
|
+
"file": "index-RKrb2ZFL.js",
|
|
52
|
+
"imports": [
|
|
53
|
+
"_index-88AgCVwU.js"
|
|
54
|
+
],
|
|
55
|
+
"isDynamicEntry": true,
|
|
56
|
+
"src": "node_modules/@eluvio/crypto/src/index.js"
|
|
57
|
+
},
|
|
58
|
+
"node_modules/hls.js/dist/hls.mjs": {
|
|
59
|
+
"file": "hls-6O5SV1FQ.js",
|
|
60
|
+
"isDynamicEntry": true,
|
|
61
|
+
"src": "node_modules/hls.js/dist/hls.mjs"
|
|
62
|
+
},
|
|
63
|
+
"style.css": {
|
|
64
|
+
"file": "elv-player-js.css",
|
|
65
|
+
"src": "style.css"
|
|
66
|
+
}
|
|
67
|
+
}
|