aliyun-aliplayer 2.28.3 → 2.28.5-beta.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aliyun-aliplayer",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.5-beta.0",
|
|
4
4
|
"description": "阿里云 Web 播放器",
|
|
5
5
|
"main": "./build/aliplayer-min",
|
|
6
6
|
"style": "./build/skins/default/aliplayer-min.css",
|
|
@@ -17,11 +17,14 @@
|
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"start": "npx grunt live",
|
|
20
|
+
"start:hls": "npx grunt live --hls=true",
|
|
21
|
+
"start:flv": "npx grunt live --flv=true",
|
|
20
22
|
"build": "npx grunt build",
|
|
21
23
|
"release": "commit-and-tag-version",
|
|
22
24
|
"prepublishOnly": "npm run build"
|
|
23
25
|
},
|
|
24
26
|
"devDependencies": {
|
|
27
|
+
"@ali/mediabox-quality-tracer": "^0.20.0",
|
|
25
28
|
"@babel/core": "^7.15.0",
|
|
26
29
|
"@babel/preset-env": "^7.15.0",
|
|
27
30
|
"babel-plugin-es6-promise": "^1.1.1",
|
|
@@ -40,7 +43,8 @@
|
|
|
40
43
|
"grunt-contrib-uglify": "^4.0.1",
|
|
41
44
|
"grunt-contrib-watch": "^1.1.0",
|
|
42
45
|
"grunt-run": "^0.8.1",
|
|
43
|
-
"grunt-text-replace": "^0.4.0"
|
|
46
|
+
"grunt-text-replace": "^0.4.0",
|
|
47
|
+
"node-args": "^2.1.8"
|
|
44
48
|
},
|
|
45
49
|
"dependencies": {
|
|
46
50
|
"crypto-js": "^4.1.1"
|