@ezuikit/player-theme 2.0.2-beta.8 → 2.0.2-beta.9

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.0.2-beta.8
2
+ * @ezuikit/player-theme v2.0.2-beta.9
3
3
  * Copyright (c) 2025-12-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.0.2-beta.8
2
+ * @ezuikit/player-theme v2.0.2-beta.9
3
3
  * Copyright (c) 2025-12-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.0.2-beta.8
2
+ * @ezuikit/player-theme v2.0.2-beta.9
3
3
  * Copyright (c) 2025-12-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/dist/style.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.0.2-beta.8
2
+ * @ezuikit/player-theme v2.0.2-beta.9
3
3
  * Copyright (c) 2025-12-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezuikit/player-theme",
3
- "version": "2.0.2-beta.8",
3
+ "version": "2.0.2-beta.9",
4
4
  "description": "player theme",
5
5
  "title": "theme",
6
6
  "main": "dist/index.js",
@@ -36,5 +36,13 @@
36
36
  "deepmerge": "^4.3.1",
37
37
  "eventemitter3": "^5.0.1",
38
38
  "screenfull": "5.2.0"
39
- }
39
+ },
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme.git"
43
+ },
44
+ "bugs": {
45
+ "url": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme/issues"
46
+ },
47
+ "homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme#readme"
40
48
  }