@boldarialblack/multi-stream-player 1.0.0 → 1.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boldarialblack/multi-stream-player",
3
3
  "description": "流媒体播放器组件,支持多种流媒体协议(HLS、FLV、WebRTC),提供对话框模式和自定义控制界面。",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "author": {
6
6
  "name": "BoldArialBlack"
7
7
  },
@@ -16,7 +16,11 @@
16
16
  },
17
17
  "./style.css": "./lib/style.css"
18
18
  },
19
- "files": ["lib", "README.md", "LICENSE"],
19
+ "files": [
20
+ "lib",
21
+ "README.md",
22
+ "LICENSE"
23
+ ],
20
24
  "repository": {
21
25
  "type": "git",
22
26
  "url": "https://github.com/your-username/stream-player.git"
@@ -25,7 +29,14 @@
25
29
  "bugs": {
26
30
  "url": "https://github.com/your-username/stream-player/issues"
27
31
  },
28
- "keywords": ["vue", "player", "stream", "hls", "flv", "webrtc"],
32
+ "keywords": [
33
+ "vue",
34
+ "player",
35
+ "stream",
36
+ "hls",
37
+ "flv",
38
+ "webrtc"
39
+ ],
29
40
  "publishConfig": {
30
41
  "access": "public"
31
42
  },
@@ -38,12 +49,25 @@
38
49
  "docs:build": "vitepress build docs",
39
50
  "docs:preview": "vitepress preview docs"
40
51
  },
52
+ "peerDependencies": {
53
+ "vue": "^2.7.0 || ^3.0.0"
54
+ },
55
+ "peerDependenciesMeta": {
56
+ "element-plus": {
57
+ "optional": true
58
+ },
59
+ "flv.js": {
60
+ "optional": true
61
+ },
62
+ "hls.js": {
63
+ "optional": true
64
+ }
65
+ },
41
66
  "dependencies": {
42
- "@element-plus/icons": "^0.0.11",
67
+ "@element-plus/icons-vue": "^2.1.0",
43
68
  "element-plus": "^2.11.5",
44
69
  "flv.js": "^1.6.2",
45
- "hls.js": "^1.6.13",
46
- "vue": "^3.3.4"
70
+ "hls.js": "^1.6.13"
47
71
  },
48
72
  "devDependencies": {
49
73
  "@eslint/js": "^9.38.0",