@goboss/web-video-player-sdk 1.0.0 → 1.0.5

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": "@goboss/web-video-player-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.5",
4
4
  "description": "Unified high-performance OTT web video player SDK supporting adaptive HLS/DASH streaming, secure token-based DRM protection, dynamic watermarking, captioning, and premium UI components.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
@@ -23,33 +23,15 @@
23
23
  "build": "vite build",
24
24
  "preview": "vite build && vite preview"
25
25
  },
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/Aravind6441/BOSS-VIDEO-PLAYER"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/Aravind6441/BOSS-VIDEO-PLAYER/issues"
32
- },
33
- "homepage": "https://github.com/Aravind6441/BOSS-VIDEO-PLAYER#readme",
34
- "dependencies": {
35
- "@goboss/analytics": "*",
36
- "@goboss/types": "*",
37
- "@goboss/core-player": "*",
38
- "@goboss/ui-controls": "*"
39
- },
40
26
  "peerDependencies": {
41
27
  "react": "^18.0.0 || ^19.0.0",
42
28
  "react-dom": "^18.0.0 || ^19.0.0",
43
- "hls.js": ">=1.0.0",
44
- "dashjs": ">=5.0.0",
45
- "lucide-react": ">=1.0.0",
46
29
  "firebase": ">=10.0.0"
47
30
  },
48
31
  "peerDependenciesMeta": {
49
- "hls.js": { "optional": true },
50
- "dashjs": { "optional": true },
51
- "lucide-react": { "optional": true },
52
- "firebase": { "optional": true }
32
+ "firebase": {
33
+ "optional": true
34
+ }
53
35
  },
54
36
  "keywords": [
55
37
  "video-player",