@brandbrigade/ott-bb-player 1.0.69 → 1.1.1
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 +126 -270
- package/dist/OTTPlayer.js +13 -13
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brandbrigade/ott-bb-player",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ott bb player",
|
|
6
6
|
"main": "./dist/OTTPlayer.ts",
|
|
@@ -12,9 +12,8 @@
|
|
|
12
12
|
"build": "vite build",
|
|
13
13
|
"build-lib": "vite build --config vite.config.prod.js",
|
|
14
14
|
"build-lib-debug": "vite build --config vite.config.debug-preserve.js",
|
|
15
|
-
"build-demo": "vite build --config vite.config.demo.js",
|
|
16
15
|
"upload-lib": "aws s3 cp dist/OTTPlayer.js s3://web-virtualott-com/MK/js/OTTPlayer.js --region us-east-1",
|
|
17
|
-
"upload-dist": "aws s3 sync dist/ s3://web-virtualott-com/ --region us-east-1",
|
|
16
|
+
"upload-dist": "aws s3 sync dist/ s3://web-virtualott-com/ --region us-east-1 && aws s3 cp dist/demo/index.html s3://web-virtualott-com/demo --content-type text/html --region us-east-1",
|
|
18
17
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
19
18
|
},
|
|
20
19
|
"keywords": [],
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"@mediakind/wmc": "^1.88.0",
|
|
36
35
|
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
|
37
36
|
"mp4box": "^0.5.3",
|
|
38
|
-
"socket.io-client": "^
|
|
37
|
+
"socket.io-client": "^2.5.0",
|
|
39
38
|
"uzip": "^0.20201231.0"
|
|
40
39
|
}
|
|
41
40
|
}
|