@brandbrigade/ott-bb-player 1.0.46 → 1.0.49

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,31 +1,33 @@
1
1
  {
2
2
  "name": "@brandbrigade/ott-bb-player",
3
- "version": "1.0.46",
3
+ "version": "1.0.49",
4
4
  "description": "ott bb player",
5
- "main": "./dist/OTTPlayer.js",
5
+ "main": "./dist/OTTPlayer.ts",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
9
  "scripts": {
10
- "dev": "vite serve --host",
11
- "format": "prettier --write .",
10
+ "dev": "vite",
12
11
  "build": "vite build",
13
12
  "build-lib": "vite build --config vite.config.prod.js",
14
- "preview": "vite preview"
13
+ "test": "echo \"Error: no test specified\" && exit 1"
15
14
  },
16
- "author": "Alexey",
15
+ "keywords": [],
16
+ "author": "",
17
17
  "license": "ISC",
18
18
  "devDependencies": {
19
- "@vitejs/plugin-basic-ssl": "^1.1.0",
20
- "prettier": "3.3.3",
21
- "vite": "^5.4.8"
19
+ "@types/node": "^22.10.1",
20
+ "@types/socket.io-client": "^1.4.36",
21
+ "@types/uzip": "^0.20201231.2",
22
+ "ts-node": "^10.9.2",
23
+ "typescript": "^5.7.2",
24
+ "vite": "^6.0.2",
25
+ "vite-plugin-singlefile": "^2.1.0"
22
26
  },
23
27
  "dependencies": {
24
- "@datadog/browser-logs": "^5.29.1",
25
- "lodash": "^4.17.21",
26
- "mp4box": "^0.5.2",
27
- "socket.io-client": "^2.3.0",
28
- "twgl.js": "^5.5.4",
28
+ "@vitejs/plugin-basic-ssl": "^1.2.0",
29
+ "mp4box": "^0.5.3",
30
+ "socket.io-client": "^4.8.1",
29
31
  "uzip": "^0.20201231.0"
30
32
  }
31
33
  }
package/LICENCE DELETED
@@ -1,29 +0,0 @@
1
-
2
- Copyright 2021, GFXFundamentals.
3
- All rights reserved.
4
-
5
- Redistribution and use in source and binary forms, with or without
6
- modification, are permitted provided that the following conditions are
7
- met:
8
-
9
- * Redistributions of source code must retain the above copyright
10
- notice, this list of conditions and the following disclaimer.
11
- * Redistributions in binary form must reproduce the above
12
- copyright notice, this list of conditions and the following disclaimer
13
- in the documentation and/or other materials provided with the
14
- distribution.
15
- * Neither the name of GFXFundamentals. nor the names of his
16
- contributors may be used to endorse or promote products derived from
17
- this software without specific prior written permission.
18
-
19
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.