@x-edu/live-player 0.0.39 → 0.0.41
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/XEduLivePlayer.common.js +632 -219
- package/package.json +1 -6
package/package.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-edu/live-player",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"main": "dist/XEduLivePlayer.common.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
7
7
|
],
|
|
8
8
|
"scripts": {
|
|
9
9
|
"start": "cross-env SDP_ENV=local gms dev",
|
|
10
|
-
"start:test": "cross-env SDP_ENV=test gms dev",
|
|
11
|
-
"start:pre": "cross-env SDP_ENV=preproduction gms dev",
|
|
12
|
-
"start:ncet": "cross-env SDP_ENV=ncet-xedu gms dev",
|
|
13
|
-
"start:ie11-ncet": "cross-env SDP_ENV=ncet-xedu BROWSERSLIST_ENV=production gms dev",
|
|
14
|
-
"start:prod": "cross-env SDP_ENV=product gms dev",
|
|
15
10
|
"build": "gms build --target=lib --excludeReact --formats=commonjs --name XEduLivePlayer",
|
|
16
11
|
"cache:clean": "rimraf node_modules/.cache",
|
|
17
12
|
"test": "gms test:unit",
|