eb-player 1.52.3 → 1.52.4-1.1-dev
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/CHANGELOG.md +141 -0
- package/README.md +0 -29
- package/dist/build/default.js +1 -1
- package/dist/build/forja.js +1 -1
- package/dist/players/radios/globecast/snrt/alldaaAlAmazighia/alldaaAlAmazighia.js +1 -0
- package/dist/players/radios/globecast/snrt/alldaaAlAmazighia/index.html +5 -0
- package/dist/players/radios/globecast/snrt/chaineInter/chaineInter.js +1 -0
- package/dist/players/radios/globecast/snrt/chaineInter/index.html +16 -0
- package/dist/players/radios/globecast/snrt/idaatmohammedassadiss/idaatmohammedassadiss.js +1 -0
- package/dist/players/radios/globecast/snrt/idaatmohammedassadiss/index.html +5 -0
- package/dist/players/videos/easybroadcast/demo_chromecast/demo_chromecast.js +1 -0
- package/dist/players/videos/easybroadcast/demo_chromecast/live.html +159 -0
- package/dist/players/videos/easybroadcast/website/index.html +31 -0
- package/dist/players/videos/easybroadcast/website/website.js +1 -0
- package/package.json +33 -32
package/package.json
CHANGED
|
@@ -1,72 +1,73 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eb-player",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.41.1-dev",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "webpack --config-name component",
|
|
6
6
|
"generate": "webpack --config-name generate",
|
|
7
7
|
"dev": "webpack-dev-server --config-name generate --host 0.0.0.0 --port 8080"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@babel/core": "^7.
|
|
11
|
-
"@babel/
|
|
12
|
-
"@babel/
|
|
13
|
-
"@babel/
|
|
10
|
+
"@babel/core": "^7.24.9",
|
|
11
|
+
"@babel/eslint-parser": "^7.24.8",
|
|
12
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
13
|
+
"@babel/preset-env": "^7.24.8",
|
|
14
|
+
"@babel/runtime": "^7.14.6",
|
|
14
15
|
"@mdi/font": "^3.5.95",
|
|
15
16
|
"babel-loader": "^8.0.6",
|
|
16
17
|
"clean-webpack-plugin": "^3.0.0",
|
|
17
|
-
"core-js": "3",
|
|
18
|
+
"core-js": "^3.37.1",
|
|
18
19
|
"css-loader": "^3.2.0",
|
|
19
|
-
"dashjs": "^3.
|
|
20
|
-
"eslint": "^
|
|
21
|
-
"eslint-config-airbnb-base": "
|
|
22
|
-
"eslint-plugin-html": "^
|
|
23
|
-
"eslint-plugin-import": "^2.
|
|
24
|
-
"eslint-plugin-vue": "^
|
|
20
|
+
"dashjs": "^3.2.2",
|
|
21
|
+
"eslint": "^8.56.0",
|
|
22
|
+
"eslint-config-airbnb-base": "15.0.0",
|
|
23
|
+
"eslint-plugin-html": "^6.0.0",
|
|
24
|
+
"eslint-plugin-import": "^2.29.1",
|
|
25
|
+
"eslint-plugin-vue": "^9.22.0",
|
|
25
26
|
"find-root": "^1.1.0",
|
|
26
|
-
"format-duration": "^1.
|
|
27
|
-
"fs-extra": "^9.0
|
|
28
|
-
"hls.js": "
|
|
29
|
-
"html-webpack-plugin": "^
|
|
27
|
+
"format-duration": "^1.4.0",
|
|
28
|
+
"fs-extra": "^9.1.0",
|
|
29
|
+
"hls.js": "1.4.14",
|
|
30
|
+
"html-webpack-plugin": "^5.6.0",
|
|
30
31
|
"ignore-loader": "^0.1.2",
|
|
31
32
|
"just-debounce-it": "^1.1.0",
|
|
32
33
|
"just-safe-get": "^2.0.0",
|
|
33
34
|
"just-throttle": "^1.1.0",
|
|
34
|
-
"load-js": "^3.
|
|
35
|
+
"load-js": "^3.1.1",
|
|
35
36
|
"lodash.assign": "^4.2.0",
|
|
36
37
|
"lodash.clonedeep": "^4.5.0",
|
|
37
38
|
"lodash.defaults": "^4.2.0",
|
|
38
39
|
"node-sass": "^4.11.0",
|
|
39
40
|
"raw-loader": "^4.0.2",
|
|
40
41
|
"sass": "^1.23.3",
|
|
41
|
-
"sass-loader": "^7.1.0",
|
|
42
42
|
"screenfull": "^5.1.0",
|
|
43
43
|
"style-loader": "^1.0.0",
|
|
44
44
|
"subtitles-parser-vtt": "^0.1.0",
|
|
45
|
-
"terser-webpack-plugin": "^
|
|
45
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
46
46
|
"url-loader": "^3.0.0",
|
|
47
|
-
"uuid": "^8.3.
|
|
47
|
+
"uuid": "^8.3.2",
|
|
48
48
|
"vue": "2.6.11",
|
|
49
|
-
"vue-loader": "^15.
|
|
49
|
+
"vue-loader": "^15.11.1",
|
|
50
50
|
"vue-material-design-icons": "^3.1.0",
|
|
51
51
|
"vue-svg-loader": "^0.15.0",
|
|
52
52
|
"vue-template-compiler": "2.6.11",
|
|
53
|
-
"webpack": "^
|
|
54
|
-
"webpack-bundle-analyzer": "^3.
|
|
55
|
-
"webpack-cli": "^
|
|
56
|
-
"webpack-dev-server": "
|
|
53
|
+
"webpack": "^5.93.0",
|
|
54
|
+
"webpack-bundle-analyzer": "^3.9.0",
|
|
55
|
+
"webpack-cli": "^5.1.4",
|
|
56
|
+
"webpack-dev-server": "4.15.2"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist"
|
|
60
60
|
],
|
|
61
61
|
"main": "./dist/ebplayer.bundle.js",
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"can-autoplay": "^3.0.
|
|
64
|
-
"dotenv": "^8.
|
|
65
|
-
"
|
|
66
|
-
"just-pick": "^2.1
|
|
67
|
-
"mathjs": "^9.
|
|
63
|
+
"can-autoplay": "^3.0.2",
|
|
64
|
+
"dotenv": "^8.6.0",
|
|
65
|
+
"hooper": "^0.3.4",
|
|
66
|
+
"just-pick": "^2.2.1",
|
|
67
|
+
"mathjs": "^9.5.2",
|
|
68
|
+
"sass-loader": "7.3.1",
|
|
68
69
|
"scriptjs": "^2.5.9",
|
|
69
|
-
"string-replace-loader": "^3.0
|
|
70
|
-
"whatwg-fetch": "^3.
|
|
70
|
+
"string-replace-loader": "^3.1.0",
|
|
71
|
+
"whatwg-fetch": "^3.6.20"
|
|
71
72
|
}
|
|
72
73
|
}
|